Thibaut Mattio

Results 48 comments of Thibaut Mattio

Indeed! I'm going to release a first version of the project with the bindings we need in `vscode-ocaml-platform` and `ocaml-lsp`, and happy to explore `graphql-js` after 🙂

Hey @AkechiShiro! Not sure the template is what you're looking for, but [Spin](https://github.com/tmattio/spin) has a template for ReScript: https://github.com/tmattio/spin-rescript It supports both Reason and ReScript syntaxes. I'm happy to work...

Just ran into this issue using a `@classmethod` decorator.

I am using the branch `ecto-2.1` of this repo: ``` {:mongodb_ecto, github: "michalmuskala/mongodb_ecto", branch: "ecto-2.1"}, ``` And I have configured the adapter to be `Mongo.Ecto`.

Thanks you! I am new to Elixir, but I'll try to look into this as well.

Thanks for the report @yeryomenkom 🙂 I'll try to have a look at it soon

Sure! I've created a repo here: https://github.com/tmattio/dune-rely-demo ``` git clone [email protected]:tmattio/dune-rely-demo.git cd dune-rely-demo esy ``` Then I've added two scripts: - `esy test-dune` to run the test with `dune runtest`...

Thanks @bandersongit! Adding `Pastel.setMode(Disabled)` didn't work, but setting `FORCE_COLOR` to false did. I'm loosing the color, but at least the output is readable! I might take a look at implementing...

That's awesome @kyldvs, thanks a lot for looking into this! I can look into adding a feature to remove these escape codes. Do you have any recommendation on how to...

Hi @kyldvs! Sorry for the delay. I've tried this solution and it works really well, thanks a lot for deeping into this, it helped a lot! I'm happy with this...