Alfonso Subiotto Marqués
Alfonso Subiotto Marqués
## Proposal Details > [!NOTE] > This proposal is not concerned with the `globalRand` in the user-facing `math/rand` packages, rather the [`globalRand`](https://github.com/golang/go/blob/13c49096fd3b08ef53742dd7ae8bcfbfa45f3173/src/runtime/rand.go#L26) struct used to (AFAICT) seed the per-M rngs...
This simulates a hard restart by calling the vfs_shutdown hook on the wasm host module to error out all filesystem calls. > [!NOTE] > This PR is currently blocked on...
When #883 merges, deterministic simulation testing will be part of our CI pipeline. Currently, deterministic simulation testing is very limited in that it only randomizes scheduling order of goroutines on...
Currently, we record rotations and block creations [in the WAL](https://github.com/polarsignals/frostdb/blob/39c2018fad3d00d8c981b113abb4b2ca8b8463a8/proto/frostdb/wal/v1alpha1/wal.proto#L29) in order to determine which writes to discard because they have been persisted, which writes were included in a failed...
Table block creation can fail for a variety of reasons, but we were only handling the happy case. This commit only overwrites the active block if the new table block...
I believe that #480 caused a regression when sorting menu items. Here is a menu definition that used to work (Home is sorted before About): ``` [menu] [[menu.main]] name =...