Davy Kager
Davy Kager
While the code from @leonardder does not fix everything, I did notice that it was much rarer for NVDA to fall over altogether. With 2022.3 I estimate there to be...
Update: I got this straight after booting the PC with NVDA auto-starting. Obviously, Leonard's code fixes this. ``` INFO - braille.BrailleHandler.setDisplayByName (11:15:37.686) - braille._BgThread (9276): Loaded braille display driver noBraille,...
And interestingly, when disabling HID braille support: ``` ERROR - braille.executor (12:15:09.681) - braille._BgThread (7440): Error displaying cells. Disabling display Traceback (most recent call last): File "braille.pyc", line 2344, in...
An access violation in the Windows sleep function especially. :)
Perhaps refactoring should be a separate step beyond implementing a fix for the very real issue of the display detection crashing. I imagine that making braille more deterministic could cause...
While this is on a single monitor, I ran into very similar problems in #4703.
My only concern with the YAML framework is that some layout is lost: ``` { "input": "foo", "typeform": "100", "output": "foo" } ``` Can you achieve this kind of spatial...
Could we move check_yaml to the tools directory and have it be built like the other tools in there? Maybe we can bundle libyaml with liblouis, if the license permits,...
I’m willing to give MSVC a shot if it means losing the overhead of using Linux.
> harness tests and harnessSources are gone in master. feature/ueb_update still has these. Can we delete?