Arjan Keeman

Results 29 comments of Arjan Keeman

Let me fix https://github.com/PyCQA/autoflake/pull/79#issuecomment-1149640836 soon...

Doesn't anyone know some configuration (file) abstraction layer? Because it's insane to write this logic over and over again for different libraries...

Any progress?

A few of my colleagues are working on windows, and run some code on their local machine outside of their Docker container on a schedule. All the other code is...

This pr is related to https://github.com/ecmwf/cdsapi/pull/39

Got the same problem (poetry 1.6.1). The `pyproject.toml` file doesn't mention `allow-prereleases`. ```toml [tool.poetry.dependencies] [...] tensorflow = "^2.12" ``` ```shell $ poetry update Updating dependencies Resolving dependencies... ([...]) Package operations:...

Made some simple reproduction steps for [my previous comment](https://github.com/python-poetry/poetry/issues/8194#issuecomment-1708402045). It boils down to: - Create a new project - add tensorflow - add numpy=^1.21 Right after adding tensorflow, it'll use...

Clicking on a link with query params links to the page, but the query params are stripped somewhere.

So I was actually trying to make a step in a direction where I can use query params as sharable page state. Creating links with query params is just a...