Anton Bachin

Results 662 comments of Anton Bachin

Thanks @asmanur for the report and @gstrauss for the suggestion! I'm looking for a bit of time to actually try this out and consider what's the best way to address...

I think the first part of this issue was fixed in #151. I'm not observing any issues with tmux at the moment.

I'm going to close this as likely fixed by https://github.com/esy/esy/pull/1386.

We now have initial Mirage support (`dream-mirage.opam`, unreleased), and it's [tested in CI](https://github.com/aantron/dream/blob/313fe46c3f4e1e600b63c82f5d1b7fa64fb4fba2/.github/workflows/test.yml#L97). We can release the package once it matures somewhat more. I'm going to close this issue for...

Thanks! I just tried this out and it seems to kill the running server now -- very nice! We probably need to update the [watch example](https://github.com/aantron/dream/tree/master/example/w-fswatch#files).

Very nice! With Dune's server-killing watch support and the upcoming Dune 3.8.0 fix that will print a newline ~~before~~ build output (and thus avoid making the first line of the...

> a newline before build output That is, a newline *after* build output and before running the executable being built.

I took a look at the [dream-livereload](https://github.com/tmattio/dream-livereload#readme) repo again, and with all these improvements, we can get rid of the shell script completely. We can also combine the route and...

The middleware can probably have an optional `?route` argument so that the user can move it to wherever they need it in their app, in case of conflict. Actually, I...

The only wrinkle I see is that the middleware probably needs to respect the site prefix, but I would merge a PR without that. That part of the router probably...