Kitsios Panagiotis

Results 8 comments of Kitsios Panagiotis

has a lot of technicalities but still I pushed a proof of concept of activating only meaningful variance using a self modifying rule (sublime_snippet_additional_control)and a decorator ![example11](https://user-images.githubusercontent.com/35875229/77359005-9eabe500-6d53-11ea-9afa-310d130432b5.gif)

Thank you very much for your feedback! Polluting the `lib` folder is something I did fear and I agree with you that it would be best if those files were...

It turns out that my feeling of conditional imports could be error-prone If used incorrectly was correct after all and unfortunately I found about it the hard way:) All those...

Thank you very much for your eagerness! Well I was debugging in the little bit more primitive way Using [custom_cpp_more_experimental.zip](https://github.com/dictation-toolbox/Caster/files/4380882/custom_cpp_more_experimental.zip) And I had the common variable `snippet_state` (which grammars set...

the previous set of commits should be solving the problem with sublime path we talked about [here](https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues/15) and by following the example of `simple_alias` the control grammar is now not...

okay but the merge conflict first, at the moment not really sure how to fix it, as both Github Desktop do not show conflicts and manual `git merge --no-commit` and...

essentially the issue boils down to the fact that due to the way the CCR grammars merge together into RepeatRules , The only information about the original rules themselves is...

okay the previous series of commits should fix any issues with CCR's and self modifying rules and I have decided to remove the need for decorating only specific grammars, which...