Weiliang Li

Results 56 issues of Weiliang Li

Like this: ```py from coincurve.context import GLOBAL_CONTEXT, Context from coincurve.keys import PrivateKey, PublicKey from coincurve.utils import verify_signature __all__ = [ "GLOBAL_CONTEXT", "Context", "PrivateKey", "PublicKey", "verify_signature", ] ```

It seems colima does not respect `HTTPS_PROXY` when starting the vm

bug

As it causes type hint problem

When job failed, the result becomes an exception, which causes problems on serialization without pickle. ```python async def job_failed(exc: BaseException) -> None: self.jobs_failed += 1 result_data_ = serialize_result( function=function_name, args=args,...

Just spent some time playing with pyotr, I found that its dependency openapi-core is rather primitive and it lacks lots of features. It has too many restrictions on security scheme:...

enhancement
help wanted

The starting point for contributions should usually be [a discussion](https://github.com/encode/httpx/discussions) Simple documentation typos may be raised as stand-alone pull requests, but otherwise please ensure you've discussed your proposal prior to...

hold

**Please verify that the error is present in the most recent revision before reporting.** Both in the lecture note and the book https://courses.engr.illinois.edu/cs374/sp2021/notes/01-recursion.pdf http://jeffe.cs.illinois.edu/teaching/algorithms/book/01-recursion.pdf **Chapter number or note title:** [title]...

Let's take `KeyGenBroadcastMessage1` in `gg2018` as an example. It can be improved since: 1. `Broadcast` has no more information except that we should broadcast this kind of message, but we...

- [x] 1. 移除Python 2.7支持。最小支持版本Python 3.6 - [x] 2. 移除setup.py,采用pyproject.toml和poetry - [ ] 3. 重构API(考虑AsyncIO系) - [ ] 4. 重构CLI UI,或可尝试[click](https://click.palletsprojects.com/en/7.x/) - [ ] 5. 重构Qt UI(dbus) - [ ]...

enhancement