Rein

Results 10 comments of Rein

I just call `new_saver` manually, so I can set html to false. Saver will now only save the png file. ``` saver = Capybara::Screenshot.new_saver(Capybara, Capybara.page, false) saver.save ```

Nice work @papa-cool 👍 @radar as you requested in https://github.com/ruby-i18n/i18n/issues/493#issuecomment-573915158 there is a PR ready. Is this worth a review?

@PPWSK & @dautry a datetime field should be in iso8601 format. So for example: `"2021-08-24T09:45:00+02:00"` A date field should be formatted as `2021-08-23`

> @reinaris What is the expected timezone for the custom datetime fields? I could not find any documentation in AC API that speaks about the default timezone that is used...

@TonySchu I found a fix in the network graph https://github.com/LifeTales/mixpanel-ruby/commit/e9f425d53170689c537f52ecf6df0eb000d94740 Didn't tested it yet, but maybe it can help you.

> @TonySchu I found a fix in the network graph [LifeTales@e9f425d](https://github.com/LifeTales/mixpanel-ruby/commit/e9f425d53170689c537f52ecf6df0eb000d94740) > > Didn't tested it yet, but maybe it can help you. 🤦 just saw @jshow already opened a...

Related to https://github.com/ruby-i18n/i18n/issues/493

And there is already a PR opened on ruby-i18n https://github.com/ruby-i18n/i18n/pull/502

@andrewpurcell any change to have a look at this?