John Pham

Results 6 issues of John Pham

First step for #4655

For some reason, after I pull the `main` branch after commit `4d464cc9fb3052c3e9ffb70fa739cabd952cbe41`, I got this weird message. I tried to set my `RUSTPYTHONPATH` to `/path/to/Lib` but still got this error....

z-ls-2023

Implement locale for windows

A-stdlib
z-ls-2023
O-windows

## Issues In `Lib/test/test_types.py``test_int__format__locale`, if you change from `format(x, 'n')` to `format(x, ',')` and run the test, RustPython will panic! It doesn't crash in CPython! See #4593 for test case

C-bug
good first issue
z-ls-2023

**Describe the bug** When pydantic deserialize large base64-encoded payload, its memory consumption is much larger than the object itself. **To Reproduce** Steps to reproduce the behavior: ```python import asyncio from...

**Describe the Feature** Is it possible to support Batch API for Ragas? **Why is the feature important for you?** Batch API has lower cost, so it'll lower the evaluation cost...

enhancement