Domizio Demichelis
Domizio Demichelis
For me it fixes it with 150ms. The only problem is changing it again at every update. @axxapy Couldn't we just have a fixed default delay bigger than 50ms? For...
Thank you! > I really feel bad about that kind of hacky solutions with delay... So why there was a 50ms delay anyway? Btw, the resizing in 2 steps looks...
About the system suspend as default: the new icon could be present but could have nothing to do with the style in the set that the shell theme is using...
Oh well... the greeter example does work since you added a nice `// @ts-nocheck` at the top. Here is what happens if you remove it: ``` An unexpected error occurred:...
Well... I avoided it by not using smock, creating my own infrastructure that tests the real code instead. More work but a lot better testing in my case.
#211 looks more complex to implement, maybe that's the reason it's 3+ years old? Simply wrapping in quotes the file names when they contain a space would be a lot...
@benkoshy, thank you for the help, but it looks far from solved. You changed the download retype link to a regular link, which serves a page with the content of...
here is the doc https://retype.com/components/file-download/
In the `quick-start.md` it works like `[!file](apps/pagy_standalone.ru)`... but that is a relative path from the `quick-start.md` that is in the root dir. so from `docs/api/stylesheets.md` it might work something like...
Absolute links might not work, because when retype compiles itself in the docs branch, it probably looks for the linked files to copy over from its root (which is where...