open
open copied to clipboard
DiffusionKinetics open-source monorepo
I know there are a few advantages to monorepos, but there are a few sticking points, as well. For instance, I wanted to contribute to PlotlyHS, which had its own...
Similar to how we handle other CDN-based javascript https://katex.org/docs/browser.html https://katex.org/docs/api.html
- [x] A cookie jar should be shared between all the units in a test - [x] support for posting form data in a test unit
- [ ] Remove dependency on scotty and create a `wai` application instead - [ ] Support for DB pools - [ ] custom 404/500 handler - [ ] support...
Use Wai with Warp.
Haddocks point to http://mlr.cs.umass.edu/ml/datasets/Wine but currently it's available at https://archive.ics.uci.edu/ml/datasets/wine
Addresses issue #92 Includes a 'priority' example in the todo app, but I've also added a separate 'sum types' example to help with testing and development for other cases of...
It should be possible to customise the layout of forms. It is already possible to completely rewrite the form appearance by overwriting `renderForm` in the `FromForm` instance (https://github.com/diffusionkinetics/open/blob/balaji/generic-digestive-form/youido/lib/Youido/Types.hs#L400). But that's...
The youido library has become a bit of a mess with Youido.Types being far too long. Let's split this into several modules. This is a suggestion but I'm open to...