Thibaut Mattio

Results 48 comments of Thibaut Mattio

Another README to write, I promise I'll get to them soon @aantron 😄

I have a hard time finding general use cases for flash messages where the category is something else than a log level (i.e. info, warning, error, success). IMO, the current...

@aantron I improved the Spin template substantially (all of the features are now optional), and the latest Spin release comes with an Opam plugin, so with Opam installed, users can...

Hi @aantron! We've tried that, that is a possibility, but I think it would be better if we could keep the stderr logs in the terminal (for user experience), while...

Hi! I'm a maintainer of the OCaml VSCode extension and a contributor of the LSP server, so I wanted to give some perspective on supporting `.eml` files from there. While...

> Once dune 3.0 comes out will this behavior regress? No, the integration with Dune 3.0 will only provide additional diagnostics (coming from the compiler), but will not interfere with...

This can go to https://github.com/ocamllabs/vscode-ocaml-platform/ if you want. I'm planning on spending some time on this, starting with syntax highlighting that supports both OCaml and HTML.

Just posted an update here: https://github.com/aantron/dream/issues/156#issuecomment-939259968 > Hi! > > I'm maintaining the OCaml VSCode extension and contributing to the LSP server, so I wanted to give some > perspective...

I'm already using it in an upcoming PR to https://github.com/ocaml-doc/voodoo. Nothing is blocked at the moment, I just added a dependency on Dream directly, but I'll switch to eml if/when...

That sounds good, for larger files, if they are embedded with `ocaml-crunch`, the hash could be computed at compile time and the header could be added even for Stream responses....