c43721
c43721
Fixes #173 by enforcing string limits before renaming the thread.
This fixes #114 by reading the config from disk before setting the default values. This makes the code much more verbose, but it is a necessary evil to ensure that...
[`tsup`](https://github.com/egoist/tsup) is a very powerful build tool that harvests esbuild to compile typescript _very_ quickly (like, subsecond crazy). **Current Issue** `tsc` is really slow. It's written in TS, which means...
Add `CONTRIBUTING.md` to the repository and add steps for how to contribute to Needle. With this and the license change, it's best if we add it now.
**Versioning information** - [ ] This includes major changes (breaking changes) - [ ] This includes minor changes (minimal usage changes, minor new features) - [ ] This includes patches...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Upgrading from 0.197 to latest n8n image wiped my volumes and fails...
First of all, thank you for your contribution! 😄 Please make sure you have read [contribution guidelines](https://github.com/caprover/caprover/blob/master/CONTRIBUTING.md#before-contributing). ### Most important items - Make sure to communicate your proposed changes ob...
Redo of https://github.com/denoland/deno_doc/pull/655 Contributes to https://github.com/jsr-io/jsr/issues/803 I eventually got here by looking at how the identifier for the file was created:   The identifier replacing all non-characters with underscores...