Itay Sabato

Results 10 comments of Itay Sabato

Hey there :) This project looks very promising - nice work! I have a couple of questions, if you may: 1. When this issue is resolved, `async` functions will return...

I see. So there is actually no practical way to use cancellations with native `async` functions in node? It would have been really nice if there was a way to...

I don't care very much for tokens - I started using them when I thought the proposal will be accepted but once it was dropped I decided to go back...

P.s. due to timestamps only being of second-precision, it is even more likely that samples will have to be aggregated before being added to the time series.

@nfischer I would guess upwards of 90% of use-cases are super simple single word variables, e.g. `$OPTION` that would resolve to `true` or `false` or some path without spaces. Can...

@scniro Is there a migration guide from this lib to yours? API seems to have changed quite a bit. Kudos for taking the initiative BTW :)

Thanks for the example @markusguenther :) I switched to the `Controlled` component which has different behaviors, e.g. I had to use `onBeforeChange` because `onChange` was never called. Not sure why...

@scniro actually no, the readme doesn't cover it. The "migration guide" can be one or two paragraphs in the readme, it doesn't have to be a big deal. AFAIK `react-codemirror2`...

Since JS sets use [SameValueZero](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Equality_comparisons_and_sameness#same-value-zero_equality) equality - which does not match the OpenAPI `uniqueItems` equality (implied to be [JSON value equality](https://json-schema.org/draft-04/json-schema-core#rfc.section.3.6), if I am not mistaken) - it will be...