Daniel Orner

Results 115 comments of Daniel Orner

Flakiness of system tests is nothing new. :) Whenever you start messing with "real" browsers you get randomized issues like this unfortunately. Some of it might be due to the...

Yep, we could do filtering in the script itself, but it would mean cloning hundreds of repos that we don't need. :) I was thinking of this filter to be...

Hmm... language filter is a good first step but I'm afraid it wouldn't be sufficient because GitHub isn't always great about deciding what the "primary" language of a repo is....

Hmm... my use case is nearly always a single string in a single file, and I haven't had any problems with my searches in the past 🤔 . Still, I...

Ah, so it takes a comma-delineated list - I wasn't sure about that based on the documentation. Maybe that's something that can be made a bit clearer? This helps a...

``` $('#root-category-table').treetable('removeNode', id); var parent = $('#root-category-table').treetable('node', parentID); // workaround for https://github.com/ludo/jquery-treetable/issues/157 if (parent.children.length == 0) { parent.row.find('.indenter').html(''); } ```

Hmm... did not realize that `sorbet-typed` was no longer the place to get RBI files for gems. Using `rbi-central` doesn't have this issue. Not sure if this is worth merging...

@lokisk1155 this and the other one are both pretty hefty pieces of work. I'd suggest picking one.