Zhiwei Liang

Results 18 issues of Zhiwei Liang

Make websocket object iterable. Will add tests later when the code has been finalized. Update: Manual test was okay. Currently we don't have a test client in Sanic that can...

A previous [PR](https://github.com/sanic-org/sanic/pull/2447) provides `cache-control` HTTP header to `file` function in Sanic, but the best practice is to also implement the etag and the file validator. **Correct me if I...

enhancement
intermediate

I saw the last update was in 2019, I am wondering if this project is still maintained? If not, is there any alternative package that is recommended to replace it?...

``` PS C:\path\to\react_app> npm install -dev--save react-router-sitemap@latest npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]...

In many other BOINC projects, user can log into the account and check the status of tasks on the website. I didn't find how to do the same thing with...

If would be nice to have a contribution guide, i.e. `CONTRIBUTING.md`, for anyone who is interested in contributing to the foundations library.

closes #2873 Prioritize newer websockets API and fallback to older API to avoid warning. Thanks @Tronic's idea!

I am happy to see an alternative of CUDA. Will you continue development of this project? Will you able to accept public fundraising sponsorships, e.g. GitHub sponsorship feature?

The type annotation of Sanic app's `test_client` currently is `Any`. Create a better type for it can make test dev experience better. I think adding a parent class, either abstract...

enhancement

In the [README](https://github.com/wasmCloud/capability-providers/blob/main/blobstore-s3/README.md) of Blobstore-S3 Capability Provider, `AWS_ENDPOINT` is said to be only for testing purposes, and the docs didn't mention non-AWS S3 compatible object storage services, such as open-source...