Eli Barzilay

Results 38 issues of Eli Barzilay

I'm from the group that works on TS --- we ran into a [PR on DT](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/54347) that suspiciously required `ESNext.BigInt`, and it looks like it's required by the types declared...

enhancement
help wanted
good first issue

(Sorry about the lump of bugs & requests, but they're all related.) 1. The string argument to `.next()` is not described somewhere. I had to use the source. 2. Why...

type: feature

Look through `browser/scripts/sweet.js` for lots of spaces (ie, `/ {30,}/`) and see the brokenness. (I'm guessing the usual vandalism that is the result of young editors that think that files...

Looks like #451 switched many docstring comments from `/**` to `/*!` -- where the latter are comments that are not dropped by minifies / bundlers / etc, and are mainly...

**What’s missing?** Methods like `.on` and `.removeListener` use `event: E | E[]`, it would be nice to change it to `event: E | readonly E[]`, since it's convenient to have...

Type: Feature
typescript

# **Is your feature request related to a problem? Please describe.** ## Side issue First, the description of `test-include-paths` and `test-omit-paths` is weird in that it doesn't talk about the...

This is re a post made on the mailing list recently (cc @nineluj) by a student in my class who is trying to use `racket-mode` with Emacs. The problem is...

enhancement

It took me a while to debug a use of `HeaderMatchesChecker` which wasn't working as expected, and eventually I tracked it down to [this place](https://github.com/scalastyle/scalastyle/blob/master/src/main/scala/org/scalastyle/file/HeaderMatchesChecker.scala#L37) in the code which uses...

bug

In two very different contexts I ran into a need for a "lightweight" rendering of just one line. I hacked this with a small wrapper that checks that I get...