Michael Taylor
Michael Taylor
Also interested in an update.
Agreed. I was surprised by the structure myself.
@Westbrook I am looking at the [spec for the custom registry](https://github.com/WICG/webcomponents/issues/716) and I don't think that would fix this problem with SWC imports. In my example, I imported `@spectrum-web-components/dropdown/sp-dropdown`. But,...
A simple path that occurs to me is to bake the version of a component into itself. Then, instead of just trying to register a component blindly. Check to see...
Note that I did find the [Scoped Elements](https://open-wc.org/docs/development/scoped-elements/) tool in my research. I thought of using that in one of the two apps. However, as noted, I cannot import the...
At the high-level, I sort of grieve the state of things. As a developer that works on SDK components, this makes it difficult for me to produce a module that...
Thanks for the above suggestion @Westbrook. I believe that one of the stated reasons for not checking if a component is registered before registering is to avoid a vulnerability where...
I realise that the prefix is an AWS thing. I haven't dug into the details of how aws-log-ingestion works internally, but my naive suggestion would be that aws-log-ingestion might include...
You can add `clearScreen: false,` to your Vite config. This should probably be in the docs...
Debugging unit tests in VSCode (Cursor) was working fine for me yesterday, and was reliable prior to that. I upgraded to macos 15.4 and Xcode 16.2. Now I get the...