Boris Cherny

Results 252 comments of Boris Cherny

Hey @rkdrnf! When I released JSTT, TS didn't support string enums yet :) We should support them behind an option. PRs are welcome!

Hey, thanks for the report! Could you whittle these down to minimal repro cases? I'm adding this test case to the repo. Hopefully with a minimal repro case we can...

Quick update: Second issue should be fixed in v10.0.0. First issue needs a bit more thought- - If we allow a string anytime a schema declares a patternProperty, that means...

I think it should just work, as long as all of your React components are descendent of your Provider.

ya, pretty loaded name :|

- pm (package manager) - nnpm (new node package manager) - epm (ecma package manager) - xpm (xtreme package manager) - mm (module manager) - spm (super package manager) -...

@psy-man thanks for the contribution! Please add a test that would not have passed before, but does pass now.

Thanks for updating the test. The bug you found is a real bug, but the solution could be improved. If we're taking the intersection of 2 arrays of lengths `M`...

Hey @umar-siddiqui! How can I reproduce this? Can you link a repro case on StackBlitz