reverofevil

Results 104 comments of reverofevil

@mscdex Could you mark in a README that the project is abandoned and is looking for a new maintainer?

@mucsi96 That's just a call to `Promise.all`. You don't need any middleware to do that call.

@mucsi96 File is not npm package. Being a Facebook employee doesn't imply you're doing it right. You can always use ```javascript const mapNext = require('../store/array.js'); const mapped = mapNext(list); ```...

@dantman The whole point of reparenting is to keep intact all and any of the states of element that are not controlled by React. Imagine yourself making something like Jupyter....

@streamich Yes, it's as simple as `appendChild` on a component that is already appended somewhere else, without any `removeChild` calls.

I'm unsure, but it seems that it's possible to create a loop of reparenting components that locally looks as if it's possible to use only `appendChild` on them, but it...

Hmm, so it wasn't only me who didn't find path compression in this *extremely efficient* union-find library.

Changed to `private bool[][] Used;`, got `System.NotImplementedException` in `Netjs.CsToTs.NodesEqual(AstNode Variable, AstNode p)`, CsToTs.cs:line 241