Douglas Hanley
Douglas Hanley
Ok, new clue. When preparing the example file, I realized that I had compressed my files with pbzip2 (parallel bzip2). If I compress things with regular bzip2, everything works fine...
Yup, looks like it! Just grepping through the file, I'm seeing multiple BZ headers (which, appropriately for today, is BZh9 + 0x314159265359). If I change the logic in BzDecoder::read to...
Spoke too soon there. You need to call bzlib restart too. Unfortunately, this results in a large memory leak for me, and I know almost nothing about rust memory management,...
Works great now. Thanks!
Definitely. I'll check out `MultiGzDecoder` and submit something analogous relatively soon.
Thanks for the feedback! It looks like this is the multiprocessing issues discussed here: https://stackoverflow.com/questions/41385708/multiprocessing-example-giving-attributeerror From the comments there, it seems like this occurs on Windows when running with IPython/Jupyter....
Thanks for the info. It seems like this is a `multiprocessing` bug that kinda shows up in some random subset of platforms and python versions and configurations. I'm actually pretty...
Sorry, I've been slow on this! Fortunately @mibu-games saved the day with a fix in #36, which was just merged. Will ship to gnome extensions very soon.
Thanks for the report! Just trying out Manjaro in a VM here (btw, very impressive distro), and I'm seeing the tray icon and window. Are you seeing any errors anywhere?...
Yup, thanks! Seeing the same thing here. I'll add in "40.alpha" and "40.beta" as well just to be sure. Still working on getting settings working with the switch to GTK4.