Jason Prado

Results 6 comments of Jason Prado

I would like this feature. I was surprised the information wasn't passed along when I looked at custom layouts, but the security issue you raise makes sense. Can you make...

If you're using VS Code devcontainers with feature ghcr.io/devcontainers/features/node, the good news is nvm is set up and works nicely. `nvm install 18.15 && nvm use 18.15` worked around this...

I am using it in production for a medium-sized project and it's been a mostly positive experience, but the lack of maintenance has unfortunately made me switch to [injector](https://github.com/python-injector/injector) for...

[any-nix-shell](https://github.com/haslersn/any-nix-shell) manages to make `nix-shell -p cowsay` launch a zsh shell for me with only ~2 lines of config in my home-manager setup. It'd be great if launching `devenv shell`...

I'd really love this feature. I disable Amethyst when I'm not docked, and in practice the menubar icon is often hidden behind the MacBook Pro notch. I'd also settle for...

1. Injecting a factory–I use that a lot. I like the way pdi fills in args for you when it gives you a `Factory` in a caller. 2. The way...