Piotr Dobrogost

Results 81 comments of Piotr Dobrogost

I think this issue could be closed.

I think the intent was to change this `[\"]...[\"]` to this `["]...["]`

What is allowed in a cookie value has been traditionally very tricky question. I think the intent was to tolerate *reasonably looking* cookies. However now that there's good answer to...

Yes, they are missing a comma (and the last comma in this line is superfluous :)). According to RFC 2965: ``` cookie-value = NAME "=" VALUE [";" path] [";" domain]...

I see you're trying to get to **the truth** (even if it's only the *historic truth* :)) and not only I understand this but I applaud you for doing this....

> The original envdir.c doesn't support this, so you may be reluctant. But you should not be as this would be a very nice feature to have :) What do...

@Lispython What is needed for this issue to be noticed?

I know @ncoghlan was working on this with regard to identification of Linux distributions by means of `lsb_realease` and such. Nick, could you please link here relevant discussions that were...

Related: issue #652 (*SDDM/Plasma 5.x Screen Refresh Issue On Lock->Login*) also talks about hanging due to too low entropy.

> If a PEP 508 direct URL requirement’s URL part contains an egg fragment containing a different package name, fail with an error (requirement invalid). Wouldn't ignoring fragment with a...