-
I have a large number of projects that use littlefs for storing configuration and logging.
Some projects use internal NAND flash, others use external (QSPI) NOR flash for storage.
Keeping wors…
-
Is there a special reason behind showing the worst case weathercode in daily values?
On a day with some fog in the morning and otherwise sun all day, fog will be shown as code for the day which does …
-
You seem to be making the common mistake of thinking big-Theta means average case and big-O means worst case, which is not correct.
Either big-O or big-Theta or big-Omega can be used meaningfully t…
-
**Is your feature request related to a problem? Please describe.**
For async systems, sometimes different parts of the system need different amounts of time to expect the rest of the trace to arriv…
-
The [Graph-Structured Stack](http://en.wikipedia.org/wiki/Graph-structured_stack) (GSS) is the trick which gets GLL's worst-case parse time down to O(n^3).
Masaru Tomlta's paper describes the GSS in …
-
Noticed this issue a while ago, I thought it might've been a random bug in an older version. The issue has persisted no matter the versions,
I only use poiyomi shader and face tracking on my avatar.…
-
When calling `reserve()` on a `Vec` whose capacity is zero, afterwards the `capacity()` method always returns the exact argument that was passed to `reserve()`. Even though the contract of `reserve()`…
-
While testing repeated firmware updates, cycling between two versions, with a random power cycler, the system failed after about 3000 update operations.
The problem was in ``image_validate.c`` fun…
-
Is anybody already working on making a script for Flux Ti or wants to start working on one (I'm down to jump in!)?
Some thoughts:
- The code from my SDXL LoRA trainer [here](https://github.com/ede…
-
Moved stat_modifier to get_pokemon. However, "new" level is only set in battle function. Worst case, call stat_modifier per pokemon in battle function until can think of better solution