Brandon Hilkert

Results 5 issues of Brandon Hilkert

``` javascript Uncaught TypeError: Cannot read property 'getBoundingClientRect' of null rickshaw.js:2247 Rickshaw.Graph.HoverDetail.Rickshaw.Class.create._calcLayoutError rickshaw.js:2247 Rickshaw.Graph.HoverDetail.Rickshaw.Class.create.render rickshaw.js:2222 Rickshaw.Graph.HoverDetail.Rickshaw.Class.create.update rickshaw.js:2138 (anonymous function) ``` On hover, i get errors. ``` javascript graph.render(); var hoverDetail...

We're looking to use https://github.com/guard/rb-inotify as a wrapped class that will monitor a path on the filesystem and also invoke other work. We're seeing the monitor get blocked on startup...

documentation

This isn't an issue with the library itself, but just hoping to get you feedback. If the content script was just a normal script and didn't embed js links in...

In [this code](https://github.com/socketry/async-dns/blob/8878bc76bdb4930d8bad66b6fb4631cd020989aa/lib/async/dns/resolver.rb#L233-L260), I noticed the endpoints are iterated through in the same order each time. We're having some trouble with upstream forwarders and seem to be hitting some rate...

We recently updated a DNS app using `async-dns` to Ruby 3.1. That caused us to update lines like `Async.logger.debug!` with `Console.logger.debug!`. We're seeing errors from lines like: ```ruby Console.logger.info("#{ip} -...