Anton Bachin
Anton Bachin
See https://github.com/gothinkster/realworld. Thanks to @thangngoc89 for suggesting.
For example, allow a way to check that `:id` in `/blah/:id` is an integer before matching the route. cc @jsthomas @c-cube for interest.
Probably needs more instrumentation, so that this can gradually be diagnosed.
This might be a good way to reconcile Dream, Piaf, and the rest of the "ecosystem" for esy users. The branch can probably be maintained by constantly cherry-picking a single...
@tmattio, could you ping this issue when you are either soon to get started using eml outside Dream (it's very quick to factor out), or decide not to?
- [ ] ~~Probably bundle resources into one HTML file, because a lot of load time is currently spent queued to issue requests for resources~~. *I've used [inliner](https://github.com/remy/inliner) for this...
It should be easy to define a `describe : route list -> [some format]` function. SInce a Dream app would be mostly composed using a `route list`, that should cover...
There is nothing inherently about Dream that should be broken on Windows. However, it must actually be tested to prevent breakage due to small oversights that can happen from time...