Sebastian Simon

Results 7 comments of Sebastian Simon

I can confirm this. Favoriting isn’t necessary. It’s sufficient if a word is copied to the clipboard that is included in the history, but is not currently selected. The copied...

Also, Ctrl + Click (or was it Shift + Click?) on the launcher opens a new window; does Ctrl + Super + 1 also open a new window? Shoud it?

Even in the first comment, there’s this snippet: ```js `/* remove * multiline * comments * leading stars */`.split(/\n/).map(l => l.trimStart('* ')) ``` If we put in another `.join("\n")` at...

> Would you mind send PR to patch these changes? I'd love (and open) to hear folks' opinions. What should the PR change, exactly? We’re already discussing alternative API designs...

Another idea is to interactively ask if cache should be cleared for all users, with potential switch to root. But this idea may be too much complexity for too little...

I think in the same version, I noticed another bug: moderately long labels are now no longer rendered. Example: ```mermaid flowchart TD X(This is a somewhat long label.) ``` On...