Kiyoon Kim

Results 215 comments of Kiyoon Kim

@peastman Thank you. I tested this on Mac with numpy 1.26.4 and 2.1.2 and can confirm that existing tests passed for my program.

@peastman I personally don't need it, but there are certainly some people who are on intel still. I guess if you build with GitHub Actions, it should be as easy...

@peastman I have a feeling that that "include" statement overwrites the previous value? I used to have it named "platform" and use `${{ matrix.platform.os }}` This is what I used...

@peastman Thanks for your work!

I made a Versioneer fork to support hatchling and pdm backend, and it fixes the problem. https://github.com/kiyoon/version-pioneer ```pyproject.toml [build-system] requires = ["hatchling", "version-pioneer"] build-backend = "hatchling.build" [tool.hatch.version] source = "version-pioneer"...

> ```shell > pip install git+https://github.com/tree-sitter/tree-sitter-python > ``` I tried this and still can't install it. How do I resolve this? ```Traceback (most recent call last): File "/Users/kiyoon/.config/dotfiles/nvim/find_python_import_in_project.py", line 6,...

@tusharsadhwani Mine is M1, and it seems like the shared object that is being installed is for intel. `pip install tree-sitter-python` didn't work for me. ``` 🕙 21:02:13 ❯ pip...

I think it's my compiler because I had similar problem with rust. But I don't know how to fix it..

I temporarily forked the repo and modified the CI to publish the wheel files on the Release page. I don't know what's wrong with my compiler, but this worked for...