FirelightFlagboy

Results 107 comments of FirelightFlagboy

So it appear that the proposal `Protocol using module to separate major version.` is preferred

I've updated the original issue with the following change: - Rename `TypeScheme` that was previously called `ProtocolScheme` due to a bad copy/paste. - Added the optional field `introduced_in` for `ProtocolScheme`...

I've update the original issue with the following change: - Rework the type definition of `Protocol` & `Type` to prefer the use of key/value instead of array keyed by an...

for Api version negotiation, on top of what's listed, we could: - provide an endpoint where we could fetch the versions supported by the server. - add the api version...

related to [rfc7616](https://www.rfc-editor.org/rfc/rfc7616.html): - [rfc8120 - Mutual Authentication Protocol for HTTP](https://www.rfc-editor.org/rfc/rfc8120.html) - [rfc8121 - Mutual Authentication Protocol for HTTP: Cryptographic Algorithms Based on the KAM3](https://www.rfc-editor.org/rfc/rfc8121.html)

@touilleMan the issue pgjones/quart-trio#3 is now merged

@touilleMan the issue - pallets/quart#174 is fixed 🎉

And another one: https://github.com/Scille/parsec-cloud/runs/8070499894?check_suite_focus=true ``` Fatal Python error: Segmentation fault Thread 0x00007f64a2ffe700 (most recent call first): File "/home/runner/.cache/pypoetry/virtualenvs/parsec-cloud-dZ-E5qY_-py3.9/lib/python3.9/site-packages/trio/_core/_thread_cache.py", line 74 in _work File "/opt/hostedtoolcache/Python/3.9.13/x64/lib/python3.9/threading.py", line 917 in run File "/home/runner/.cache/pypoetry/virtualenvs/parsec-cloud-dZ-E5qY_-py3.9/lib/python3.9/site-packages/sentry_sdk/integrations/threading.py",...

Another failure in https://github.com/Scille/parsec-cloud/actions/runs/3243594411/jobs/5318536625 [hypothesis-mac-flaky.zip](https://github.com/Scille/parsec-cloud/files/9783172/hypothesis-mac-flaky.zip)

This issue was created because I've a discuss with @TimeEngineer on how we should format the error message in `Rust`. But we didn't came to a conclusion, because the format...