David Sancho
David Sancho
Hey @benbellick We polished jsoo-react as the minimum to be able to study the possibility to use jsoo at ahrefs. After a lot of debate we settle down with Melange...
After the unification of lexers, we have only one. We still have 2 separate parsers with 2 separate techniques (menhir and rules with combinators and the ppx). Would be nice...
There's a bit of work left to unify the lexers which is the API, we have from_string and tokenize where one gets a recursive token structure, and the other a...
The problem remaining to solve is the static interpolation: ```ocaml let small = `px 10 in let classname = [%cx {| margin: $(small); |}]; ``` How can we access `small`,...
Let's add a template
One way of doing this is pre-building the binary on CI and push the binary for each architecture in the npm registry. Most ppxes used by ReScript do this already...
I have seen 2 big projects using this approach from the Frontend/JavaScript-world. React and Next.js. They have the same technique: have a shortener link that points to a URL when...
Hey @webican Seems like the logic to detect if hooks are being called on the top have a bug where considers the useMemo call to be "inside" the JSX transformation....
https://binaryanalysisplatform.github.io/bap/api/odoc/ppxlib/Ppxlib/Driver/index.html#val-register_correction
I would love to have a "Menu" https://github.com/p-gen/smenu