zubieta
zubieta
Now that [pep 621 is final](https://www.python.org/dev/peps/pep-0621) maybe it is possible to use the `requires-python` metadata field instead, which I think should make it easier to extract the version without parsing...
Thinking a little more about my initial proposal to use `requires-python` I realized it wasn't enough to determine the python version in cases where a set/range of versions is defined...
Hi poetry maintainers, do you think is there a way to start supporting everything else in pep 621 while the dependency list discussion happens? I don't want to misrepresent anyone...
> Last time I checked (which was a long time ago already, I must admit), I also came to a similar conclusion, poetry could relatively easily move to PEP621 and...
It'll be pretty useful to have this PR or #15 merged to unblock https://github.com/dprint/dprint-plugin-dockerfile/issues/9.
I'm facing the exact same issue on an iPhone. I just wanted to add that I can go to the web page of Reolink camera from the browser by directly...
Just in case anyone is interested, I got this one working in docker-compose: ```yml healthcheck: test: tailscale status --peers=false --json | grep -q 'Online.*true' ``` I know the status might...