Joseph Price
Joseph Price
I'm seeing this as well when using a genrule that runs a code generator that uses scalafmt-dynamic to format sources after generation.
This might be easier to merge if you make use of the existing npm lock file so that the bucklescript version isn't changed, resulting in such a significant diff, and...
This came up for me when conditionally showing nodes: I was showing different views that happened to have a common prefix of dom nodes (they all had a div as...
I thought there would be a way to use a key to indicate that these values should be swapped, but I guess that doesn't apply here. I instead sorted the...
For opam, I also found this tip [here](https://medium.com/@bobbypriambodo/lightweight-ocaml-docker-images-with-multi-stage-builds-f7a060c7fce4) for installing any extra deps using `opam depext`: ```dockerfile # in builder RUN opam depext | sed 's/-dev//' > depexts` ... #...
Thank you for the suggestion. I'd rather not have to deal with two syntaxes and I actually think I prefer the normal tyxml syntax. I'm going to use that for...
Related question that maybe could result in something being added to the docs: When you are using the default mode, and you get `true` back, that corresponds to non-zero value...
@chadselph Seems like positional arguments still go to RemainingArgs. No change has been made to support the @Arg proposal right @alexarchambault?
Agreed that making it configurable or assuming it's on the path is better than hardcoding the location, since it puts the user in control. Do you think something is needed...
Updated with the helper.