Tomasz Cichocinski

Results 44 issues of Tomasz Cichocinski

This is good idea to have such feature because it allows easy text to html rendering. About page is perfect for such feature because it'll contain a lot text with...

enhancement
need discussion

Not everyone has required formatters installed, so it's good idea to add them as `devDependencies` to `npm` and run on pre commit hook.

Reason, `bs-platform` and `react-navigation` went forward comparing to current state of this bindings. Is there any plan of development? I started creating [new bindings](https://github.com/Baransu/bs-react-navigation) that are based on those but...

Creating such aliases for float operators results in strange formatting of multiply operator. It should be consistent with others as follows. **Expected:** ```reason let (+) = (+.); let (*) =...