Michael Glass

Results 27 issues of Michael Glass

add ruby license as specified in crockford.rb this makes it easier for automated tools, e.g. https://github.com/pivotal-legacy/LicenseFinder/issues to parse whether software projects can use this package. Thanks!

I'm no rdoc whiz, but ar-extensions appears to have no good documentation and then, right there in the code is a big hunk o' rdoc love! What's going on?

some of our tooling is finding `1.4.1` and indicating it's an upgrade past `0.18.0`. Can it be deprecated in npm? https://www.npmjs.com/package/elm

**Quick Summary:** ??? Ran into a known bug that prevents publishing my package with Elm 0.19.1. This just adds another data-point to issue #2055 (like #2098, #2132, from which this...

bug
diff

https://docs.npmjs.com/files/package.json suggests multiple licenses require wrapping parens https://github.com/pivotal-legacy/LicenseFinder/issues doesn't parse this license correctly thank you!

just upgraded to 0.1.7 and most of my tests started breaking. Getting this error: undefined method `to_xml' for "Culerity::RemoteObjectProxy.new(94, @io)":String (NoMethodError) coming from this code: $browser.elements_by_xpath("//table[@class='aeDays']//td")[day].to_xml like I said: works...

We saw this in production against IE 11, Edge 12, Edge 13, seems fixed on Edge 14 on Windows 7, 8.1, and Windows 10, Here's a test case: https://github.com/michaelglass/repro-ie-put-bug/ The...

Looks like `nix` won't build the `libsass.bundle` correctly for some reason. Any ideas? here's a full backtrace. ``` $ bundle exec rake graphql:introspection --trace 14:58:39 2019 rake aborted! FFI::NotFoundError: Function...

working on building GHC 9 support. This isn't quite ready but will be in a moment!

I'm using ``` ruby gem 'resque-retry', git: 'https://github.com/lantins/resque-retry.git', ref: '9314b34d543bc87668fd6107148fd1c8dd7d61a2' gem 'resque-pool' gem 'resque-multi-job-forks' ``` if I check for a job that's already been queued, but completed, it says that...