cdeler

Results 12 comments of cdeler

It would be interesting, thank you Could you assign it for me?

I ran the spec text, looks like we have a lot of [TODO](https://gist.github.com/cdeler/04ac412d68c75eca72cb1ff0bccf109d).

I'm sorry for that, but why cant you use tree-sitter ? https://github.com/tree-sitter/tree-sitter It has been written on `Rust`, without 3p, has ruby support (https://github.com/tree-sitter/tree-sitter-ruby)

@lopopolo Third Party dependencies, eg native libs

It's might be easier to reach this goal, replacing `requests` by `httpx`. The libraries are motly compatible, and `httpx` provides you with sync and async interfaces.

I tried to follow the guide written by @tomchristie above. The first step was > Rename BaseStream / Stream / ConcurrencyBackend.connect() to BaseTCPStream / TCPStream / ConcurrencyBackend.connect_tcp(). It has been...

> The keyword here, as with anything like this, will be incremental. 😀 it's smart behaviour to make incremental changes, I'm happy to try doing that

@tomchristie Have you seen [this](https://github.com/aiortc/aioquic/blob/main/examples/httpx_client.py) example in the aioquic repo?

I'll try to add it to `h2`. TY for pointing the place to start looking

@pquentin If the issue is actual: why not to add this lines at the end of the file? It would keep the line numbers...