Janne Enberg

Results 31 comments of Janne Enberg

Ah, well that does make sense .. Then I guess there is one remaining issue: documentation. This doesn't seem to be mentioned in the README.md, and there's no code documentation...

I just ran into this as well, also on an Arch Linux based distro. Python 3.10.5 and pip 22.1.2. I was able to fix this by doing `poetry run pip...

Actually one more thing just popped in my mind, that would make this better: the only reason I skip tests at all is `B101`, which probably should be enabled for...

Those are wrapper libraries, not examples of usage of this library.

Don't copy files anywhere, you'll pollute your system with random files in random locations, instead ensure your system is properly configured. When you install Golang, you should perform two steps...

`go get` hasn't been the way to install binaries from go packages for some time, you need `go install` .. e.g. `go install github.com/codegangsta/gin@latest`

Anyone got a working configuration for svimg + Svelte Kit? I tried to set it up, but it doesn't seem to be doing much. It just creates empty folders for...

Just ran into this one when testing `pytype`, imo renders `pytype` pretty useless and will block adoption for me.

We use a pretty strict `Content-Security-Policy` in one project, where we also host API docs using `redoc`. During a review we noticed we get an error `Refused to load the...

Indeed, the links point to some generic site where the word `Python` is not mentioned even once. And to make this worse nothing seems to actually work when you follow...