send AnkiConnect patch, first attempt
review github issues
work on api change in AnkiConnect
Discussed a patch for AnkiConnect that would help with a Yomitan feature
Changed color of the stat gauges to reflect type of pokémon
Will need to tweak the color because it's pretty ugly.
Working on adding evolution chains in the DB
Issue is, they have a recursive structure, which Prisma doesn't support.
Looking for an issue to fix
Trying to add data recursively through Prisma
Fix pokémon genus text not showing up
clean up code
Yomitan: defending my feature proposal
Looks like I forgot to update my streak yesterday (should be ~40)
Fix bug when viewing Anki notes in Yomitan PR
Yomitan figured out why the "view card" and "add card" won't show at the same time
there's a bug in the AnkiConnect API (used to fetch Anki cards info). might need a workaround
Yomitan more changes to allow adding + viewing Anki card from Yomitan
https://github.com/eloyrobillard/yomitan/commit/3283ea8ad6e365ac3570c5407f5679801eaea296
Yomitan find piece of code deciding which button gets shown
Yomitan: get 1st PR approved
Yomitan (POC) added setting allowing user to force add Anki card even when a duplicate exists
Yomitan: further fixes and simplification
Yomitan: Fixed an issue in my PR
I was over-writing an old update, instead of creating a new one for my changes
Yomitan PR: can now use a hotkey to display all Anki cards for a term
push requested improvements to Yomitan PR
Removing duplicate code: https://github.com/themoeway/yomitan/pull/636/commits/e95066f1bd101248fc02d5ee9184ad89cf1c6d2a
document the PR process a bit more
open Yomitan PR for review
document the process implementing my feature in Yomitan
checked a few things for Yomitan PR
I was going to remove a bunch of code, but never mind, it's still used in a couple places.