Derek Burgman

Results 68 comments of Derek Burgman

This is the last dependency I need for upgrading a project to Angular 14, so I'll probably start on a PR here soon. I don't believe there will be any...

PR is created. Double check the changes, but all I did was bump the versions, create an ng-package.json file since they're required now apparently, merged those module declaration together, and...

Edit: Misread. The README states you need to manually copy this folder. So yes, you are correct. https://github.com/intbot/ng2-pdfjs-viewer/blob/25973eb38d3676666c09f38b045fd85334a18f41/README.MD#step-2-copy-task-for-pdfjs ``` ## Step 2: Copy task for pdfjs For several advanced options...

It doesn't detect changes that I'm making. I fought for a bit with mocha settings and other arguments but it wasn't working for me. I searched around a bit for...

I've picked out the following test to start debugging from: ``` 1) RRuleSet valueOf generates correcty zoned recurrences when a tzid is present: ``` I added some logging within the...

https://github.com/jakubroztocil/rrule/blob/8d32705712f731124a0e1b516d73259e8eac5b20/src/dateutil.ts#L89 https://github.com/jakubroztocil/rrule/blob/8d32705712f731124a0e1b516d73259e8eac5b20/src/dateutil.ts#L90 The issue is on these two lines here. Once you remove the unnecessary offset subtraction the one passed (I tested the UTC timezone and the Pacific/Kiritimati timezone locally)....

Was just looking to add this functionality to my project, specifically checking for finiteness and finding the last date.

There was a section on NX concerning using Nx along with Lerna: https://nx.dev/l/a/guides/lerna-and-nx Looks like you can have separate package.json for different projects. I've been looking at using Nx for...

After using NX for a couple weeks I'm pretty happy with how it works. In terms of dependency usage, what it does is have all dependencies imported into the root...

I opened up that project at https://github.com/dereekb/dbcomponents if you want to poke around with how Nx works with a non-trivial project. I'd be open to setting up all the projects...