Moritz Zwerger
Moritz Zwerger
So, I am actually rolling out explorer patcher for some devices (~30). Windows 11 is imho unusable. @Microsoft: I need to work, not to try your experimental stuff. Why are...
Its broken because of `GetTickCount64` again, can you fix this please (since 3.3)?
@hasherezade It is crashing because ot can't find `Wow64GetThreadContext`
Yes, the 32bit version seems to work! Thank you!
Oh. Yes. These buttons where added in `4.x`. Will you do so?
You habe an nice code, but many mistaks. The Mobile NavBar dosn't work. Add in you CSS: ``` .navbar-fixed { z-index: 999; } ``` And much more. Please fix the...
Nice. A Bit Late.... I have developed my own site 😂😁 Gesendet von Bixilon.de On Sun, May 27, 2018 at 4:09 PM +0200, "Sid Engel" wrote: Hey there, I haven't...
😁 Gesendet von Bixilon.de On Sun, May 27, 2018 at 4:15 PM +0200, "Sid Engel" wrote: Nice, apologies. Haven't used git in a bit, and apparently I need to change...
@derrod This seems like a multithreading issue, the less workers I use the more reliable it gets. With 32 workers, it can download ~50 MB before it "crashes". Probably the...
The line that is causing this dead lock is here: https://github.com/derrod/legendary/blob/master/legendary/downloader/mp/workers.py#L134 (`self.shm.buf[job.shm.offset:job.shm.offset + size] = data`). So the writing to the shared memory locks everything up.