Alex Sayers
Alex Sayers
I'm not sure if you guys are interested in taking a change like this. If you are, I'd be happy to fill in more impls.
todomvc now has a couple of npm packages for the css and assets. See [here](https://github.com/tastejs/todomvc-app-template).
It would be easy to write an app-transformer which simply persists the entire app. Might be worth doing as a demo?
- [ ] Port over the test applications (event-test and routing-test) - [ ] Reimplement tabbed-apps
- [x] Make the path a derived property of the application state - [x] Submit an action when the path is changed manually - [ ] Make the app aware...
From @meiersi: > Another option would be to implement generic GUI-bug-reporting support in blaze-react. In its simplest form it would consist of one application transformer that works as follows. >...
`cpsm` does a good job of guessing the right file based on very little information, but the user probably has some additional information which could help it along; for instance:...
criterion uses Bias-corrected accelerated (BCA) bootstrapping to estimate the mean and std dev. * http://statwww.epfl.ch/davison/BMA/ * https://hackage.haskell.org/package/statistics-0.14.0.2/docs/Statistics-Resampling-Bootstrap.html
Add a `Stats::plot()` function which outputs the raw data in a way which can be loaded into gnuplot to generate a kernel density estimate.
The "io_uring_prep_poll_add" man page refers to this field as "poll_mask". I think it's worth following their naming, since `io_uring_prep_poll_update()` contains an unrelated field called "flags", in addition to "poll_mask". (This...