Brandon Olivier
Brandon Olivier
If I have something like ``` |function foo() { // do something } ``` After running `sp-kill-hybrid-sexp`, the tabs before foo are replaced by spaces. When there's nothing there, presumably...
I've setup, for personal reasons, the ability to render to [Ink JS](https://github.com/vadimdemedes/ink). Is targeting non-html output in scope for the project? Most of the code is working, but I haven't...
I'm on Node 16.13.0, and if I run a script with `-r esm`, I get a syntax error that isn't present when running without it. Reproduceable example: This does not...
I added this project to a package.json, and after importing the file, my project no longer compiled because it couldn't find `typescript-lib-example`. To fix it, I changed the `main` entry...
It would be really helpful to have the ability to inspect a request before it gets sent out. The use case I have in mind is to verify that the...
I almost always want to pass `--no-helper` and `--no-assets` by default, but I don't see a way to persist those as default options to generate. Either something like what magit...
I use Rails and it'd be nice to be able to drop a `binding.pry` in my code and just operate out of a prodigy buffer. I can take a crack...
I'm happy to work on this myself, just wanted to bring it up here first. At my work, we have some package.json nesting (mostly for convenience reasons) and I'd like...
Generally I like placing newlines to emphasize certain lines and make them more visible for me, but I never want to maintain multiple blank lines. I couldn't find a direct...
This challenge uses the same configuration for running babashka as before, but there's a slight change in how things are handled with `/.codecrafters/run.sh`. Because of how the classpath is read/interacted...