Anton Bachin
Anton Bachin
Dream is expected to work on multicore. cc @yawaramin, who observed a similar failure. I haven't had time to look into this yet.
@talex5, many thanks for tracking that down!
Thanks! There is no specific plan for metrics, though it has been discussed several times (especially Prometheus). I think it should be implementable as separate middleware.
Indeed, eml would typically produce a lot of whitespace. There are two sources AFAIK: 1. Whitespace that was written deliberately into the template, from the programmer writing nicely indented HTML....
I guess another option would be to make eml use `Markup.trim` directly to trim more whitespace at compile time, with some kind of "holes" where embedded OCaml is (especially if...
Thanks! I won't be able to look into this immediately, but I'll be happy to merge any PRs with improvements, and in the meantime I hope this issue helps others.
I'll take a look at this. Have you looked at how much space would be saved by removing TLS support or GraphQL? Just asking — I can take a look...
> I personally place a lot of emphasis on the LSP server “understanding” everything in the ml file. The main suggestion here in the short term is to use `.eml.html`...
There is no integration for this at the moment. The main suggestion is to use `.eml.html` files, as in [this example](https://github.com/aantron/dream/tree/master/example/w-template-files#files), so that the editor doesn't attempt to highlight them...
A "live" example of `.eml.html` usage can be [found in the source code of the online playground](https://github.com/aantron/dream/blob/master/example/z-playground/client/client.eml.html).