violet

Results 13 comments of violet

i'm also experiencing this between my desktop element -> docker synapse

i tracked down the 1 character that wasted multiple hours. it's the extraneous `/` at the end of: `bookstack/models.py` `API_PATH = 'api/docs.json/'` remove that character, `API_PATH = 'api/docs.json'`, and all...

hello @Tsunami014, In Python, `pass` is a noop, i.e. "no operation". You can't effectively put a breakpoint on a `pass` statement because it doesn't generate opcodes to stop on; it's...

tl;dr go ahead and close this PR when you see my message and i'll eventually submit a better one that handles more cases. also my PR doesn't work so great...

also i created a ticket for myself to keep track of specific needed fixes https://github.com/violet4/StreamController/issues/2

tl;dr if you just want to get this working, scroll to the bottom of this comment and try the section "what fixed it for me". i kept the details of...

``` Exception in thread Thread-4 (_read_with_resume_from_suspend): Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1012, in run self._target(*self._args, **self._kwargs) File "/app/lib/python3.12/site-packages/StreamDeck/Devices/StreamDeck.py", line 221,...

It appears that it can be fixed with only this change: pygame_gui/core/layered_gui_group.py ```diff def update_visibility(self): """ Update the list of what is currently visible. Called when we add or remove...

Well, that's embarrassing. it turns out that my "fix" also changed the draw order. If I really want to submit a PR I should check more carefully 😅️.. going to...

@saraolson ahhh a reminder set directly on a daily worked!!! :D i'm happy with that solution as i've just created a "check dailies" task with a morning reminder. i wouldn't...