Fangchen Li
Fangchen Li
- [ ] xref #46680 (Replace xxxx with the Github issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature - [...
close #594
closes #1139
asv uses vendored `asizeof` function from `pympler` to compute the memory size of python objects. We need to update the vendored code and add its license or officially adopt it...
The last `python-hglib` release was over a year ago. We probably should replace it with `mercurial` or implement the required functionalities ourselves.
Simplified Chinese Translation
The new Raspberry Pi OS Bullseye comes with a new open camera stack `libcamera`. It would be nice if opencv could add support for it in `VideoCapture `. libcamera also...
Last year, I thought this project was abandoned and made some updates on my fork. https://github.com/fangchenli/pyhocon And it seems like there were some activities recently. I wonder if my fork...
`ERROR tests/test_tool.py - pyparsing.exceptions.ParseException: Expected end of text, found '=' (at char 79), (line:5, col:15)` ``` (pyhocon-dev) fangchenli@Fangchens-MacBook-Pro-2 pyhocon % pytest tests/test_config_parser.py ================================================== test session starts =================================================== platform darwin --...