Jon
Jon
That sounds good, thanks for looking into it
I agree. Would be nice to be able to apply a different color to type hints. I get the impression a lot of people like them to be just regular...
Chrome v97 broke our app (in dev mode) because of this issue as well. In the readme it recommends to use `@Prop() readonly name!:string` to force typescript to assume the...
If I understand [Chrome's implementation](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/security/faq.md#does-the-password-manager-store-my-passwords-encrypted-on-disk) correctly, on most OSs they only store an encryption key in the OS's password store which is then used to encrypt/decrypt a Chrome password file....
> Thanks! Yes, we were able to update [vite-plugin-singlefile](https://github.com/richardtallent/vite-plugin-singlefile) with a similar option for `manualChunks` (setting it to a function returning a single name works too). Nice find. Setting `manualChunks`...
Use this to allow anything within the header via a slot and still preserve the default behaviour: ```ts import {Dialog} from '@material/mwc-dialog' import {customElement, html, property} from 'lit-element' @customElement('mwc-dialog-header') export...
I also just discovered that my certs are being renewed but not deployed. So running `renew` reports everything as fine as the certs are not outdated, but my sites go...
For those who don't realise it (me for a while) you can already quickly place windows into corners by using the accelerator for up/down and then quickly afterwards left/right, and...
No problem, yes I'm also happy to help work on this if needed. If it is fairly simple I could do a PR for this tool. Or if it's complex,...
To clarify on the lack of support for `ca cp va vp fig fm`. Is it just `fig` that gets written out? Or do the others get included as plain...