Adrian Schönig
Adrian Schönig
+1. This is beyond frustrating. Also deleted `ElixirSublime/Default (OSX).sublime-mousemap`.
Thank you for the quick response! I’ll go with that for now, but would be nice to have a more elegant way down the track where the duplication wouldn’t be...
Do you by any chance have an example file which requires this code path? Then I can add this to my PR #117. Currently that PR just disables this code...
Just noticed that #115 is exactly about the part that I disabled on Linux.
Linux isn't yet supported, see #46.
Note, this can currently be done manually by breaking up the paths into segments and using the `kCGLineCapButt` style. See the example project.
There's no way (so far) to limit the number of weeks that are displayed, but we've had a similar use case where the app is mostly usable for a given...
Great, thanks. The behaviour makes sense when thinking about a negation operator and doing something like `!foo` but would be good to disable this for word-only operators. Or maybe the...
I think I just came across another case of this when parsing something like `f() == g()`. I'm still new to tree-sitter. Any suggestions for how to address this?
Just came across this. Would love to do the same thing. Is there a code snippet for the different steps, in particular how to call tree-sitter to tell it to...