Javier Chávarri
Javier Chávarri
> What tool would support the configuration? Refmt, or build tooling? Maybe refmt could just follow what ocamlformat is doing. We can split the problem in two parts, as each...
> it seems a package.json would be the best place to put such a config I think it'd be optimal to have a specific config file like `.refmt` because Reason...
@bifunctor Merlin only "sees" changes in modules signatures after a compilation takes place. In your case, it seems that you changed the signature of the `make` function in `NavItemView` to...
I investigated this a bit as part of the work in [rroo](https://github.com/jchavarri/rroo/). The `ref` exposed by `forwardRef` is of type `'a`, so it can be matched with anything really. If...
Here's the related PR in rroo, in case it helps: https://github.com/jchavarri/rroo/pull/19. The required changes in the ppx are tiny: https://github.com/jchavarri/rroo/pull/19/files#diff-ec2648e0bf16200f53280d61f4d4ee33. One thing to note is that I had to move...
> Now, probably the reasonable thing to do would be to gather some data of the ratio between calling `React.string` on literals vs. on bindings. And then assess whether that...
I think what I'm suggesting if it'd make sense to return `UpdateWithSideEffects` here: https://github.com/MinimaHQ/re-formality/blob/0bf641cdebfa2c544ee1711beff6873f040b669f/src/Formality__FormAsyncOnBlurWithId.re#L372-L377 so it becomes: ```reason else { UpdateWithSideEffects({ ...state, fields, status: FormStatus.Editing, submittedOnce: true, }, ({state, dispatch})...
Hi @r17x thanks for your interest :) It'd be great to have docs in Bahasa 👍 I think the instructions in [this page](https://vitepress.dev/guide/i18n) should help getting started, but tbh I...
> the impact on ocaml.org would be minimal is the concern the server time spent serving this `refmt.js` file? If that is the case, it could be aggresively cached in...
It is around 3MB (minimized, unzipped).