Richard Schwab
Richard Schwab
Same issue here, in my case the fds were links to stale network mounts. Closing the applications holding those fps fixed it for me.
is this still an issue? works fine for me in chrome 95 using violentmonkey.
i don't see that happening on firefox at least
based on https://www.tampermonkey.net/faq.php#Q303 and the linked blacklist github repo this is not part of the blacklist system https://github.com/Tampermonkey/blackcheck/blob/master/blacklist.json
@SleepyBrett except when you want to stricly accept json but not yaml.
There is `xca.app/Contents/PlugIns/sqldrivers/libqsqlmysql.dylib` bundled. Opening xca in a terminal gives the following output: ``` DB driver: "QSQLITE" DB driver: "QMYSQL" DB driver: "QMYSQL3" DB driver: "QODBC" DB driver: "QODBC3" DB...
I see. Unfortunately I can't write in `/usr/lib` without a reboot to disable the system integrity protection, so I can't test this currently.
Actually, placing it `/usr/local/lib/` worked and it connects.
After connecting to the newly created DB it throws a few popups: ``` "QUERY: sql.cpp:76 (SELECT MAX(stamp) +1 from items) - Rows selected: 1" "QUERY: sql.cpp:81 (UPDATE items SET stamp=?...
After adding a few items to the db using xca I can see the entries in the DB and the insert logs on my terminal, however, if I close and...