Jeong, YunWon

Results 306 issues of Jeong, YunWon

~I don't have a good idea for `inf` and `nan`. They generate errors for now.~ using wrapper: ```rust use hexf; let s = format!("{:x}", hexf::Format(1.0f64)); ``` using format function: ```rust...

rpaheui 코드를 pypi로 배포하도록 수정했습니다. 원래 라이선스가 포함되어 있지 않았는데 이번에 함께 넣었으니 확인해 주세요. https://github.com/aheui/rpaheui/blob/master/LICENSE

## Feature code ```python async def f(): [await a for a in range(1)] ``` expected: No error Actual: ```sh File "z.py", line 2 [await a for a in range(1)] ^...

C-compat
A-compiler

https://github.com/rustls/rustls-openssl-compat

Yes, we are almost there. But still many issues are scattered on multiple projects outside of RustPython. This issue is tracking the status of related issues. Submitting issue or patch...

E-help-wanted

## Summary Check if this is available for RustPython https://docs.rs/wasmer-middlewares/latest/wasmer_middlewares/metering/struct.Metering.html ## Details

Ref https://github.com/RustPython/RustPython/pull/3942

bug