Jeremiah Senkpiel
Jeremiah Senkpiel
Dunno if this should go on the website, or a readme for the website repo..
This is... certainly risky, but it does work. That being said, I am not sure it is really memory-safe as per this patch. Rustc doesn't complain but I am pretty...
The governance doc says the following about sub-teams: [[source]](https://github.com/ayojs/ayo/blob/latest/GOVERNANCE.md#sub-teams) > Other teams focus on one particular area of the project. They have full autonomy over said area, their decisions do...
This is something that will be a whole lot more prevalent with a modern fork, there is still going to be a large amount of ongoing work into nodejs/node that...
Here's a couple things off the top of my head. I'm certainly willing to help do some guidance on any but I have limited experience in some of these areas....
This is very useful for manually entering passwords into devices that are unable to access derivepass. Also fixes a silly warning display bug. I suppose I could add more space...
There seems to be a binary file in the source without any respective source to be able to inspect. The file is https://github.com/derivepass/derivepass-vue/blob/master/src/store/derivepass/wasm/binding.wasm.bin How is this built? Can the source...
Adds some documentation about how lockfiles work to the resolver section, particularly regarding when lock files exist in library dependencies. Effectively re-adds an updated section of docs that was lost...
@dougwilson should be added to #2237
Adds `restore-keys` for cargo - this helps improve build times by allowing the cache to be mostly pre-populated when deps are updated. Adds two missing cache files. Adds a build...