Wiktor Czajkowski
Wiktor Czajkowski
Running ``` npm i -g reason-cli ``` on Debian outputs ``` $ npm i -g reason-cli /home/virzen/.nvm/versions/node/v10.9.0/bin/ocamlmerlin-server -> /home/virzen/.nvm/versions/node/v10.9.0/lib/node_modules/reason-cli/bin/ocamlmerlin-server /home/virzen/.nvm/versions/node/v10.9.0/bin/ocamlmerlin -> /home/virzen/.nvm/versions/node/v10.9.0/lib/node_modules/reason-cli/bin/ocamlmerlin /home/virzen/.nvm/versions/node/v10.9.0/bin/ocamlmerlin-reason -> /home/virzen/.nvm/versions/node/v10.9.0/lib/node_modules/reason-cli/bin/ocamlmerlin-reason /home/virzen/.nvm/versions/node/v10.9.0/bin/refmt -> /home/virzen/.nvm/versions/node/v10.9.0/lib/node_modules/reason-cli/bin/refmt /home/virzen/.nvm/versions/node/v10.9.0/bin/rtop ->...
I have a middleware which formats API responses. Is it possible to actions returned by calling `.then`/`.catch` on the request action to be put through that middleware? Example: ``` action/login.js...
Hi! Thanks for creating and maintaining this plugin, it is a big improvement over the built-in ways of creating new files. I've got one issue with it though - fuzzy...
Setting value of a field which is of type U to a value of type A, where A is a union case of U causes an error when A is...
## Hey, I just made a Pull Request! This PR adds `data-testid` to Box rendered as placeholder of Progress component in core-components before the actual progress is rendered. This enables...