Myungchul Keum

Results 54 comments of Myungchul Keum

@conda-forge-admin, please ping team Hello. It seems like my package is missed 😭 Python-SoXR is one of most accurate and fastest samplerate converter for Python, mostly used for audio resampling....

Python-SoXR uses static link by intention. So that it can be easily installed with pip, without any additional action. Dynamic linking needs external library installed separately. Anaconda has own c...

@carterbox I changed to dynamically link libsoxr. Can you review the package again?

That's strange...... I'll take a look into it.

@carterbox [It seems like the problem is fixed.](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=553578&view=logs&j=6f142865-96c3-535c-b7ea-873d86b887bd&t=22b0682d-ab9e-55d7-9c79-49f3c3ba4823&l=3339) Can you check it again? Sorry for bothering you.

Some note for commit 1335c33: When using `pip install` with `--use-pep517`, `--install-option` and `--global-option` are ignored. https://github.com/pypa/pip/issues/5771 Instead, use `--config-settings`

pp38-macosx_x86_64(and other PyPy 3.8) build added at 86b81c4 (v0.3.2b1). For now, CI skips PyPy 3.7, 3.9 builds. But I think source package going to work as fallback. I'll add these...

*-macosx_11_0_arm64 build added at 1392af1 (v0.3.2). Wheel packages are being released for all platforms that NumPy ships wheel.

To reproduce this issue with Win+L, you have to press arrow key other than ↑ when SuperPutty is already maximized. Pressing arrow key is triggering same behavior with Win+→, Win+←,...

I used git-bisect to find the commit that introduced this bug. And it is 9cf0816.