vhscom
vhscom
I understand. I'm more browser myself. The two actionable items are: 1. Support isomorphic rendering in SvelteKit to address the Node. 2. Integrate the type definitions from `@types/dompurify` or, perhaps,...
@kkomelin Would you possibly be up for integrating your SSR changes into the main library?
> What is the suggested or recommended value to be used or does it depend on the character length of the URL to be converted into a QR code? It...
Should this still be open?
This is a very small and innocuous change all things considered. Would maintainers accept a pull request so we can get this out there? It was punted on in July.
Thanks @ayuhito. I'd be surprised if the change was breaking—but perhaps it might break implementations in the wild due to corner-cases arising so, while innocuous, maybe not so much for...
If there's still a rewrite going on, Sass modules looked interesting and someone has already created a POC: https://github.com/fontsource/fontsource/discussions/384 Thanks for the awesome project. It cannot be easy to make...
I see a few issues here. For one, the documentation issue you caught in OP. Two, it's abnormal the confirmation dialog isn't being triggered via the action buttons near the...
[Trivy](https://trivy.dev/) is a useful security scanning tool for polyglot projects. Rather than just running an `npm audit` you can use Trivy to both audit your JavaScript modules, Dockerfiles, go modules,...
Here's a bookmarklet you can use to format the tab size for Gitea when viewing code in compare/diff view through the web interface. ```js javascript:document.querySelectorAll('table.chroma').forEach((el)=>el.style.tabSize=2) ``` Adjust to your liking....