Joe Pea

Results 958 issues of Joe Pea

I think playground simply needs an update to latest TypeScript and it'll support decorators. https://playground.solidjs.com/anonymous/c2a6bc8a-cc1a-41b4-ac5b-00689d83d3d4

GitHub's markdown now supports `[!Note]`, `[!Important]`, and `[!Warning]`, but not `[!Tip]` or `[!Attention]`. Currently `docsify-plugin-flexible-alerts` is missing `[!Important]`. Would be nice to get that one, to maximize compatibility with GitHub....

otherwise the following will fail if styles are prepended: ```html template = html` ` ``` Current workaround is to define `styleRoot` where styles will be appended: ```js #styleRoot = document.createElement('div')...

`this.createEffect()` will make an effect that is conveniently stopped in `disconnectedCallback`. This is useful for creating effects in `connectedCallback` and then not having to use `createRoot` and `disconnectedCallback` to stop...

enhancement

it skips folders. Was hoping for something like `cp -r`.

Hello. Thanks again for this excellent work! I'm on a MacBook Air M2 these days, and when I run `npm install` in https://github.com/lume/glas, I now get this error: ``` npm...

Similar to https://www.npmjs.com/package/regex-not

It would be game changer. Will it ever happen?

Hello! Paying customer here. Love the theme! One thing I wish it had is more color for JSDoc parts and decorators. Here's what it currently looks like: Here's what it...