Felipe Guedes
Felipe Guedes
For anyone having issues with ramps and the "client stuck on object" messages, @V952 fix works perfectly. If you're confused, do this: Open `baseentity.cpp`, search for this: ```cpp #if PREDICTION_ERROR_CHECK_LEVEL...
Hopefully this fixes the previous issue and add a few Quality of Life improvements to the script! (I ended up fixing a bunch of minor issues, instead of just fixing...
So, it is possible to add stateless support out of the box, perhaps with a param? 😁
@falbrechtskirchinger Do you happen to (still?) have a branch with this modification? I'd like to give it a try
A fixed table size will work correctly, but you don't manually define the table size, this bug occurs :(
@Normanras A bit late, but might be worth checking this: https://wiki.webevaluation.nl/bashrc
Hello, I submitted a patch (Issue #2) that has this fix. According to [Powerline documentation](http://powerline.readthedocs.org/en/latest/fontpatching.html), the codes changed: > Warning > > The code points have changed in this version...
And it only took 2 years to get merged! :)
@TeschRenan That is due to the timer in https://github.com/AndBondStyle/niimprint/blob/main/niimprint/printer.py#L114 The correct way is to poll the printer until it's done printing and send the end_print command to complete it, instead...
@rubeycubey The timer must be above `self.end_page_print()` You could also use the fork that has that fixed already (but it requires python 3.12 for now, until I update it)