Is this intended behaviour?
I'm writing a PWA and was debugging in a private Vivaldi window. Noticed that the application local storage didn't clear when I closed the private window and opened a new one. Found out that when having multiple private windows open, local storage is shared between those windows, and won't be cleared until all private windows is closed.
Private was not so private after all, but maybe private tabs must share local storage even is they are in separate windows.
I think the bug I resolved (I wouldn't say fixed) in @novelwriter today is the weirdest I've encountered so far.
The app uses @-based keywords to set meta data in the text. An auto-complete menu pops up to suggest which keyword when you type an @ on a new line.
In the current version (at least) if you have the editor "justified margins" set, type an @, then type backspace, then *and only then* will Qt/PyQt segfault and crash the app.
Alles hat sich verändert nur nicht VBA und leider ist EXEL die Welt, wenn EXEL nicht mehr funktioniert, gehen Firmen pleite...... Ich muss ja leider das nutzen, schreibe den Code in Notepad++, das debugen ist, naja ihr kennt es. Alternativen zum debugen gerne her damit ;D
Do you (sometimes) use print() or message() for debugging your code? Next time you can use {icecream} instead: https://turtletopia.github.io/2022/07/28/ice-cream-for-r-programmers/ #rstats #icecream #debug
paint() your data when you print them to make them easier to grasp: https://github.com/MilesMcBain/paint #rstats #console #debug #print
Debugging Help Please!
I have 2 mastodon.social accounts. One is an informational feed and one is just for fun.
I can no longer see the posts from the informational feed account on my fun account.
I have many filters. I tried to see if the filters were a problem by setting them to "Hide With A Warning".
I still don't see the posts from my informational account.
Any tips on debugging this situation?
Any high-follower (10-20k+) techy person interested in helping me debug a tool I made for viewing the distribution of your followers/accounts you follow?
Learn how to work with #OneIdentity Active Roles #debug logs, that is reading them using #syslog_ng Agent for #Windows and forwarding them to a central syslog-ng server for long(er) term storage.
https://www.syslog-ng.com/community/b/blog/posts/working-with-active-roles-debug-logs-in-syslog-ng
Addendum: Funzt wieder. Danke an @Natanox !
Weiß irgendwer warum der #Jabber / #XMPP-#Server vom #CCC / @CCC nicht unter dessen .onion
- Domain via @torproject / #Tor erreichbar ist?
https://infosec.space/@kkarhan/113974956128605484
Ist das nen #Bug von @monocles / #monoclesChat, @guardianproject #Orbot oder warum 404'd das?
I am starting a server using `sockerserver.ThreadingMixIn` and `WSGIServer` only on Fedora in a specific situation I am getting server error, but no debug HTML on the view (debug=True). Any tips on how to to debug and see the actual errors? https://github.com/kushaldas/redigera/blob/main/src/redigera/app.py#L25 https://github.com/kushaldas/redigera/issues/1 #django #python #debug #fedora
watching xobs #38c3 talk demystifying microcrontroller debug protocols:
https://media.ccc.de/v/38c3-demystifying-common-microcontroller-debug-protocols
if for any reason you want to know what happens between #gdb and the #debug device, you might want to have a look at my implementation of the remote serial protocol: