Kevin Barabash
Kevin Barabash
There's a few other symbols that have been requested from `wasysym` so my (weak) preference would be to use that package. In terms of where to put rarely used glyphs,...
One feature that I'm excited about that's in `graphql-language-service` is `getAutocompleteSuggestions` includes documentation in the completion items it returns. Currently `ts-graphql-plugin` only includes the names of the completions. You can...
@acterhd the operator overloading rewrites `x += y` as `x = x + y` automatically. Overriding `+` should be enough to implement both `+` and `+=`.
I thought `&` and `|` were bitwise AND and bitwise OR. Are you suggesting that defining `&` should automatically define `&=` as `x = x & y`?
Isn't `OutClass === InClassL` always? Am I missing something?
@OliverJAsh I noticed that you've opened a few issues here and you have some ideas of we're you'd like to take this library. I don't have time to maintain this...
I was modelling it after `Object.defineProperty()`. I really could've been anything.
I add `throw` statements in the new `keys()`, `values()`, and `entries()` methods. Still need to do something for Pausables.
It's possible the version that's on the demo is ahead what got released in the most current published package. My apologies if that's the case.
@Syndesi the classes on `` should be clipping that rectangle.