Derek Burgman
Derek Burgman
I recently moved from Agenda 3.x to 4.x and notice the typings exclude number (defining the milliseconds per interval) as a valid input now. First I tried just wrapping the...
Fixes #537. `TZ=Pacific/Kiritimati yarn test` will now pass. --- ### Thanks for contributing to `rrule`! To submit a pull request, please verify that you have done the following: - [x]...
### Reporting an issue Thank you for taking an interest in `rrule`! Please include the following in your report: - [x] Verify that you've looked through existing issues for duplicates...
Added "test-watch" as a script using nodemon so tests are rerun automatically when a change is made in the `test` or `src` folders and any child folders.
I'd like to use the Parse String functions directly, specifically for handling EXDATE values with TZID provided. None of the utility functions seem to be exported, aside from `rrulestr()`. `parseInput()`...
I ran into a case where I was assuming that the "future" declaration's data would continue to be used once the child route was loaded, but that didn't seem to...
Ran into an issue today where calling decryptSync() will mark all values that were decrypted as modified, or rather mongoose marks the fields as modified when the fields are assigned...
I ran into an issue where the children documents were not being recognized and decrypted properly. The children are not in an array, and just a single sub-document. I'm using...
Updates dependencies to angular 13, and fixes breaking changes related to those updates
- Updated typegoose dependency to 9.x. Uses mongoose 6, mongodb 5, etc. - Updated nestjs support to 8.x Should resolve: #460 #452 #433