Gary

Results 88 issues of Gary

Please make it possible to increase the popup's font size, because it's way too tiny for me right now. Thanks!

At the moment, we can view all the minions available in Battlegrounds, separated by tiers. Please make it possible, so that when we hover over a minion card, then we...

feature request
battlegrounds

It would be great to have TypeScript type definitions for this library. Thanks!

The latest update is incredibly buggy. It increases CPU usage of the `Code Helper` process to 100%, and it continues even after VS Code is closed. I had to kill...

Right now, SolarGraph only works in unsaved files. But I'd like it if it also worked in unsaved files. I've attached two GIFs if necessary. Unsaved file, where extension doesn't...

Right now, SolarGraph imports ALL Class definitions from the current workspace. Please instead only make it work when the class is actually imported via the Ruby code, with `require`/`require_relative`. This...

In the `collection-ordering` rule, for `sortBy` and `orderBy`, perhaps require that there be the same number of iteratees and orders? So, in `_.orderBy(items, ['a', 'b'], ['asc'])`, there would be an...

Referring to #189 The issue was fixed there for `sortBy`, but not for `orderBy`.

Suggest replacing `_.slice(arr, 0, 5)` with `_.take(arr, 5)`.

Since `difference` and `without` seem to be the same thing, except that the former accepts an array and the latter accepts variables, then create a new rule to prefer only...