Serge Bedzhyk
Serge Bedzhyk
@kstewart83 it makes sense and should be a PR because the issue stays opened since 2019 and indeed still occurs…
Workarounds are great and all that, but is there any chance to get it fixed in the project itself? ☹️
Somehow I was sure this functionality was already there. If it allows us to add `script` tags dynamically, sure thing it should assume we're going to use them, so we'd...
Also, as I understand `~/.config/envman` has nothing to do with https://github.com/bitrise-io/envman Maybe it is worth mentioning in README or somewhere in the docs. Because I was certain, you install it...
Got some time to investigate this issue and discovered that in my terminal (MacOS Sierra 10.12.3, iTerm 2, Build 3.0.14 with zsh 5.3) I have such a behaviour: ```` gexpect.Spawn("echo...
Can second that. When using with unknown language: ```go func Example() { opts := map[string]string{ "lang": "xx_XX", } _, _ = NewSpeller(opts) defer speller.Delete() // ... } ``` It crashes...
As a workaround, I've created a new empty collector file, passed it with the `--collector` option to the `prometheus_exporter` binary just to hook into its scope and added the line...
I was wondering the same. Cause the changes in the repo are pretty fresh, but apparently the lib is not in Pulumi package registry any more and the docs link...
I wonder if I'm doing something wrong, but I'm on Zellij 0.36, macOS, kitty with `macos_option_as_alt` configured to `left`. All `Alt + ` key bindings work for me perfectly well,...
Fixed my issue by removing the old config altogether and generating a new one. Apparently the version of the tool was updating but no config migration happened, hence the `Alt-]`...