aramrw
aramrw
Make it so for websites like Zoro (Aniwatch) clicking the subtitles doesn't play the video. For some reason it works on Crunchyroll where the subtitles can exit out of stuff...
Narou Freq and VN Freq overflow in Portrait Mode   This wouldn't be a problem, but sometimes you can lose where your at if you flip your phone horizontally....
The title sums it up pretty well, switching from paginated to continuous completely breaks the app completely, it freezes and I can’t press anything on the ttu reader and I...
```rust pub type Entries = Vec; // Untagged Enum is the issue #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(untagged)] pub enum EntryItem { Str(String), Int(u128), ContentVec(Vec), } ``` ```json [ [...
Im not sure where to start debugging ```rust /// Used to store the frequency metadata of a term in the db. #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] #[native_model(id = 2, version...
```rust [cfg(test)] mod db_tests { use crate::{database::dictionary_database::Queries, Yomichan}; use pretty_assertions::assert_eq; #[test] fn lookup_exact() { let ycd = Yomichan::new("./a/yomichan/data.yc").unwrap(); let res = ycd.lookup_exact("日本語").unwrap(); let first = res.first().unwrap(); assert_eq!( ("日本語", "にほんご"), (&*first.expression,...
## Description Inspector's folded animations unfold when adding a new animation ## To Reproduce 1. Add a new animation 2. Fold it 3. Add a new animation First animation fold...
## Description Multiple Transformation Gizmos appear. This is happens 100% of the time. Maybe I could refresh it somehow? Right now have to restart my editor to clear them. Its...
[aw-watcher-window_2025-07-16T17-41-46.log](https://github.com/user-attachments/files/21321655/aw-watcher-window_2025-07-16T17-41-46.log) Why does this happen?