Mycroft

Results 4 issues of Mycroft

As suggested by @u-fischer on [stackexchange](https://tex.stackexchange.com/q/720144/284593), I'm opening this issue to report a problem with `biblatex` failing to detect languages loaded using `\babelprovide` from the `babel` package. **Description** I'm experiencing...

localisation

**1. Environment** - Device: samsung SM-A217F - OS: Android 12 - APP: [0.11.1](https://github.com/Ashinch/ReadYou/releases/tag/0.11.1) & [0.11.0](https://github.com/Ashinch/ReadYou/releases/tag/0.11.0) (but not in [0.10.1](https://github.com/Ashinch/ReadYou/releases/tag/0.10.1)) **2. Describe the bug** After installing Read You (v0.11.1), I tried...

bug

I'm hitting a JIT cache miss on the second training step when using `reduce_on_plateau` in an optimizer chain (AdamW -> clip_by_global_norm -> reduce_on_plateau). From JAX logs: ```log 18:02:01 - WARNING...

type:bug

I'm solving an ODE system for viral dynamics using `Kvaerno4` with a PID controller. The state variables need to stay non-negative.... I searched the docs and issues but didn't find...

question