Ghjuvan Lacambre

Results 240 comments of Ghjuvan Lacambre
trafficstars

I think this is impossible to solve without large amounts of hack because of the way resizing currently works in neovim. The reason this bug happens is that `set guifont`...

Hi :), I can't reproduce your problem. I see that you have a lot of browser extensions - could you try to use a fresh chrome profile with only Firenvim...

Twitter not working is a known issue (https://github.com/glacambre/firenvim/issues/322) - but reddit should work. I'm not sure what could be going on here.

@mirsella I had to create a new account and now I can reproduce. The issue is that the markdown editor uses React, which doesn't react to synthetic events. I'll try...

I tried to fix this issue by applying the following patch to 5d6ab83df3f78b3678f9dffd2337d7e8d2338c65: ```diff diff --git a/src/FirenvimElement.ts b/src/FirenvimElement.ts index 99b3d66..8ac4bb0 100644 --- a/src/FirenvimElement.ts +++ b/src/FirenvimElement.ts @@ -2,7 +2,7 @@ import...

I created a twitter account and twitter deactivated it ~10 minutes later because it "looked suspicious". I'm not going to waste more time on this so if you want to...

Discord seems to be using draft-js, so your issue is probably the same as https://github.com/glacambre/firenvim/issues/672 . There is no known workaround for now.

>My idea is that when you press enter you quit out of vim mode for you to send the message. This can't work because the problem is elsewhere: draft-js expects...

@micgro42 If you use Tridactyl and its native messenger, you can use `:guiset tabs count` and then `:restart` in order to have numbers inserted in your tabs like this: ![screenshot_2018-11-06-02...

@asdf337 Yes! First you need to find your firefox profile directory (named "root directory" in the `about:profiles` page). In this profile directory, create a folder named "chrome" if it doesn't...