Sean Wang

Results 11 issues of Sean Wang

## Describe the bug When closing a WebSocket connection, `httpx-ws` can correctly send the close code, but it is unable to send the close reason. ## To Reproduce Run following...

third-party

# Summary ## Added - support asyncio and [Trio](https://trio.readthedocs.io/) through [AnyIO](https://anyio.readthedocs.io/) - support sending [websocket denial response](https://www.starlette.io/websockets/#send-denial-response) - support sending headers during websocket handshake - add tests for [hypercorn ](https://github.com/pgjones/hypercorn)server...

help wanted

## PR #19 #20 may carry a potential risk of disrupting the [publish.yml](https://github.com/WSH032/fastapi-proxy-lib/blob/main/.github/workflows/publish.yml) workflow. The [v4 versions](https://github.com/actions/download-artifact/releases/tag/v4.0.0) of `actions/upload-artifact` and `actions/download-artifact` no longer allow uploading multiple files to the same...

help wanted

- bump `typing_extensions` from `4.5.0` to `4.12.0` - explicitly add `anyio` as a dependency - fix docs `host` typo - fix broken `httpx` authentication docs link - refactor `tool_4_test_fixture` to...

## Have you discussed it? - [x] I have discussed this feature request in discussions, and developers ask me directly to create an issue here. ### Discussed in https://github.com/WSH032/fastapi-proxy-lib/discussions/39 Originally...

enhancement

I just found a bug. The current implementation only supports a strict `one-receive-one-send` mode within a single loop. If this pattern is violated, such as `multiple receives and one send`,...

help wanted

Close #2213 ## What I Did I added a `--with-debuginfo` option to both `maturin dev` and `maturin build`. Currently, it only works on `msvc`. When this option is specified: -...

# Copy `.pdb` files to `Editable Installations` and `Wheel`s for easier debugging on windows Hi team, first of all, thank you for developing this awesome tool. ## Is your feature...

enhancement

In , `FromPyObject` was intentionally designed to disallow all fields being set with `#[pyo3(default)]`. I wonder if this is because: > ref: > > the surprising behavior that a variant...

enhancement

Discussed at This allows simulating the behavior of `generate_context!` at runtime and dynamically loading the `Context`.