Luke Petherbridge
Luke Petherbridge
Any update on this panic? It's a really big show-stopper for using the sqlite history.
Another example of needing fall-through flags with `cargo` `cargo run --some_flag` where the binary reads arguments from the command line (like with `clap` or `structopt`). There's no reasonable way to...
I think this is related - but `npm` has a similar need to pass flags through. e.g. in `package.json`: `"test": "jest",` `npm run test -h` would execute: `npm run -h`...
Not sure where else to ask this - but wondered if it should be documented about now needing to `decode utf-8` a lot of things that previously just worked when...
Here's a minimal set of steps. Note that this only seems to be an issue when put into a config file - I assume because nushell parses the config, running...
I agree there but do we need to reinvent the wheel? quoting things is generally how you say "use this as-is" - even google search uses quotes for exact match
Thanks for the detail - that's certainly all fair. I know all too well trying to satisfy multiple conflicting requirements and I don't know enough about the history of workings...
I see. Certainly a quandry. Could we offer single quotes or backticks as alternatives - or perhaps something similar to the `$""` syntax to indicate an escaped string? I'm curious...
I just came across another case that was a bit awkward to figure out - there is a work-around, but it's not obvious how one would know to do that...
Any updates on this? I'm working on performance for an emulator and the current web audio implementation is difficult to get working consistently without dropouts