Maximilian Roos
Maximilian Roos
@krobelus thanks for fixing this! Do you know whether this fixes the `string escape` example above? It looks like it might not, instead focusing on completions. I can open a...
> It's easy to fix your immedate problem, for example this way (or use `string replace`) > > ``` > commandline -r "pueue add '$(printf %s $command | sed "s/\\\\/\\\\\\\\/g;...
I'm just starting to use `git branchless`, it seems excellent. Could I ask — why the need to run `git branchless init` in each repo for commands like `git sync`?...
> It's possible that certain commands under certain circumstances can run without explicit initialization, but it would be difficult to write the existing code in a way that can run...
I opened #1284 to address the broader issue around formatting, which subsumes this issue, so I'll close this.
This issue is about being a replacement for the querying part of SQL @vanillajonathan
This is now fixed! Not sure we have the clearest error message, but it does raise an error: ```elm from film select [film_id, lag film_id] ``` ``` Error: ╭─[:2:18] │...
> 2\. Sync project What does this mean?
> I am fairly certain this is caused by our rustc wrapper, setting `"rust-analyzer.cargo.buildScripts.useRustcWrapper": false,` might fix it (at the cost of r-a reporting build scripts errors when the workspace...
Update on 0.39.2: - Cmd-v has the same behavior as the original post. Indeed, it doesn't even require the `echo '` opening - Ctrl-v seems to be robust to this...