Alexandre Galays
Alexandre Galays
Consider the following snippet (directly copy-pastable in requirebin) : ``` javascript const flyd = require('flyd') const switchLatest = require('flyd/module/switchlatest') const stream = flyd.stream(3) const mapped = switchLatest( flyd.map(function(x) { return...
Remove grunt, qunit, babel, Q Use npm scripts, jest (or mocha?), typescript, Promise
These warnings often do more harm than good and pollute our console real estate. It's not acceptable to litter the code with `` etc. We can usually filter these in...
Would you be in favor of simplifying the hook signature of `create` ? It takes an arbitrary emptyVnode as a first argument. The fact that the logic is reused in...
The problem: - `css.d.ts` files are created as soon as a `.css` file is created - if you then delete or rename the css file, the `.d.ts` file is left...
Hello, Did you consider making tasks more active? i.e they would listen to their watcher and immediately execute. This would make the workflow even better, as some time is lost...
# 🐛 Bug Report The way DragPreview renders then hide its children for one frame doesn't do the job with Safari. It works with Chrome or Firefox. ## 🤔 Expected...
**Describe the bug** isoWeek() returns the correct result for the local timezone but not when using an arbitrary dayjs object with a timezone set.  On the first call, I...