Doron Behar

Results 165 comments of Doron Behar

Is firenvim broken with thunderbird 92? I just tried to install it and I don't know what's supposed to happen, firenvim works in my browser. Should I suppose to be...

Cool! Thanks for your response, I'm using [`pass-otp`](https://github.com/tadfisher/pass-otp) now which fits well to my workflow with [`pass`](https://www.passwordstore.org/) So I don't need this workaround anymore.

You are right. Here's some basic information: - Neovim it is - Terminal - Version: ``` NVIM v0.3.7 Build type: Release LuaJIT 2.1.0-beta3 Compilation: Compiled by nixbld Features: +acl +iconv...

Hey, While trying to workaround this, I discovered that running `iunmap ` in a buffer where `b:lexima_disabled` is `1` fixes the issue. The following patch fixes this: ```patch diff --git...

@cohama did you manage to reproduce the issue with the steps I gave you in [my comment](https://github.com/cohama/lexima.vim/issues/88#issuecomment-511140287)? I updated lexima now, and checked these steps once more and they still...

Hey @hrkfdn, I think the problem is this line: https://github.com/hrkfdn/mpdas/blob/c81c480a6081af104c70c3574fb71319ff1521b7/main.cpp#L103 `main.cpp` assumes this environmental variable is set, while it isn't set in system-wide systemd services. Hence the fix that worked...

I have an idea but I haven't researched it: Maybe the extension could directly use the API to pipe the whole content of the webpage to `brotab` the executable -...

When I wrote: > pipe the whole content of the webpage to `brotab` the executable I specifically meant: The **HTML** of the webpage, not the plain text version of it....

> Not familiar with this extensions, but in cliget it should be possible to get the download command from another extension. cliget listens to the message "generateCommand" I tend to...