Alexander Sennikov

Results 11 comments of Alexander Sennikov

This change should fix it: https://github.com/marnusw/date-fns-tz/pull/247

> > This change should fix it: #247 > > It doesn't pass the test cases I provided above. That's because I'm not touching `getTimezoneOffset`, I'm fixing `formatInTimeZone`, and the...

I've implemented addon with slightly different approach, so you can try that too - https://github.com/asennikov/ember-g-map

@huafu my first intention was to introduce PR for 1.13/2.0 migration of your project, but then things got ugly at my job and we needed solution that really works with...

Hey @mike-north, what do you think about that addition by @steveszc? Does it solve your issue?

As far as I remember, I haven't figured out a way to make it work without setting map on `didInsertElement`. `init` is too early, we need to wait for the...

Sure, go ahead, keeping `map` in service can also help with exposing it (at least partly) to the host application. Sometimes people want to just call some method on the...

I do like this approach, so you can add those tests and I'm ready to merge it.

> Hi! I don't want to hurry you, but could you tell me when you plan to release the fix? 😅 I would ask @marnusw

This change should fix it: https://github.com/marnusw/date-fns-tz/pull/247