Ricky Anderson
Ricky Anderson
Hi! I am a new user of this keyboard and just started to learn how to use the feature. One thing that I'm missing is what is discussed here, a...
I'm thinking of setting up the 'letter-preview' feature the way you've set up the labels on the main keyboard (depends on the character list pulled from the configuration selected by...
@Paperweb I am suggesting popup because it feels like my thumb is constantly blocking the view to the circle and sectors while typing, while with popup, we can place it...
Actually, I'm writing custom matcher so that I can abstract away the matcher's details. ```go type MyStruct struct { ValuesMap map[string][]string } func HavePendingValue(key string, pendingValues []string) types.GomegaMatcher { return...
Just want to chip in my thoughts after running into these issues. I think the problem mainly lies on the fact that `org-auto-tangle` uses [emacs-async](https://github.com/jwiegley/emacs-async) to execute the tangling process...
I think the main benefit is to have those two mode available on a switch. Let's say that I have 5 org files, but 1 of them is written for...
in my case, it's because the width is too small to display all of the format. putting these config to `style.css` shows the content, though I'm not sure why it...
If you're okay with the breaking changes, I think we can remove much of the old logic and depend solely on [org-ql](https://github.com/alphapapa/org-ql) (note the changes on `run-at-time` too because it...
I've updated the implementation to only use `org-ql`. The problem is that I've borked the `REMINDERN` property. I've done a little bit of testing to see if we could do...
Hey @ntBre, I've also not been able to take on this until recently. Last time I left this, I've made sure to let the REMINDERN works, so hopefully I can...