Mike Rogers

Results 25 comments of Mike Rogers

Firefox doesn't support MP3 playback, hence the flash fallback.

@robcole We didn't come to a resolution, what I've been doing in my current projects styleguide is: ``` :stubs: - :id: "ExampleModal" :title: "A Title" :subtitle: "The Subtitle" :yield: "&block...

@samussiah @ashleysummers Thank you for bringing this to my attention. I last tested LivePage on Chrome 63 & it looks like Chrome 64 made a breaking change that made reading...

https://chromium.googlesource.com/chromium/src/+/56db65a6d5d214d238ca16a90fea118571d5c8e6 - This might have been the underlying change which borked LivePage. Going forward I'll discover `@import`'s via AJAX & Regex (I think).

This is a duplicate, but this ticket explains what we need way better :) @meg-gutshall - What was the meetup? I'm also super keen for this, hopefully I'll get some...

https://ruby-meetup-calendar.mikerogers.io/ical.ical - This is in production now :) I'm going to keep an eye on it for a bit, the I'll link to it more publicly :)

> Do we necessarily need older events to display on the calendar? What are the pros and cons of having past events display on the calendar vs. starting from the...

https://github.com/MikeRogers0/Ruby-Meetup-Calendar/blob/9470e013afb33e9fe0151181f56c768d60fec8fa/plugins/builders/ical_builder.rb#L43 - This is where the start time is set. I think the underlying issue is I'm not tracking the end times of events right now. We'll have to update...

I can totally see how that would be annoying, I'll get working on a workaround ASAP :)

'view-source:file://' is currently not supported unfortunately. I'll have an experiment this week to see if adding support is possible :)