Martín Rodríguez
Martín Rodríguez
My use case was to allows for wildcards with the [debug](https://npmjs.org/package/debug) module. E.g. `dotenv -v DEBUG=myLib:* node testMyLib.js`. Probably has other utilities too, of course. Going off of #65, I...
This repository only contains the source for the Wii U homebrew, but part of this application is also the USendMii Client which hosts the server. It would be nice to...
The current way files are split is very developer unfriendly, as we get basically no IntelliSense. Debugging is okayish because of demo.html and DevTools, but it could be better. Consider...
This is different from optional fields (`field?: type`) in that we can use `null` as a value instead of writing the property altogether. For example: ```ts interface MyType { optionalField?:...
Apparently Makefile doesn't have a handling for '*.S' files. Full error: ```sh $ make -k # other logs make[1]: *** No rule to make target `kernel_hooks.S', needed by `path/to/SwapDRC/swapdrc.elf'. make[1]:...
- Bump maze-utils to commit [02978e0](https://github.com/ajayyy/maze-utils/pull/11/commits/02978e02d78c248182651b51045eb802aea2620f)[^1], which contains the moved title formatter logic - Uninstall `cld3-asm`, as all code using it is now in maze-utils - Change imports throughout to...
Hello. I'm working on a plugin to add [DeArrow features to Grayjay](https://github.com/netux/grayjay-source-youtube). One thing I'd like to do is have the automatic Title Case conversion that the official extension has,...
Allows for adjusting the global volume/gain of the REPL. Set default global value to 50%. - Acts similarily to `gain()`, but without modifying the code. - The volume slider uses...
Simple text input that sticks to the top. Filters by just checking if the search term is in the entry name or synonyms, if available.  ![Search matches two...
Moving the selected item from the Editor hierarchy makes it jump straight to the bottom. If you select another item, it fixes itself. Tested with device emulation both on and...