Andrea Canciani
Andrea Canciani
What is the current plan regarding ViewEngine and Ivy? Is `angular/components` going to move to Ivy (soonish)? If these providers are being kept for compatibility with ViewEngine, is there any...
does the current version still support Ivy? if not, I would like to work again on this (my guess is that it is not supported anymore, since I saw https://github.com/angular/components/pull/23969...
I rebased the branch on top of the current `main` branch; I also added a commit to enable the tree-shaking of `Overlay`
(note that eventually, as we move away from modules thanks to standalone components, tree-shaking issues such as this one might become irrelevant)
IIUC now suppressions work as intended even when `TreatWarningsAsErrors` is set https://github.com/dotnet/efcore/issues/29582 and efcore contains some infrastructure to identify EF Core LINQ queries (maybe not in all cases, but at...
I confirm that for the example image the proposed fix works. I believe a slightly better fix would be ``` diff --git a/packages/pdfkit/src/image/jpeg.js b/packages/pdfkit/src/image/jpeg.js index 742dbcb..6f3045f 100644 --- a/packages/pdfkit/src/image/jpeg.js +++...
> @ranma42 in google chrome PDF viewer will always show JPEG images, even the `this.bit` is `undefined` :) I know, but my point is making sure that the resulting PDF...
IIUC according to https://github.com/dotnet/command-line-api/pull/2008#issue-1514102631 this issue can be closed.
It looks like the `.d.ts` files in the package reference the sources (also shipped within the package). This might cause build errors depending on the TS build target: ``` Error:...
Confirmed, `beta.2` makes the build go just fine even without any change to tsconfig. Thank you for the quick fix!