-
I've been doing a bunch of data transformations of this form:
```js
const dataMapper = state => ({
someProp: getSomePropFromState(state)
})
```
and was thinking a ramda function that pro…
-
Make a Gateway UI component according to new prototype provided by Stacy:
https://github.com/stacy-hunt/lunchbadger-gateway
-
If I have a stream handled by a class instance, and I delete that class - would that create a circular reference? ie, the 'listener' is referenced and will not be deleted.
Also, Is there an .off(..…
-
canjs makes usage of streams in many packages we should consider replacing kefir by the successor most.js
here are some benchmarks https://github.com/cujojs/most/tree/master/test/perf
-
## Version **1.4.6** of [steal](https://github.com/stealjs/steal) just got published.
Branch
Build failing 🚨
Dependency
steal
…
-
I'd like to open a discussion about the maximum extrusion width used for a specific nozzle diameter.
My reference setup:
- Nozzle diameter 0.35mm
- Extrusion widths all in "auto" mode (=0)
With thes…
-
I installed Kefir via NPM and I'm trying to import Kefir using RollupJS but got the following errors:
```bash
⚠️ The 'this' keyword is equivalent to 'undefined' at the top level of an ES module,…
-
Example of unexpected behavior:
```
var o = {}
K(o, o_ => console.log(o === o_)) //true
K(o, 'test', o_ => console.log(o === o_)) //true
K(Kefir.constant(o), o_ => console.log(o === o_)).onVa…
-
This closes: https://github.com/canjs/canjs/issues/2927
https://github.com/Reactive-Extensions/RxJS#what-about-my-libraries
We need to be listed there as compatible to rx and also it will allow …
-