Ricardo Madriz

Results 23 comments of Ricardo Madriz

My status line using a modded version of `spaceline.lua` ![image](https://user-images.githubusercontent.com/8370058/101228507-9be2ed00-3661-11eb-8bfd-48bc8f4048b5.png) [Code](https://github.com/richin13/dotfiles/blob/develop/dotfiles/.config/nvim/lua/plugins/status-line.lua)

> @Th3Whit3Wolf copied all of your keys for the different modes and put in my colors. When I go into Visual Block `` I get errors because reading from that...

Ok I found the exact commit where the bug was introduced in neovim: `9879fd5d087cc3939f91f4714b0f95f03a78c011` ([diff](https://github.com/neovim/neovim/compare/1a2560c2dcec7ef9bd5fb6d0523f8e80df01a9f5...9879fd5d087cc3939f91f4714b0f95f03a78c011))

Thank you @garymjr, it did solve the issue for me too 🎉

I'm ran into this issue with indentLine + defx setup and `g:indentLine_fileTypeExclude`. Basically, the first time my `defx` buffer showed up, indentLine'd do this: ![image](https://user-images.githubusercontent.com/8370058/66725706-f41db680-edf1-11e9-900a-0f03a728080c.png) Subsequent times everyting was fine:...

I'm running into this issue. I defined my model like this: ```python class MyModel(db.Model): status_before = db.Column(db.Enum(AdStatus), nullable=False) status_during = db.Column(db.Enum(AdStatus), nullable=False) ``` Which fails with: ``` AssertionError AssertionError: Found...

Will this ever happen?

Hello there, I am having a similar issue when trying to use both moment and moment-timezone. When I do: ``` import moment from 'moment-timezone'; import esLocale from 'moment/locale/es'; // ......

Any updates here? Looks like there's an effort to move things forward here with some of us willing to take over and recover this community