Neal Borelli
Neal Borelli
As noted early, Chromium and Firefox already support the Element Internals API: . There is a polyfill for this as well () that could be used with Safari, but it...
Kind of unrelated, but here is the TS decorator I would love to have in Stencil: `@ExposeOnElement()` (name needs work 😉). In my imaginary world, it could be used on...
Hi @splitinfinities, we would probably also need a way of adding synchronous methods like the `checkValidity()` and `reportValidity()` methods that I posted above. I know we can add these methods...
As a temporary fix for this problem, you can issue the following command to change the symlink to the correct path: ```shell ln -sf "/Applications/Syntax Highlight.app/Contents/Resources/syntax_highlight_cli" "/opt/homebrew/bin/syntax_highlight_cli" ```
Honestly, I am not sure that this is the right thing to do. Beyond the philosophical discussion about whether this sort of stuff should be done in the class as...