Anders Hovmöller

Results 534 comments of Anders Hovmöller

I would in general recommend you look at time-machine. It's faster, more actively maintained, and afaik less buggy.

Maybe respecting .gitignore by default is also a good idea. I have some good experiences with `gitignorefile`.

@paulwwisl the problem is that this repo is abandoned. Someone needs to do a hard fork and publish this project under a new name in the intellij plugin registry.

@raphaelpereira "contributor" just means the owner of this repo pressed merge on a PR. This has nothing to do with the permissions on the jetbrains plugin marketplace. And yes. This...

I noticed that my own package Urd is listed as not having python 3 support on https://djangopackages.org/grids/g/workers-queues-tasks/ but in fact it has never had python 2 support! And if you...

Hmm. Yea it now shows correctly. But it has always been the same versions so it's a bit worrying :)

Maybe it's a default value and it was cached somehow?

Read the linked issues for parso

Yea, that's one way to go for sure. I switched AST library for mutmut once before, and that wasn't as hard as one might expect. I'm very open to PRs,...

I've also thought about using whatever Ruff uses, or whatever black uses...