Trenton-Ruf
Trenton-Ruf
Added a brightness slider in the GUI and a correlating option in the config file. I have only tested it with the esp8266. I changed stuff in led.py that _might_...
I'm testing the example code: ``` using namespace sml; return make_transition_table( *"s1"_s + event / process_event(other_event{}) = "s2"_s, "s2"_s + event = X ); ``` I am getting the error:...
Substituting an exercise leaves the programed weights based on the original lift's 1 rep max. This only happens when applying the substitution to the current workout. Applying the change to...
### Search first - [X] I searched and no similar issues were found ### What Happened? Logseq will do nothing or sometimes freeze after clicking "Open with default app". ###...
**Describe the bug** When syncing to Anki, namespaces with more than 2 levels are truncated. For example cards in Logseq under: **日本語/Beginner Intermediate/Chapter 6** Are added to Anki under: **日本語/Beginner...
In the documentation for [linear progression](https://github.com/astashov/liftosaur/blob/174bae457f77e3ce7c22a6ccd841d3f5f8bd0185/blog/docs/index.md?plain=1#L323) there is a simple mistake in the following comment: ``` /// increase by 5lb after 1 successful attempt, and decrease by 10lb after 3...