Ryan Suhartanto
Ryan Suhartanto
## Bug Report #### Current Behavior Currently, `json_path` would return the string literal `\n` when using union operator (`[,]`). #### Expected Behavior Instead, `json_path` should return the values with new...
## Bug Report **Package Name:** `zulu*` ### Current Behaviour Currently, Azul Zulu packages are using the discovery API (). ### Expected Behaviour Azul Zulu packages should utilize the new metadata...
Should resolves #514. - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
Currently, the project is awkwardly needing `npm install`ation on different paths. We can utilize package.json workspace () to centralize the **package-lock.json** and scripts.
Should resolve #1746
### Describe the bug I set up my monorepo structure into this using `ln -s ../../docs .`: ``` docs/ apps/docs/ ├── docs -> ../../docs └── .vitepress ``` I plan to...