Aleksei Kozadaev
Aleksei Kozadaev
Just curious, how the `-e` option makes it more useful than: ```FOO=bar cargo run```? eg. below passes if I set env variable (and fails otherwise): ``` mkdir envtest && cd...
:+1: on RegisterRaw. My workaround was to `Marshal` the payload back and then `Unmarshal` to my the actual struct, which is quite wasteful.
Any idea how to make `` Ctrl + ` `` work? The binding below does not work. - { key: Grave, mods: Command, chars: "\x00" } Same combination with Alt...
> Are you sure the "mod" you want in the binding is "Command" and not "Control" ? Thanks for your response. I've tried all variants and I've read somewhere that...
I've done a simple workaround of this issue by adding the code below into the conifg: ```-- maximise window on start wezterm.on('gui-startup', function() local tab, pane, window = wezterm.mux.spawn_window(cmd or...
Nice thanks everybody ended up doing this: ``` { "before": [ "" ], "after": [ "1", "2", "g", "j" ] }, { "before": [ "" ], "after": [ "1", "2",...
Exactly my observation as well. My project's node_modules is ~16Mb. Was that is. Can you please move babel*, browserfy, etc to devDependencies?
Thanks for the review - apparently I still cannot merge it.
I noticed that the issue happens when the JSON is invalid (beyond comments that are allowed in VSCodium). Eg. missing comma or a comma after the last element of an...