NullVoxPopuli

Results 2059 comments of NullVoxPopuli

Standard auth: https://webauthn.guide

Something that might help with long-term maintenance, - Swap out the design system away from custom + shoelace to Toucan - Swap out custom form stuff for headless-form (also improves...

Use MessageChannels instead of worker-bi ¹ https://developer.mozilla.org/en-US/docs/Web/API/AbortController ² https://developer.mozilla.org/en-US/docs/Web/API/Channel_Messaging_API from @sukima: For workers I used MessageChannel to convert the `postMessage` into a promise async/await version ```ts function asyncPostMessage(worker: Worker, message:...

Has there been any movement on this?

Related: - https://github.com/swc-project/swc/issues/7336 - https://github.com/swc-project/swc/issues/8177 - https://github.com/evanw/esbuild/issues/3463 - https://github.com/evanw/esbuild/issues/3464 - https://github.com/terser/terser/issues/1467 - https://github.com/terser/terser/issues/1468

Related: - https://github.com/swc-project/swc/issues/7336 - https://github.com/swc-project/swc/issues/8177 - https://github.com/evanw/esbuild/issues/3463 - https://github.com/evanw/esbuild/issues/3464 - https://github.com/terser/terser/issues/1467 - https://github.com/terser/terser/issues/1468

I just ran in to the need for this 😅

firefox is not under a flag :tada:

public? on ubuntu, I can get the developer edition, which is 117: ```bash sudo snap install firefox --edge ``` :shrug: anywho, would be good for clean-css to support this! For...

Where's this rule at? Close? Looks like there are some unresolved questions?