Kevin Beal

Results 8 comments of Kevin Beal

> Yes with #15140 + overriding the mat-color function with a custom one, theming with css variables works like a charm :) But not in a backward compatible fashion. Only...

I've been using the `css-vars-ponyfill` module with mixed results. Defining variables in `:root` as lists of `rgb` values and then defining a custom theme in sass with them. ```scss :root...

This happened to me when I (unintentionally) closed the page prior to finishing the PDF conversion. (I forgot to `await` the `.pdf()` call).

If you drag the project folder into the sidebar in "Files" application (as a new bookmark) it becomes accessible when you click the "select your application" button.

@RyanCavanaugh I think I have one. ```ts interface ControlResult { fields: ConvertPrimitiveTo; controls: T extends any[] ? FormArray : FormGroup; } ``` From #23803 I think @mhegazy 's alternative solution...

@mrmlnc After installing the `.vsix` file, I am no longer getting the output console popping up with promise rejection errors as before. It worked for me :) 👍

I spoke too soon. I'm also getting the `[Error - 9:36:37 AM] [object Object]` message. I'm not sure exactly when it happened, but I had a .less file open. I...

I think I have a 3rd related issue w/ the error `Watch error: Daemon closed the connection` occurring after every `git commit` since upgrading to NX 16. I'm not really...