Eddie Bergman
Eddie Bergman
Sure, this is possible but that's just very much the default behaviour of tree-sitter folding, I'm not sure how this would differ from that? P.s. how did you get syntax...
You can see what I've commented out here in the [`fold.scm`](https://github.com/eddiebergman/nvim-treesitter-pyfold/blob/46e0c3ebed0934fffcc2a23b52393059b76bff3f/queries/python/folds.scm#L61-L85) to get an idea of what's in the normal tree-sitter folds. All this plugin does it just make some...
Hmm, I could probably extend this at somepoint but I'm not sure how to make it into a nice API, feel free to make a PR if you have the...
Lol, good catch, I'm too lazy to redo screenshots at this point but good to know :)
I'm not entirely sure if you're just being sarcastic for your own fun or this was meant offensively in response to the issue I left on `pynalyser`. I apologies if...
Something to help in the meantime, works on Linux at least using `$date -Idate`. Navigate to your task, hover over it and use `gtd` as you normall would, except now...
Yup, essentially this means we have two pieces of information, the state of the task and then when that state occurred, giving a comprehensive current state of everything a long...
Seems like some fun and something I was looking for before, any pointers?
Hi @smarie, I'll take a look throughout this week, thanks for the detailed write up :)
I don't think we do any renaming of metrics. We don't have anything in line with `BaseTask` so the only `additional_info` I'm aware of is from SMAC's runhistory items. We...