Olivier Wietrich

Results 35 issues of Olivier Wietrich

Pipe with an other store (listen change on one store and set a property in the other)

enhancement
todo

``` js store.set(0,{ name : 'amy' }); ``` Would it be nice to update a store array as following: ``` js store.set(0,'name', 'olivier'); ```

enhancement
question

Add array handler and array observer

enhancement

push, splice, etc

enhancement

```js vomit(dom, fn) ```

``` js test ${arra.map(item => `${item}`} what ``` The li `what` is before the array

bug

What if data is undefined? This triggers and error. ``` js vomit`${data.label}` ```

question

``` js var type = 'expanded' vomit`` ```

enhancement

We should be able to pass an array : this array could contain primitives, functions, promises and/or streams.

enhancement

Useful for big processing: ``` js vomit` ` ```