Omer Ozarslan
Omer Ozarslan
Is there a particular vim issue tracking this problem on upstream?
Got same issue. ps. In my case, using openssl instead of opnssh and using RSA instead of ed25519 worked in the web interface: To create private key: `openssl genrsa -out...
A restricted gateway would be a quite useful feature for mirroring large datasets receiving frequent updates as well. Is there any endpoint in API which returns information about whether an...
I had same issue, which is quite annoying since I had to reassign container for every new tab. I figured there is a simpler solution: using ctrl + space for...
I have same issue. - OS: Ubuntu 16.04 (x64) - xdotool: 3.20150503.1 - grip: 4.4.0 - firefox: 61.0.1 Related configuration in .vimrc: ``` let g:vim_markdown_preview_github=1 let g:vim_markdown_preview_browser='firefox' ``` Similarly, when...
In the same vein, I rebased @Houndie's branch on current master at https://github.com/ozars/prost/tree/extensions, fixing a small issue due to failed doctests in readme file.
It turns out this breaks Google Search pages due to `X-Frame-Options` somehow. :/
It works fine now. Only corner case I can think of is if a webpage ever tries to embed e.g. `google.com/url?` in an iframe, which is not trivial to handle,...
> #4 was merged and contains a `venu#unregisterAll()`. Awesome, thanks! > Regarding the event, I'm thinking of something like: > > ``` > venu#create(, ) > ``` This might be...
> I'm trying to keep flexibility in mind. E.g. a user might want to import only a specific `:amenu` section into a specific menu. I'd prefer using filter callback while...