-
`mapErrors` maps error to a new error
`flatMapErrors` maps error to a stream of values
I find this very counter-intuitive. Why it's made like that?
My expectation was to have both converting er…
-
I've watched a great talk by @sebmarkbage http://www.youtube.com/watch?v=4anAwXYqLG8 lately, and also work on a React+Flux project with relatively large amount of boilerplate code. And after thinking …
-
One of the stated goals of the new platform (see https://github.com/elastic/kibana/issues/9675) is that should "not expose [...] dependencies to plugins". As such we need to think about how we expose …
-
I have an ActionObservable that extends the built-in Kefir.Stream and adds an `ofType` method to it. When I have an instance of said ActionObservable, if I `map` over its values, it currently cannot r…
-
**RxJS version:** 5.4
**Code to reproduce:**
```javascript
if (window.opener) {
window.myObservable = window.opener.myObservable;
} else {
window.myObservable = Rx.Observable.of(1, 2, 3);
…
-
Should Kefir.Stream emit a error in case of thrown exception in .map()?
For example, the [following code](https://jsfiddle.net/r3drv5ux/) will fail with an uncaught exception:
```
function f(x) {
…
-
I had a test case where I was mystified why Kefir wasn't sending any events.
https://gist.github.com/cefn/324dc4157e431f37c982
It turns out to be a feature of the array traversal of concat which mak…
-
I like to have the Z moved to a raised position prior to moving to the starting XY coordinates, and I do this in start.gcode. The trick comes when the generated gcode moves the head to the initial sta…
-
Importing STL with less than 1mm across fails with:
Can't call method "regions" on an undefined value at /home/ax/src/Slic3r/lib/Slic3r/Print/Object.pm line 541.
which makes problems, as some designe…
-
Hi @cif ! Just read your Medium article on this and am super stoked that someone else out there is thinking what I'm thinking ™️ ;)
Might you be updating this to the latest version of React (16) an…