cromachina
cromachina
60f4f11 should fix this issue now. Your user who had his role removed will have to send his ID to the bot again and he should get his access back.
Yeah unfortunately there is not a good way to automate this because of the captcha barrier. The method I described in the readme to get the correct auth tokens is...
Added additional information about user-agent in the latest commits: a4c3399a24d1ba39ff4fd0231259d11b8c27c102
They seem to be increasing their threshold for detection and now it's basically impossible to run the bot for myself. I've got no solution to this.
The problem is that the c_type converter utility in this library doesn't consider 32 bit floats. This function https://github.com/JeanExtreme002/PyMemoryEditor/blob/master/PyMemoryEditor/util/convert.py#L37 should be corrected to: ```py elif pytype is float: if length...
Simple patch for this issue on top of 8f33dfe4f17c6f4616bf273f615d5a42a76380cf if anyone wants to just get it to compile on their system with GCC: [patch.txt](https://github.com/user-attachments/files/18323169/patch.txt)
Thank you for the informative response! Krita's GPU canvas view does indeed look pretty good when zoomed out and GPU definitely does seem like the most reasonable choice, given all...
A small side note on the GPU canvas: Krita on Linux sometimes encounters issues with drivers corrupting or not preserving buffer data after waking up from system sleep (canvas becomes...
The hardware fix was fairly easy, but a similar software solution might be tough without threads. Might be able to generate mipmaps incrementally with a QTimer, while prioritizing the current...
Sounds fair, guess we can close this as resolved?