Anton Bachin
Anton Bachin
I think it would be best to be able to delimit the variable names somehow, so `{bar}` or `:{bar}`, etc. Ending a variable name with `.` seems too implicit, and...
I would indeed move it lower, after the script but before opam, because Dream has a sort of "opt-in" design, where you start with the minimal and know exactly what...
If it helps to make it more visible, maybe it can get a section heading. Like "### Starter project" or "### Project template"
Thanks! I opened several issues and PRs in the spin-dream repo.
As a first question, is it possible to redirect STDERR for your use case?
(For comparison, all the [deployment examples](https://github.com/aantron/dream/tree/master/example#deploying) work fairly intelligently with logs being sent to STDERR, as Docker's log facility captures it, systemd usually redirects STDERR to journald, and Heroku also...
@tmattio, could you use the `tee` command or similar? Or will it be too annoying for your users (plus absent on Windows, I guess). If not, I'd be very glad...
How invasive is the change? Can you show the patch, either pasting it here as a diff, or opening an exploratory PR with your change, on this repo? We could...
@clecat, thanks for the diffs and for uploading your prefixed branches. I was able to apply most of the changes in branch `prefix-vendored` in this repo. I opened #200 to...
I think measuring I/O would have to be done at a low level. Dream might provide some high-level API to hook into that (or not, if it turns out to...