David Snopek

Results 67 issues of David Snopek

There is a particular user who gets this error any time they sync: ``` Traceback (most recent call last): File "/opt/anki_server/src/anki-sync-server/AnkiServer/threading.py", line 95, in _run ret = self.wrapper.execute(func, args, kw,...

bug

This error happens when some users try to sync media sometimes. I don't know if it's tied to specific data in their collections, but it does usually happen several times...

bug

Here is the stacktrace seen in the wild: ``` Unable to answer_card(*[], **{}): 'Scheduler' object has no attribute 'lrnCount' Traceback (most recent call last): File "/opt/anki_server/src/anki-sync-server/AnkiServer/threading.py", line 95, in _run...

enhancement
question

So, I know that having 10k objects in a directory isn't a good idea! :-) But I've got to deal with this server/application as it is for the time being....

While I followed the instructions (and extra clues in GitHub), I couldn't actually get the godot-msvc image to successfully compile anything. However, Docker is capable of running Windows images (ie....

A fix for #266 that works in my testing with a sporadic (but pretty reliable) Chrome crash

We've been experiencing some intermittent failures caused by Chrome crashing part of the way through a Selenium-based test. This leads to an exception being thrown when `SessionsListener::prepareDefaultMinkSession()` calls `$this->mink->resetSessions()`, which...

We created a custom Lando plugin ~2 years ago for the developers on our team, and kept it working with periodic Lando updates over that time. Then all of sudden,...

bug