Anton Gilgur
Anton Gilgur
## Summary Several of the links in the `CONTRIBUTING.md` were either redirecting, pointing to archived content, or pointing to no longer existing content ## Details Specific changes: - https://wiki.jenkins-ci.org URLs...
## Summary There were many grammatical issues in the `CONTRIBUTING.md` that I noticed and have fixed in this PR. There are also many `markdownlint` issues, many of which I fixed...
## Summary Fix `markdownlint` issues in the "IDE Configuration" section of the `CONTRIBUTING.md` regarding the bullet style ## Details - per `markdownlint`, use one bullet style and indentation consistently -...
## Summary Speed up downloads of the script with a more efficient shallow clone ## Details - rather than cloning the entire history of the repo, can do a shallow...
## Motivation Rather than requiring users to download the whole repo, ensure they run the right version of Python, use `venv` and install all dependencies, could instead provide a single...
## Summary Expand on the [FS docs](https://github.com/taybenlor/runno/blob/d68d2b09921245cd7cc3b2e984b3f40bf31d86ca/packages/wasi/README.md?plain=1#L209) for `@runno/wasi` ## Motivation I'd like to access the files created by a WASI binary and either use them in my JS or...
### Summary I noticed LICENSE files were missing in the repositories despite the website having an [explicit page on licensing](https://suttacentral.net/licensing). This was something I mentioned in #4739 ### Details -...