Tian Gao
Tian Gao
We should probably come up with a way to escape the non json compatible characters.
The fix is released with 0.15.5
Hi, sorry it took so long to take a look at your PR. The reason was because #278 was also working on compression features and having two PRs probably makes...
Well, not exactly. We should *not* simply try different ports after failing on a port, as there might be some cavets like "it will always fail on the first try"....
Yes, we can implement a new method in the test class to find a free port first, then test on it.
> If we find a free port first, the cases to test `use_external_processor` option can use this port but not 10000. Right? No, `test_use_external_processor` is another thing. The issue is...
This issue is fixed by #286.
Next time please do not name your PR as `some small changes`. Use a more informative name for your changes.
Do you mean in the elf header object, there are attributes that are `int`, and you want to print them as hex? That sounds like an interesting feature. I guess...
The multiprocessing does not happen magically, it relies on some hook trick on the `multiprocessing` library. I'm not familiar with PySide6 GUI, and I don't know how your secondary process...