Tim Underhay

Results 36 comments of Tim Underhay

@davidmarogy Thanks for the report. Please provide a reduced test case using the Stackblitz link I’ve provided in the issue template, including the other information it asks for.

Also @davidmarogy, please see https://github.com/KensingtonTech/ngx-panzoom/issues/34.

@davidmarogy So that you're not waiting around for me, I'll be straight with you -- I've rather a lot on at the moment and I don't see myself having the...

@phryneas I've had the same issue for some time. I've hacked my way around it through a "postcodegen" npm script, but fixing the library exports would be preferable. `sed -i...

@chirag-manwani Apologies, I wasn't volunteering to take the lead on it. I was just asking if it was planned.

This very much appears to be a references bug. If one comments out references in the server tsconfig.json, the issue goes away, and all expected files are compiled, but obviously...

@RyanCavanaugh the documentation at https://www.typescriptlang.org/docs/handbook/project-references.html says: “Build mode (see below) will automatically build the referenced project if needed By separating into multiple projects, you can greatly improve the speed of...

Respectfully, I don’t think that jives with what I pasted from the documentation. It also doesn’t answer the question of why it sometimes builds shared files but other times it...

I think you’ve misunderstood what I’ve written. I’m saying that files specifically included in compilation by virtue of the includes field aren’t being compiled. I’m not saying that a single...