Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / pnpm/pn issues and pull requests

#63 - Publish..

Issue - State: open - Opened by jayvdb 19 days ago

#62 - feat: split to create a library

Pull Request - State: closed - Opened by jayvdb 19 days ago - 7 comments

#61 - Update dependencies

Pull Request - State: closed - Opened by jayvdb about 1 month ago - 2 comments

#60 - chore(deps): bump actions/cache from 3.3.2 to 4.0.2

Pull Request - State: open - Opened by dependabot[bot] 6 months ago
Labels: dependabot, github-actions

#59 - chore(deps): bump actions/cache from 3.3.2 to 4.0.1

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago - 1 comment
Labels: dependabot, github-actions

#58 - chore(deps): bump actions/cache from 3.3.2 to 4.0.0

Pull Request - State: closed - Opened by dependabot[bot] 8 months ago - 1 comment
Labels: dependabot, github-actions

#57 - chore(deps): bump actions/cache from 3.3.2 to 3.3.3

Pull Request - State: open - Opened by dependabot[bot] 9 months ago
Labels: dependabot, github-actions

#56 - Introduce ShellQuoted to avoid shell quoting issues

Pull Request - State: closed - Opened by vemoo 11 months ago

#55 - chore(deps): bump actions/cache from 3.3.1 to 3.3.2

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependabot, github-actions

#54 - chore(deps): bump actions/checkout from 3 to 4

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependabot, github-actions

#53 - chore(deps): bump actions/checkout from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependabot, github-actions

#52 - chore(deps): bump actions/cache from 2.1.5 to 3.3.1

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependabot, github-actions

#51 - docs: fix a code snippet

Pull Request - State: closed - Opened by KSXGitHub about 1 year ago

#50 - ci: fix dependabot

Pull Request - State: closed - Opened by KSXGitHub about 1 year ago

#49 - pass args to scripts

Pull Request - State: closed - Opened by Yakiyo about 1 year ago - 14 comments

#48 - Pass additional command line arguments when running scripts

Issue - State: closed - Opened by Yakiyo about 1 year ago

#47 - run script if exists

Pull Request - State: closed - Opened by Yakiyo about 1 year ago - 10 comments

#46 - Replace `PnError::Other` with helpful variants

Pull Request - State: closed - Opened by KSXGitHub about 1 year ago

#45 - Mock side effects

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 1 comment

#44 - refactor: Create a testable `list_scripts`

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#43 - Script name, version and path

Pull Request - State: closed - Opened by Yakiyo over 1 year ago - 9 comments

#41 - Reduce syscalls caused by `println!`

Issue - State: closed - Opened by KSXGitHub over 1 year ago - 7 comments

#40 - Should we replace `String` with `Box<str>`, `Vec<T>` with `Box<[T]>`, etc?

Issue - State: closed - Opened by KSXGitHub over 1 year ago - 1 comment

#39 - refactor command and error handling

Pull Request - State: closed - Opened by Yakiyo over 1 year ago - 8 comments

#38 - Missing LICENSE file

Issue - State: closed - Opened by KSXGitHub over 1 year ago

#37 - Replace `ansi_term` with `yansi`

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#36 - feat: List commands

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 1 comment

#35 - Replace `actions-rs/clippy-check` github action with `cargo clippy` command

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 4 comments

#34 - refactor: Move tests in main into `tests` module

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#33 - Fix another mistake in some code snippets

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#32 - Use `pretty_assertions::assert_eq`

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#31 - Activate dependabot to keep Rust dependencies and GitHub Actions up-to-date

Issue - State: closed - Opened by KSXGitHub over 1 year ago - 2 comments

#30 - Add a code style guide to help Rust beginners

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 2 comments

#29 - Fix documentation mistake

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#28 - Reduce branching

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 2 comments

#27 - Stop repeating `Path::new("node_modules").join(".bin")`

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 1 comment

#26 - feat: prepend node_modules/.bin to the start of PATH

Pull Request - State: closed - Opened by chengcyber over 1 year ago - 5 comments

#25 - feat: throw a meaningful error when missing package.json

Pull Request - State: closed - Opened by chengcyber over 1 year ago - 2 comments

#24 - Update `build-fs-tree`

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 8 comments

#23 - refactor: Remove star import

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 3 comments

#22 - Polish

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 8 comments

#21 - Option 2: Just write a function for the duplicated code

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 1 comment

#20 - Option 2: Just write a function for the duplicated code

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago - 1 comment

#19 - Option 1: Deduplicate the matcher

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#18 - Replace `sh` with custom script command parser

Issue - State: closed - Opened by KSXGitHub over 1 year ago - 2 comments

#16 - Divide `PnError::Other` into multiple variants with helpful error messages

Issue - State: closed - Opened by zkochan over 1 year ago - 2 comments

#15 - feat: --workspace-root

Pull Request - State: closed - Opened by zkochan over 1 year ago - 2 comments

#12 - Configure "clap" for arguments parsing

Issue - State: closed - Opened by zkochan over 1 year ago

#11 - Change string interpolation style

Pull Request - State: closed - Opened by KSXGitHub over 1 year ago

#10 - Add an e2e test

Pull Request - State: closed - Opened by zkochan over 1 year ago - 1 comment

#9 - Non-zero status code should cause errors

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago - 11 comments

#8 - Move all import statements to one place

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago

#6 - Remove `#[derive(serde::Serialized)]` since it is unused

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago

#5 - Control how error messages are displayed

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago - 2 comments

#3 - Declare the structure of `package.json` instead of duck-typing

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago

#2 - Setup testing CI

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago - 2 comments

#1 - Some of my opinions on Rust code style

Pull Request - State: closed - Opened by KSXGitHub over 3 years ago - 1 comment