Shahar "Dawn" Or

Results 155 issues of Shahar "Dawn" Or

https://github.com/cyclejs/cyclejs/blob/9f0cd38f4b583aee31e714afc617727e766d05f5/dom/src/makeDOMDriver.ts#L2 I have examined together with @patomation an analysis of a webpack bundle that includes `@cycle/dom` and we have found in it that both CommonJS and ES snabbdom modules are...

priority 2 (could)
issue is bug
scope: dom

It seems that when a reducer returns *not* a new object, but a reference to the same object it received, that reduction is ignored and `sources.state.stream` does not emit. Am...

Following #694, I'm still getting [errors](https://travis-ci.org/cycle-components/www/builds/302184098#L2330-L2354): Here is one of them: ``` WARNING in ./node_modules/@cycle/run/lib/adapt.js (Emitted value instead of an instance of Error) Cannot find source file '../../src/adapt.ts': Error: Can't...

priority 3 (should)
issue is bug
scope: run

Here is [`ResponseStream`](https://github.com/cyclejs/cyclejs/blob/c2bbccec2bf4990abd9b1220ff1acfd49154f01a/http/src/interfaces.ts#L38-L40). Since it is a stream, perhaps it should extend xstream's `Stream`? I'm trying to provide a `ResponseStream` to xstream's `combine` and I'm getting this: ``` Argument of...

priority 1 (maybe)
issue is bug
scope: http
size S

Perhaps a specific issue in the general scope of #214. The DOM driver should provide a good error message when it gets a non–vtree as a value from its observable....

help wanted
priority 2 (could)
issue is feature suggestion
scope: dom

In the readme, in the example under Producer, the `start` property is a function that takes `listener`. Now, this is a bit confusing, because I thought that this `listener` is...

At least I was confused when my IDE showed me that a stream was of type `xs`, as I was used to seeing `Stream` and `MemoryStream`. Would it be possible...

issue is suggestion
weight 1 (maybe)

Woops. It seems that my commit hook is running in CI when `greenkeeper-lockfile-update` makes the commit. See [here](https://travis-ci.org/cycle-components/www/builds/289997188#L2198-L2305). And by the way, ignore the warnings there—they're a different issue. Perhaps...

It seems that this can fail silently. In the log, I can see the repositories listed. After that, I can see a long `docker run` invocation and the whole thing...