Alex Koppel
Alex Koppel
There are 15 failures remaining when you run `LIVE=true rspec`. It would be great to get that number to 0 -- hopefully it's only a matter of fixing the specs,...
See https://github.com/arsduo/koala/pull/188#issuecomment-5395867 -- describe policy on contributing, test cases, convenience methods, etc.
Super minor, just saw a typo. Thank you for all your hard work on this important package!
Don't swallow errors silently, they need to go into the logs.
There should be an integration with airbrake if it's available, so you get errors reported. Can we use it as is, or do we need special code?
Because of a weird situation with an unusual legacy UI framework in our Elm code, I noticed that `elm-css` will emit an empty style node if there are no classes....
Hi! Hope you're all doing well after these two difficult years. Just want to note a small possible issue I found with the readme here. The readme notes that this...
Hi! Hope you have all been doing well over these last few terrible years. We are trying to make an API request for public Youtube data. I've tried authenticating multiple...
In Ruby 1.8.7, StringIO responds to path, but in 1.9.2, it no longer does, which causes UploadIO to break (composite_io.rb:69). An easy solution would be to check for obj.respond_to? :path...