Michael Potter

Results 12 comments of Michael Potter

In talking to the stakeholders, it looks like upgrading Prism and adding support for YAML will most likely be preferable.

> Might also be worth trying [highlightjs](https://github.com/highlightjs/highlight.js#es6-modules--import) which has an esm distribution Nice! Definitely would prefer an esm package. We would just need to make sure we don't break any...

Ah, that's right. We could possibly use the the old school fallback if we don't have access to `navigator.clipboard`.

Thanks @coreyvickery!

Giving this a bump to see what everyone's thoughts are this 1 year later :) I agree with @mwcz 's critique of the mixin pattern being used for just sharing...

> how about this in pfe-tooltip styles: > > ``` > :host { > --_timestamp-text-decoration: underline dashed 1px 4px; > } > ``` To prevent altering "private" variable names from...

@bennypowers yeah I agree. Something to keep in the back of the mind.

@bennypowers, @zeroedin and I are seeing this error on node -v 16. ``` npm run start > start > npm-run-all build:tools build:icons build:analyze --parallel dev:* watch:docs:analyze > build:tools > npm...

@bennypowers > Try running that last snippet I ran those steps and unfortunitely it didn't fix the issue. Running on `node v16.11.0` Is it possible you are on a version...

Wow, updating to 16.15.1 fixed it for me 😂