Derek Burgman
Derek Burgman
I created a fork and a new pull request for Angular 17. To use for your project in the mean time you can replace the package.json line with: Angular 12-17:...
Since Angular 16 requires node 18.x might need to update the workflows before this can be merged in.
I've run into this right now where getTimezoneOffset() returns a -5 hour offset for 12AM for America/Chicago instead of -6 up until 2/3AM when it actually becomes Central Daylight Time....
You can register it in a single module, then export a service that wraps the AgendaService and exposes it. Doesn't seem like you can export the AgendaService otherwise. ``` @Module({...
Just ran into this an M1 Mac on `Sonoma 14.1 (23B74)` with the `node:18.19-bookworm` image after updating Docker to v4.27.1. Currently in the process of clearing and resetting Docker and...
Just writing an update to here since I just completed updating this fork of this package to Mapbox 3.10 and to use Angular 18 (which I'm realizing this package already...
I just ran into this issue and found this old issue ticket: https://github.com/typestack/class-validator/issues/1873 It's due to a regression/breaking change caused by the default behavior changing in 0.14.2: https://github.com/typestack/class-validator/releases/tag/v0.14.2 ``` fix:...
I ran into the same thing with Snyk. It seems like just adding the patched glob as a dev dependency should be fine and quiets the Snyk error/warning. The security...