Phil Cohen
Phil Cohen
Would be great if you could print a poster (or order one - $$) with the cheatsheet, reference information, etc. Perhaps the "print your own" version could split it into...
- [x] Change tokeniser to allow `-` inside tokens. Search repo for `scss` to see how to do this: https://github.com/cursorless-dev/cursorless/pull/955 - [ ] Language scope types
Dash-separated words are valid inside of Talonscript (e.g. inside of key shortcuts), so I think they should probably use the new dashed tokenizer. #### Before: #### After: ## Advantages: You...
The build is currently broken on both M1 and Intel for me because `make web-tree-sitter` does not work: ``` $ yarn yarn install v1.22.19 warning ../../package.json: No license field $...
Fixes https://github.com/ali-rantakari/trash/issues/36 The live version looks to be down but the archive is still available :)
Pretty far out there but probably something we could do with accessibility, although some of the APIs do not work if the window is not focused https://www.knowbrainer.com/forums/forum/messageview.cfm?catid=4&threadid=37270&enterthread=y https://www.youtube.com/watch?v=ctklldjO8Tw
- [ ] In v0.4/Rust, use the new window properties, like `window.minimized`, to minimize/close/fullscreen windows. - [ ] In v0.3, we should read/modify the window properties, rather than simulate button...
There's an action to make a arbitrary application fullscreen, but it doesn't actually work properly if that application isn't the focused one, so let's focus it first. After this you...