Pierre Chapuis

Results 25 issues of Pierre Chapuis

The [stamina retrying example from the README](https://github.com/florimondmanca/httpx-sse/blob/403b91c262236b685b8c51a35b7eaba234029b20/README.md#handling-reconnections) is a bit misleading. The problem is libraries like stamina and tenacity expect the decorated function (or the code block in their context)...

### Is your feature request related to a problem? Currently encountering an asynchronous generator ends the stack. That is because they are [not introspectable](https://github.com/python/cpython/issues/76991). ### Describe the solution you'd like...

enhancement

op_type_configs and op_name_configs are dicts (c.f. docstring above)

This PR adds initial support for Lua 5.5. With those changes I could build LuaRocks on lua-5.5.0-rc2.

In the current version of Teal this is valid: ```lua local t: {integer: integer} = { [2] = 4} for k, v in pairs(t) do k = k * 2...