Tom Nielsen

Results 49 issues of Tom Nielsen

- [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...

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...

The `backup` command should take an optional text argument indicating the destination of the backup file. Some possibilities: `dampf backup -` output to stdout `dampf backup foo` output file named...

dampf

The test implementation we built is very complex and fragile. Last time I tried it, it borked the network on my VM until I uninstalled docker. I suggest a simpler...

There should be a Boolean flag `httpsOnly` in the domain declaration, default false, which redirects any connections on HTTP to HTTPS. Relevant stack overflow: https://serverfault.com/a/250488

dampf

If both a static directory and a proxy container are specified in a domain, the static resources are not served. We (incorrectly) currently generate ``` server { listen 80; server_name...

dampf

we should make it easy to display latex-style maths