Freddie Haddad

Results 19 comments of Freddie Haddad

I noticed that if I close and open the dev tools window (Ctrl+Shift+I), the Redux DevTool extension is reconnected. So I just modified my `main.js` file as follows: ``` const...

Correct. As a workaround, you can disable bold fonts for most terminals. I use iTerm2 and in the preferences I can disable bold fonts which makes implicitly disables it in...

FWIW, I made this change locally. Doubt it's the right solution, but it uses a color that doesn't clash with the background or cursor line. In the gitsigns plugin, it...

As a followup to this thread. When configuring gitsigns plugin, you can switch the color that is used for the blame as follows: Wherever you configure the gitsigns plugin, define...

FYI: The CSS option suggested does not work if you using breakpoints for different screen sizes. You will end up with margins visible on the wrapped rows. I ended up...

> Here's what I think is a better workaround with CSS: > > ```css > .ant-row { > margin-right: 0 !important; > margin-left: 0 !important; > } > > .ant-col:first-child...

Not sure if my scenario is the same as yours, but I have some git/lsp keymaps that don't get set until I open the file and start the LSP server,...

I see what you mean. I think the explanations in the file are misleading then: ```lua --- Goto the definition of the type of the word under the cursor, if...

Weird. For me, this works fine with the native client on windows. However, with the steam client on arch linux, regardless of the resolution, full screen or windowed, or renderer,...

Two questions: 1. Are you saying to rename the dll from version.dll to native.dll? 2. What you do you mean "builtin in Wine"?