Arnaud Chen-yen-su

Results 4 issues of Arnaud Chen-yen-su

When using: ``` var toobusy = require('toobusy').maxLag(10); ``` `toobusy` is not a function. The right way seems to be: ``` var toobusy = require('toobusy'); toobusy.maxLag(10) ``` Therefore, the README is...

Hi! I'm currently learning/experimenting with your different packages and I noticed that hiccup-svg's attributes don't seem to handle rstream, e.g: ```js // taken from one of your example import {...

Hi @postspectacular , I'm experimenting a bit with `rdom` and I slightly modified the example from [rdom-svg-nodes](https://github.com/thi-ng/umbrella/blob/develop/examples/rdom-svg-nodes/src/index.ts) to change the color of the currently selected circle but I'm having different...

Hi @postspectacular I was wondering if you had any good practices regarding the use of `@thi.ng/atom` and `@thi.ng/rstream` together. As an example (taken from my [previous issue](https://github.com/thi-ng/umbrella/issues/466) – which is...