Kasper Seweryn
Kasper Seweryn
I guess we could add gomuks there: https://github.com/matrix-org/matrix.to/tree/matrix-two/src/clients
As discussed in https://github.com/tulir/gomuks/issues/198#issuecomment-683479457
https://github.com/tulir/gomuks/blob/0d12947b1f70745d8023c89e22432f2a1353dfbb/ui/view-main.go#L191 is probably missing check for `tcell.KeyCtrlA`
Given: ```js // js: test comment in js ``` ```csharp // csharp: test comment in csharp ``` Chroma adds an empty Text token before the js comment. I guess that...
If command has no defined autocompletion then default one is a command autocompletion. What I mean by that is when you try to autocomplete `/alias /`, you'll be greeted with...
## Summary Basically, same concept as GroupList but for images with their preview Alternatively, an optional `previewSrc` for the GroupList would be a nice option. ### Basic example ### Motivation...
### Description In some cases, projects are behind a reverse proxy even in dev mode. The virtual dev module should respect the `base` option from vite config. ### Linked Issues...
Is it possible to control the LEDs of the blackpill? For example I'd love to completely turn the red LEDs off. Or better yet, turn them on when I'm switching...