Daniel Harding
Daniel Harding
Ran into this myself - the problem is that you have `lotabout/skim.vim` enabled in NeoVim, but not `lotabout/skim`. They are different plugins, and `lotabout/skim.vim` does not work without `lotabout/skim`.
Closing in favor of #710.
I'm using the versions from the stable branch of Gentoo Linux: % node --version v20.11.0 % npm --version 10.2.4 Gentoo has multiple other versions of nodejs available that I could...
I downgraded to the oldest version of nodejs available in Gentoo: % node --version v18.17.1 % npm --version 9.6.7 then ran `pre-commit clean` and still had the same issue.
I looked at this awhile back, and AFAICT, the warning is actually generated by an internal compatibility shim in Django. It should go away once the compatibility shim is removed....
@Lucidiot I could also potentially take a look in the next couple of days if you don't have time to get a PR together.
I suspect the issue that this PR was attempting to be address was the same as reported in #621, and should be fully addressed by PR #710.
So, question which would guide a potential PR: I've observed another behavior discrepancy between tox 3 and tox 4, and am not sure if I should try to restore the...
So another question, if you don't mind: commit 4cf619a95b2ab14632d2fb6e62335d792da75c37 introduced what looks to me like a level of indirection using `concurrent.futures.Future` as well as a new `.build()` method of `Loader`...
I had to put this issue on the back burner due to other responsibilities, but today I had a bit of time to look at it again. So it looks...