Ilya Rodionov
Ilya Rodionov
@eejdoowad Could we have fix for it? It's already been fixed in Vimium.
@Seanld it seems like Vimium has PR for fixing the issue with `privacy.resistFingerprinting` https://github.com/philc/vimium/pull/4000
I have the same issue with try-catch blocks. I have `Cycle count on all brackets` option turned on.
@maxbrunsfeld could you take a look? UPDATE: Should we use property access instead?
Do you want to match nodes where `@fnname == "f"`? If so, you should use `eq` predicate (see `Predicates` section in [Query Syntax](https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax)): ``` ( (function_definition name: (identifier) @fnname) (#eq?...
@Neppord it works. Thank you! Sadly it's not in `tree-sitter.d.ts` and there is no `ts_node_child_by_field_name` equivalent.
It should be reported [here](https://github.com/tree-sitter/tree-sitter-python/issues) probably.
I've found out that checking that device is running as it's done in [OpenMultitouchSupport](https://github.com/Kyome22/OpenMultitouchSupport/blob/master/OpenMultitouchSupport/OpenMTManager.m#L122) ~~prevents from a crash after sleep~~ DOESN'T HELP. UPDATE: I've checked one more time and the...
I've made a PoC to support 3-finger swipes to activate AltTab and navigate between thumbnails https://github.com/lwouis/alt-tab-macos/compare/master...ris58h:alt-tab-macos:swipes It uses [M5MultitouchSupport](https://github.com/mhuusko5/M5MultitouchSupport/) pod so `pod install` is required after checkout. How to use...
You could use [Open Core Legacy Patcher](https://dortania.github.io/OpenCore-Legacy-Patcher/) to install a newer macOS version on an old mac.