Chongyi Zheng
Chongyi Zheng
Tick the checkbox if you understand [x]: - [x] I have read and understand the pull request rules. # Description Fixes #959 ## Type of change Please delete any options...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Go modules lints are run only when `go.mod` is included, not...
## Summary Function `ObjectsAreEqual` now compares two objects of type array/slice/map by iterating over each element. When two objects contain the same value but have different types, the function will...
Upgrade `@babel-traverse` to non-vulnerable version 7.23.2. CVE-2023-45133 Unpin dependencies to permit future upgrades, without changing prettier-plugin-sort-imports. Fix #262
**Describe the bug** The warning shows up when doing `apt update`: ``` N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://pkg.cloudflare.com/cloudflared jammy InRelease' doesn't support architecture 'i386' ``` **To...
### Information - **rustworkx version**: 0.13.x - **Python version**: 3.12 - **Rust version**: N/A - **Operating system**: Linux arm64 ### What is the current behavior? It's building wheel during the...
To ensure OSSF analysis workflow only run on default branch of the repo. In my fork, the default branch is not called `master` and it caused errors `creating scorecard entrypoint:...
### Describe the solution Right now, the cached files like `node_modules/.cache/wrangler/pages.json` is used for tracking project selections. But whenever I do `npm ci`, the cached files get deleted, thus prompting...