Hung-I Wang

Results 48 comments of Hung-I Wang

It seem to be more related to the black project itself?

The behavior sounds similar to https://github.com/psf/black/issues/1140 where the problem is a mismatch of black versions in CI and local environments. If it is, the suggestion for simple fix is to...

Let me try to make the problem clear: `black` relies on `typed-ast` which does not have the `.whl` ready for Python 3.9, resulting in the need of `gcc` (and hence...

Not sure whether I fully understand your expected behavior. How about manually wrapping all longitudes with `(lng + 360) % 360` so that the green polyline goes eastwards?

@appieGIT The dirty way aforementioned is a little tricky. Here is another way I did not try but expected to work: Adding a new line `pycFile.write(b'\0' * 4)` just after...

@AlbertJanSch Would you mind sharing a sample `.pyc`?

@AlbertJanSch I see `Parse error at or near 'POP_BLOCK' instruction at offset 36`. But I do not think it owes to python-exe-unpacker. And I have no idea how to fix...

I find it very useful when understanding some weird code, usually with newly introduced syntax. The only problem is that the Python version it supported is too outdated. It would...

Hi, @mcginty. It is here: https://github.com/Gowee/noisy-shuttle. A just-working prototype for now. Considering that handshake messages are written out as opaque bytes instead of structs, I think a "codec" function (`Fn(&[u8;...

Hi @addaleax. Thanks for your kind reply and the excellent project. Looking forward to the new design.