Vesa Kaihlavirta

Results 6 comments of Vesa Kaihlavirta

I might be interested in this. What do you think, should the huffman coding part of HPACK (excluding the code tables) be in the stdlib in a generically usable form?...

I think I'll have to retreat here, not enough time and energy to really focus on this. Anyone else, feel free.

That would be excellent. `poetry export` helps some, but tends to sometimes (like with the current very recent 1.1.6 release) generate a requirements.txt that liccheck chokes on.

I implemented a very rudimentary and ugly poetry.lock reader here: https://github.com/vegai/python-license-check/tree/poetry_lock_support -- the POC was pretty trivial. If somebody wants to pick this up and implement it properly, feel free....

So I probably knew when I was writing my last comment that it's a blatant lie. Anyway, perhaps some day it will happen that I get bored of exporting requirements.txt...

I have a prototype of this done, I'll try using it for some time and if it looks ok, I'll make a PR out of it.