Javier Chávarri

Results 174 comments of Javier Chávarri

@thangngoc89 You mean refmt.js could be produced using a regular dune + jsoo setup? How would bucklescript compilation work? (side note: I always thought bspack was created originally because BS...

> You mean refmt.js could be produced using a regular dune + jsoo setup? So the answer to that is yes?

Just for the sake of healthy debate: http://tech.noredink.com/post/111583727108/dont-replace-coffeescript-with-es6-transpilers IMHO at the end of the day the decision of "which language should I use" is really project / team dependent. In...

Another interesting link that covers CS vs ES6: https://github.com/hemanth/coffeescript-equivalents-in-es6 @mattmischuk I understand, and I agree it would be awesome to be able to choose what language to use with Framer,...

I found today this language (framework? UI library?) that brings some interesting points to the table: http://imba.io/

@zanona @paulyoung You can build automatically after installing, using the `scripts` key on your package.json: `"scripts": { "postinstall": "cd ./node_modules/framerjs && make" }`

Some resources: - [Chameleon UITableView `_layoutTableView()`](https://github.com/BigZaphod/Chameleon/blob/master/UIKit/Classes/UITableView.m#L255) - [RAD.js list view `layoutItems()`](https://github.com/mobidevpublisher/RAD.JS-toolkit/blob/master/listview/listview.js#L243) - [This article (Infinite scroll)](http://rad-js.com/infinite-scroll/) by the RAD.js team has some good advice - [Ember list view `_scrollContentTo()`](https://github.com/emberjs/list-view/blob/master/addon/list-view-mixin.js#L231) -...

@rickyvetter thanks for the extensive explanation! There seems to be some attributes in Merlin that could allow to control in a precise way how it interprets the resulting AST: https://github.com/ocaml/merlin/blob/master/doc/dev/PROTOCOL.md#locations-in-ppx-rewriters...

@kyldvs thanks for the report. Pasting your snippets in a new sketch, which uses OCaml 4.13, seems to work fine. https://sketch.sh/s/63E9bzRqnuU70zNZUTwq6I/ https://sketch.sh/s/ezvR9WzESj3fUfZnSuxNQW/ To migrate your sketches, just copy/paste them into...

@maxlibin @andrii-antiukhov I updated the list in the description as it was including many modules that were not React components, now it shows all modules that use either `statelessComponent` or...