stonebig

Results 130 comments of stonebig

What is curious is it is apparently the only Julia module (that I have) using an absolute path ==> shouldn't it be easy to fix ?

at least on writing, it looks possible to replace a ".\" per `Base.source_path()\\` in https://github.com/JuliaLang/BinDeps.jl/blob/master/src/dependencies.jl around line 832 (I don't know where it is read after)

I confirm the suggested patch "https://github.com/eleme/thriftpy/issues/234#issuecomment-249794576" is mandatory to have a working Thriftpy on WinPython. I suspect the bug was not in 0.3.8, only in 0.3.9

hi. I would suppose situation is different now: - we can create a wheel from source: httptools-0.4.0-pp38-pypy38_pp73-win_amd64.whl (would be nice to have on pypi) - yet the tests gives 4...

The windows 64 bit one for latest official pypy3 , so pypy3.7-v7.3.5-win64.zip , if it's possible.

it was just a question because there are more recent releases of ffmpeg. in the mean time: - ffmpeg-3.2.4 is what I uses now. - I put it in my...

for windows users: cgohlke just re-released rtree-0.9.7 wheels today.

I would suspect it is because there is no 'TypeWriter' on Pyqt6-6.2.2, and maybe 'Courier' shall be the workaround (on Windows) https://github.com/pyzo/pyzo/blob/main/pyzo/codeeditor/base.py#L403 https://github.com/pyzo/pyzo/blob/7229621874726480f91bc09e2e0ef6a44faf6867/pyzo/codeeditor/manager.py#L324 trying to replace `font.setStyleHint(font.TypeWriter, font.PreferDefault)` per `font.setStyleHint(font.Courier,...

then I fell one step further at: ![image](https://user-images.githubusercontent.com/4312421/146979979-f05c094c-3763-483c-b38c-5f0585486667.png)

it's Python-3.10.1 64 bit Windows. Notice there is no apparent problem with PySide6.