André Staltz

Results 83 issues of 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...

Type: Feature Request
Type: Discussion

For example, http://developer.android.com/tools/building/multidex.html

PR welcome

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...

priority 2 (could)
issue is feature suggestion
scope: dom
size M

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...

issue is breaking suggestion
priority 3 (should)
scope: run
scope: misc
size L

_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$...

help wanted
priority 1 (maybe)
issue is feature suggestion
scope: docs
scope: http
hacktoberfest

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,...

issue is breaking suggestion
priority 4 (must)
size L
scope: time

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.

priority 2 (could)
issue is feature suggestion
scope: misc
size L

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...

priority 2 (could)
issue is feature suggestion
scope: devtool
size M

_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`...

priority 2 (could)
issue is bug
scope: dom

> 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....

priority 1 (maybe)
issue is feature suggestion
scope: run