Damien Elmes
Damien Elmes
I use deadpool-postgres indirectly now via diesel, but when I was using it directly I did not need dynamic dispatch.
I have seen multiple bug reports that turned out to be caused by this project. Please either fix the issue, or remove the broken functionality so that it doesn't create...
Thank you for pushing out a fix quickly. Questions about the file format are best posted on forums.ankiweb.net, but I would recommend rather than directly reading/writing .anki2 files, you instead...
I hit something similar to this in the past. From maybeSetupBackend(): ``` // We must make sure not to load the backend library into a test running outside // the...
This is what ChatGPT suggested - I have not tried it myself: ``` plugins { id 'java' } testing { suites { robolectric(JvmTestSuite) { // Configure robolectric test suite specifics...
Ok, I think I get you - it's an IDE issue you're trying to work around, not a gradle one? Does AndroidStudio cope fine with a pure-Java module? If not,...
This should be a good one for you to get up to speed with the undo infrastructure Arthur. The way to solve this is: - move or copy toggleMark() into...
@BrayanDSO changing flags doesn't trigger this, because they haven't been made undoable yet
FSRS doesn't look at time taken.
Users who have filtered decks created with older versions will need to edit the filtered deck options and adjust the delays to their liking (e.g. the new defaults). The issue...