Brian Salomaki

Results 5 issues of Brian Salomaki

When visiting the site right now I see an SSL certificate error:

bug
help wanted

I've used a breakpoint in Chrome (v65) developer tools to verify that setBubble is being called when loading the following page: https://staging.my.siyli.org But when the icon shows up it doesn't...

Brackets are now required as discussed at: https://github.com/thoughtbot/factory_bot/issues/1272

As a workaround for #33 I'm directly calling translate on my timezone value: `t(ts.time_zone.name, scope: :timezones)` However, this doesn't work in English, and I explicitly need to provide the default:...

This gem overrides the .to_s method but doesn't change how .name is accessed. This probably isn't the best way, but something like this seems to work: ```ruby module ActiveSupport class...