notginned

Results 15 comments of notginned

You can change the pywal color scheme by going into your `/wal.vim/colors/wal.vim` I use vim-plug so for me it is `$HOME/.vim/plugged/wal.vim/colors/wal.vim` and change Line 19 `hi Normal ctermbg=NONE ctermfg=7` to...

I love this project. Speed had been the major issue for me with other similar applications. I think a more detailed explanation on the whole template stuff would be pretty...

> Which color scheme should I test this with? I tested this with a modified base16-vim scheme where I had replaced the `Normal` highlight bg with none. You can use...

> > You can use any color scheme, and run `:hi Normal ctermbg=none guibg=none` before calling Limelight to test it. > > Getting this error: > > ``` > E254:...

Hmm, `&termguicolors` uses gui colors for highlights instead of cterm ones, probably that's what breaks it. I'll see how to fix it and come back to this.

@wise-king-sullyman There has been a mention on the react blog about it https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-deprecated-react-apis

> Interesting thing about `defaultProps` is that they're run before the type checking, so unlike default params, you get type checking on the defaultProps as well. The blog post also...

One possible phrasing that comes to my mind is: > Do not use direct messages to help others and do not send direct messages, friend requests, or ping another user...

Oh. Sorry, I completely missed that one. Hmm, while I could hack something together for ruby, I am sure it wouldn't be an example of idiomatic ruby code. We'll cross...

You raise good points. - For the first and last points regarding project submissions, honestly I'm not sure what would be the least disruptive way to go about this. I...