Danny Cosson
Danny Cosson
I get this issue as well. EDIT: opened a new issue #99 since it seems much broader than a minor incompatibility on Windows
I ran into this issue too. It's kind of a hack but I think it should work by setting something arbitrary like `connection="This will get overwritten"` in the Table init...
+1 Can you release a new version? 2.02 is probably better than re-tagging, because people pinned to the minor version with ~> will get the new release. But either way,...
I do see it in cocoapods, I'm able to install [this version from the podspec](https://github.com/alexdrone/ios-fontawesome/blob/master/FontAwesome%2BiOS.podspec) marked as 0.0.1, but the commit is from 2013. Any chance for a new release...
In addition to version lagging (which right now is not actually too bad, they bumped up to 2.3 I believe in July), they have scripts disabled. And there are some...
@seejohnrun any chance of getting this merged in?
To be honest I've never used ruby without ActiveSupport and my snarky first thought is why would anyone even bother :) I can try to get this working if that's...
Yeah, so I think the options are to include ActiveSupport as a dependency or raise an exception when parsing an ical string if it has a TZID but ActiveSupport is...
@seejohnrun not quite sure I understand the first suggestion. Unless I'm forgetting something, you don't interact with the parser directly, you call e.g. `IceCube::Schedule.from_ical(ical_string)` to parse the ical string. It...