Mingjian He
Mingjian He
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions ### What part(s)...
**1. Describe the bug** I noticed that spectrum is still using pkg_resources to manage file paths. After 3.10 there is now a warning message for deprecated API. **2. To Reproduce**...
**Triple BFs** One BF addresses the issues I reported in #6795, which turn out to come from an annoying shift of coordinate systems under macOS: - pyglet `CocoaWindows` treats top...
As pointed out by #6754, the use of optional flags for `pip install` isn't cleanly organized at the moment after [#6742](https://github.com/psychopy/psychopy/pull/6742). This PR can replace #6754, as it includes what...
@peircej I finally tracked down why does `pip install` during plugins manager ignore the existing package distributions under `/Applications/PsychoPy.app/Contents/Resources/lib/python.`. This issue affects both py3.8 and py3.10 on macOS, but the...
macOS framework Python uses a scheme for organizing `--user` path directories different from `posix` and `nt` schemes. We need to create a python-specific user packages directory to avoid conflicts when...
I came across this repo looking for implementations of the Christov 2004 ECG detection method. I don't think the code here is doing what the paper originally described. For example...