Derek Burgman

Results 68 comments of Derek Burgman

After digging around it turns out this functionality already exists, it's maybe just [easy to overlook in the documentation](https://nx.dev/configuration/projectjson#implicitdependencies) or hard to find exactly when you run into the issue....

Seems like the tag is on the branch, but it looks like those commits have the same content.

I recall running into this issue when refactoring for the 2.7.1 update. It has the correct output when using GMT. I don't use the built-in "tzid" field and conversions (since...

It was the first time I'd have firebase-export-metadata.json get "corrupted" like that, but yes I'd agree it is related to SIGKILL coming in and triggering it. If you overwrite firebase-export-metadata.json...

Ran into this today. I noticed the typings were also wrong for a few other calls like provideStorage(), provideAuth(), etc. https://github.com/angular/angularfire/blob/d724d81eafe003d2ec18728998cec7682aaaaeec/src/storage/storage.module.ts#L57 Should be a fairly straightforward PR and would be...

Created a PR. I think I got all the modules. Just searched "fn: () =>" and dropped in injector to all the *.module.ts files where it matched.

Based on your input and output, it seems like it is working? 2021-08-03 3:47AM in NYC = 2021-08-03T03:47:00.000-04:00 (EST-4) = 2021-08-03T07:47:00.000Z (UTC) https://www.timeanddate.com/worldclock/converter.html?iso=20210810T074700&p1=179&p2=1440 The output date is printed in UTC....

What date is marked on the job items in the mongodb database? I'd assume it is the same date that would be printed out above. After being scheduled it gets...

I haven't personally used those values (I'm still running Agenda 3.x) so I don't have experience with them, but the documentation start and end dates should be Date objects instead...

Unless it changed back it 4.1.3, Agenda should use the collection you specify there. Did you check your mongo database and see if that was the correct collection was being...