André Staltz
André Staltz
To use a Web Component in React, you must directly attach an event listener to the React ref for that WC. We could change the implementation so that when React...
For example, http://developer.android.com/tools/building/multidex.html
This was inspired by a `customElementify('foo-bar', Component)` idea which would register a Web Component custom element `'foo-bar'` which internally runs the Cycle.js app `Component`, so we could use this custom...
This issue is basically a fork of issue #581, [comment 353895517](https://github.com/cyclejs/cyclejs/issues/581#issuecomment-353895517), in summary: - Plugins as `[driver, adapter]` pairs - main-side pull collection APIs provided by adapters - run-side is...
_From @eckyputrady on July 14, 2015 15:40_ Let's say we have this `main` function: ``` function main_ (responses) { responses.HTTP.mergeAll().subscribe(console.log.bind(console)); let url$ = Rx.Observable.interval(2000).map(() => 'http://invalid.url'); return { HTTP: url$...
Continuing from #578, there are a couple things to be done before cycle/time is official. - [x] https://github.com/cyclejs/time/issues/37 - [x] https://github.com/cyclejs/time/issues/31 - [ ] Make time-related xstream operators become extra,...
About https://github.com/staltz/cycle-custom-elementify, which is currently a third-party library that one day may go into Cycle DOM. Tasks: fix its known issues such as ability to work with other stream libraries.
Currently (v1.0.0) there are hidden connections between some rendered nodes because one node may be nested inside another node, so the impression is that of "magic" connection between them, or...
_From @laszlokorte on February 5, 2016 13:36_ @foxdonut posted this code in gitter: http://codepen.io/anon/pen/EPdPbK?editors=1010 We have: - a `` element with either either a class `start` or a class `abort`...
> By the way, even though we released versions for rxjs-run and most-run, this issue isn't yet possible for those packages, because we can't have a generics-of-generic in TypeScript yet....