Sora Morimoto

Results 93 issues of Sora Morimoto

I don't think we need to force the installation from Opam. Because esy (and maybe others?) provides a really clean workflow for OCaml and Reason. So I think it's a...

enhancement

For example, if you have such a structure, this action will fail during validation step but should not fail. ``` . ├── action1 │   ├── action.yml │   └── index.js ├──...

This is based on prior discussions with Ahmed Bilal. The OCaml team has officially transferred setup-ocaml under the OCaml organization and is keen to promote it more broadly as an...

new workflow

We use these helpers in our tests, but refmt breaks them. https://github.com/ocsigen/tyxml/blob/8551b673857fdc1defebe7c502ffcb920f04009e/test/tyxml_test.ml#L81-L85 Actual behavior: 1. `!:()` 2. `!:` Expected behaviour: 1. `!:()` 2. `!:()`

Printer

I still don't know how to fix this style, but we need to fix this. https://github.com/reason-react-native/reason-react-navigation/blob/master/src/AppContainer.re#L67-L90

Printer

As the title says. ##### Checklist - [ ] `npm test` passes - [ ] tests are included - [ ] documentation is changed or added - [ ] contribution...