Andrey Gordeev

Results 38 comments of Andrey Gordeev

So apparently 04:15 is not GMT but rather occurrence time in my local time zone (GMT+3, Moscow time) >Also, the times should be identical whether you use "none (UTC)" or...

I clonned this repo and added this test: ```ts it('generates correct recurrences when recurrence is WEEKLY and has BYDAY specified', () => { const rrule = new RRule({ freq: RRule.WEEKLY,...

>@agordeev I will look into this issue. @hlee5zebra 's "fix" of simply removing timezone support was not necessary. Do you get the expected results if you simply don't use the...

It'd be great to see this feature

The problem is that json_serializable and Serialize can't play together. So if you have Flutter client app and Aqueduct server app, you have to manually serialize/deserialize models on the client...

There are number of questions on SO asking this feature: https://stackoverflow.com/questions/61109219/change-naming-strategy-in-aqueduct-orm https://stackoverflow.com/questions/59948133/table-and-column-naming-convention-postgres-dart-aqueduct And also this issue: https://github.com/stablekernel/aqueduct/issues/807

Right, but currently the pod is not listed on Cocoapods and therefore cannot be installed via `pod install`. Looks like you forgot to do `pod trunk push` as stated here:...

Hmm, 1.5 years and this is still not merged? How can we help to get this behavior available ASAP?