Notas Hellout

Results 144 comments of Notas Hellout

Why restrict to `Buffer` and `Uint8Array`? Would using `Array` cause some problems? The solution below works as a nice abstraction (when you do not have any restrictions on the stored...

Note: it is listed as experimental starting with Node 14.5 but I cannot find the flag to enable it (in Node 14.18).

Ok I think I can do this. This should be put in a file named JSNetworkX/src/algorithms/matching.js, right?

> Note that I added the accumulator res to avoid linear array insert behavior You mean quadratic? Is there a bound on the number of nodes returned by this procedure?

I misunderstood. You meant "avoid linear behaviour when inserting **a single** element (using concat I suppose, which produces a complete copy of the original array) by using push, which updates...

Sorry to come back so late but we should have `xs.length

@holgerdell Thanks!

> Maybe even better would be if it could parse back to already written message to the answers, and suggest those as the default, [...] https://github.com/commitizen/cz-cli/issues/182#issuecomment-218808078 @LinusU That would make...