Results 92 comments of Eduardo Rafael
trafficstars

I wonder if removing the dune file at `src/vendor` would be enough to use the installed version by esy. It could also be an opam file with an additional `rm...

@jordwalke @flash-gordon maybe we can accept poly variants starting with numbers? It's going to be really useful on a BS context.

@jordwalke sorry not even I know what I intended on that comment, but the point is, why not allow poly variants starting with numbers? The AST clearly supports it, and...

Oh that's a good point, you will not be able to check it on the type system unless you make a variant with all colors, which is a terrible idea...

https://github.com/ocaml/ocaml/pull/9429 Possible problem

On the type safe interpolation, I would like to leave the extension one out or leaving it as a simple ppx to be consistent with the language in general, my...

That could also be integrated in dune so that you don't need to write the header later, maybe `refmt` can accept an additional argument and or env variable?

I think this isn't a refmt problem, but a problem on rls, https://github.com/jaredly/reason-language-server/pull/424

This feels related ## Input ```reason let a = (b) => { [%c d()]; }; // X ``` ## Output ```reason let a = b => { %c d(); }...

You can simply do ```js import typedCSS from './typed-css.png'; ```