LexiconCode

Results 282 comments of LexiconCode

This seems relevant https://github.com/dictation-toolbox/dragonfly/issues/36 as a way to load and test grammars without an engine on Travis.

@kendonB @comodoro For testing functions that manipulations text here is a great example [TextFormat](https://github.com/dictation-toolbox/Caster/blob/master/tests/lib/test_textFormat.py)

Definitely needed and that's what I envision as well. Fortunately there's a little bit more info on possibly doing this cross-platform. The latest version of sikulix supports running RobotFramework text-scripts....

Yes there are number of issues, thanks reporting this. 1. If the window is maximized it works to either side of the screen as expected. 2. it also seems to...

Depending on your time as I know you're busy. A way to improve the code with to be breaking it up into more functions and/or a class. This makes it...

> > Depending on your time as I know you're busy. A way to improve the code with to be breaking it up into more functions and/or a class. This...

I still need iron out a few things with Path. You can hold off for a bit on the review comments yet.

@kendonB This is unrelated to this PR so keep that in mind. I can't get this to work as it keeps failing despite pulling up MINGW64. ``` print("Error:" + ahk_script...

So could `def read_selected_without_altering_clipboard(same_is_okay=False, pause_time="0")` specifically `pause_time` be used for the solution? If so it's already implemented.

> > > @LexiconCode Is there anything fundamental about caster that requires `MappingRule`s to be the only type of `dragonfly` rule? Or could we just change the validation checkers? I...