Vinit Kumar
Vinit Kumar
@Jeroendevr Do you want to take a shot at this in a backward compatible way?
Sure. I am not too keen on working on this feature either. On Wed, 15 Jun 2022 at 15:34, Jeroendevr ***@***.***> wrote: > Hmm not if it’s not a thing...
Any help would be highly appreciated.
Hi @wincent. I get this error: ``` Error detected while processing /Users/vinitkumar/.config/nvim/init.lua: E5113: Error while calling lua chunk: /Users/vinitkumar/.config/nvim/lua/base.lua:43: module 'wincent.commandt' not found: no field package.preload['wincent.commandt'] no file './wincent/commandt.lua' no...
Turns out I was loading in another file `require('wincent.commandt').setup()`, and that was causing the error. Thanks for taking the time and effort to help out. I will test it out...
@wiltso Do you remember if the error you got is almost like this? ```python IntegrityError at /admin/customroles/siteuser/ update or delete on table "auth_user" violates foreign key constraint "filer_file_owner_id_b9e32671_fk_auth_user_id" on table...
@mishbahr Can we please get this merged?
@kat0016-k Are you fixing it Or have a PR that fixes it? Else, I will look into fixing this issue.
@lukebakken @gaby Indeed, I use pyupgrade to do it. It can also be integrated with a tool like pre-commit to do it automatically.
> The only problem I see with this PR, is that projects using anything older than py3.7, won't be able to get any more updates. Besides that 👍🏻 You are...