jjpe
jjpe
I have a POST request that does some complex processing. However, for debug purposes I have commented out the meat of the handler body. This is what's left: ``` rust...
### Related problem At present It doesn't seem possible to launch nushell with a path argument. ### Describe the solution you'd like I'd like to be able to do something...
Suppose I have: ```nu do -c { my-command } ``` A similar story holds for `do -i`. What I'm noticing is that whenever such a do cmd is executed, nushell...
I'm writing a new widget for `tui-rs` ecosystem that I eventually plan to open-source. But the new widget needs access to either the `widgets::reflow` library, or copy the code. Reuse...
I'm faced with a rule in a predefined grammar that I'm having trouble encoding into a `tree-sitter` grammar. Consider this grammar rule: ```ebnf MyRule ::= Char* - (Char* "foo" Char*)...
I just tried to create an instance of `create-wasm-app` by executing `npm init wasm-app`. I was expecting the project initialization to succeed. Instead, I got this error log: ``` ~/Development/accept...
When I try to compile my node module on windows 10, I get this error output: ```` error: failed to run custom build command for `neon-runtime v0.2.0` process didn't exit...
### Describe the bug When I execute something like ```nu def configure_fnm [] { mkdir ~/.config/fnm/ fnm env --shell=nushell --use-on-cd | save ~/.config/fnm/fnm_env.nu source ~/.config/fnm/fnm_env.nu } ``` I get an...
Using alexander yakushev's version of neko and [android/clojure "1.5.0"] in project.clj, the android app I'm building fails to build on the DEX creation stage. Since java6 is needed for Android...
Whenever an item has been imported using a path starting with the `crate` keyword (e.g. `crate::whatever::TheType`) Racer doesn't seem able to jump to its definition. To double-check, I ran a...