Keith Devens
Keith Devens
> I will add an option to disable scrolling. Thanks! Came here to request this. While a useful feature, the scrolling keeps catching my eye and is distracting, and it's...
This feature seems like it should be possible, given that direnv knows when it's unloading: > direnv: unloading My use case: I want to set my [kitty tab color](https://sw.kovidgoyal.net/kitty/remote-control/#kitty-set-tab-color) when...
> are you seeing other issues? It's not reformatting in the editor despite it being a soft-error. Maybe it's because `reorder_python_imports` is printing the string to stderr so vscode isn't...
[Here's the line](https://github.com/microsoft/vscode-python/blob/34cc79e075938ee4fa6b5a5776075b914ebb66a0/src/client/providers/importSortProvider.ts#L70) where the vscode Python extension executes the formatter: ```typescript diffPatch = (await processService.exec(isort, args, { throwOnStdErr: true, token })).stdout; ``` So it just takes `stdout` but it...
> I think it would be nice if stderr wasn't read by Visidata though, and instead just printed out in the command line. Given that litecli works the right way...
Here's what I've done to fix this. Based on the [official Poetry recipe in the wiki](https://github.com/direnv/direnv/wiki/Python/#poetry), change: ```shell VIRTUAL_ENV=$(poetry env info --path 2>/dev/null ; true) ``` to: ```shell VIRTUAL_ENV="$(poetry env...
@alanhg is the source for that available?
> > @alanhg is the source for that available? > > of course Where? I only see the alfredworkflow file.
> yes, I think it is fixed in 3.19 on high sierra Not fixed for me. Checking "Use the system fixed width font" does have an effect, but choosing any...
Same problem, mainly posting because this also applies to web-based login: ``` $ gh auth login ? What account do you want to log into? GitHub Enterprise Server ? GHE...