Martin Amm

Results 36 comments of Martin Amm

We will try if we can a. add a new setting imagesFolder b. when the setting is present pasted images are saved in that folder c. use a GUID as...

We found that the following .vscode settings already cover most of our needs (have pasted images in one folder, reduce naming conflicts, make it easy to move documents without breaking...

It might be seen as an anti-pattern for public sites. But there are a lot intranet sites not using SSL. We have elements which can be used both on public...

I think the root cause of this problem is https://github.com/Polymer/polymer/issues/2522

> the last write to win I think that this behaviour might be a problem as this means that I need to know all dependencies of all elements which might...

@akc42 importHref already creates an link element dynamically. So you still need to ensure that the import of a custom theme is the absolute last element changing theme relevant vars.

So when I change ``` :root { --primary-color: #ff0000; } ``` to ``` body { --primary-color: #ff0000; } ``` the color is not applied at all. So I think that...

@arthurevans do you have any alternate idea how to protect variables from a custom theme without the need to know the internals of all elements and their dependencies?

From my understanding that still means that the developer who creates the main page/the theme needs to know **all components** which might be used and the **whole dependency tree** of...

I work with @olliejm - our tenant is from "Microsoft Copilot Developer Tenant Private Preview Program". Should that tenant be a member of "Declarative Copilots private preview"? If not -...