Rory O’Kane

Results 68 comments of Rory O’Kane

I don’t really understand what @theProphet means, but here is a guess. Maybe this guess can get the conversation moving the right direction. Methods would be forbidden from initializing fields...

Let me see if I understand you. In your example, you are connecting the input of `myCounter` to the output of the compound (decorated?) object `ScreenButton && MouseDown`. The counter...

Thanks, that looks like it would work. It just needs to be added to the documentation. Right now that option is mentioned neither in the [README](https://github.com/dahu/bisectly/blob/master/README.asciidoc) nor in the [help...

@wagerfield I think each indentation behavior can make sense in different situations for the same syntax tree. If the comments are about the `if`, and have a blank line above...

Documentation about the comments like the ones in @bd82's example that the [Istanbul](https://github.com/gotwarlost/istanbul) code coverage tool requires: [Istanbul – Ignoring code for coverage purposes](https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md)

@msudgh I think you commented on the wrong issue. Your issue seems to be about the formatting of arrays that use spread syntax, whereas this issue is about the formatting...

@pikeas Any fix for this issue should be implemented by changing Prettier’s _default_ comment placement, not by adding a flag for _customizing_ comment placement. Prettier’s [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) page says that...

### More reasons for scroll bars I want to note that scroll bars are useful for more reasons than using the pointer to scroll through the document, the reason given...

And another option: [redux-loop]. Links to all options mentioned so far: * [redux-thunk] * [redux-saga] * [redux-pack] * [redux-promise] * [redux-loop] [redux-thunk]: https://github.com/gaearon/redux-thunk [redux-saga]: https://github.com/redux-saga/redux-saga [redux-pack]: https://github.com/lelandrichardson/redux-pack [redux-promise]: https://github.com/acdlite/redux-promise [redux-loop]:...

[This roadmap for Redux Toolkit][comment], written in 2019-01-21, includes a short comparison to Rematch: > Some specific use cases this library [Redux Toolkit] will not address: > > - […]...