Luke Tao

Results 4 issues of Luke Tao

Currently, the GIF in the wiki for "The Series uses an episode offset" shows an outdated tutorial. It should be updated to indicate that a keyboard shortcut for "Open anime...

bug

### 🔍 Have you checked Spicetify.app page for your issue? - [X] I have checked the FAQ ### 🔍 Is there already an issue for your problem? - [X] I...

🐛 bug
🔴 custom app

It would be nice to have a feature, similar to the current romanization feature that would convert between Traditional and Simplified Chinese.

suggestion

When using `pandas.to_sql(if_exists="replace")`, PRIMARY KEY constraints are lost from SQLite tables. [This breaks Anki's synchronization mechanism between devices.](https://github.com/klieret/AnkiPandas/issues/137#issuecomment-1756625536) ### Fix - Reassign `id_column` to be the PRIMARY KEY using `dtype={'id_column':...