Tomer Ohana

Results 5 issues of Tomer Ohana

Hi, We encountered an issue with `Union` and method definitions, where running `lodash.isPlainObject` throws an exception on a union type. When declaring a union, we use the ES6 shorthand method...

k:Error
c:ADT
s:Fixed on master
a:Base

Hi, We have a node CLI that uses threads.js, and discovered that `global.self` is being set by the library although it's not needed. It is always being set here, even...

Hi again :) I'm trying to create a generic variant: ```typescript const [Matcher, __Matcher] = genericVariant(({ T }) => ({ Specific: payload(T), Custom: (payload: (v: typeof T) => boolean) =>...

Issue: #14621 ## What I did Changed the default log output to stdout. For npm, making the default stderr makes sense (as the maintainers claim), but I believe this is...

### Describe the bug Using the confirm element, pressing one of the function keys (F1/F2...) throws an error. ### To Reproduce Steps to reproduce the behavior: 1. Use the confirm...