Leonard de Ruijter

Results 85 issues of Leonard de Ruijter

### Link to issue number: Related to #14130 ### Summary of the issue: Parts of the braille display detection code are hard to read and rely on Win32 APCs to...

### Is your feature request related to a problem? Please describe. There is a reference from hwIo.base.IoBase to braille._BgThread that we need to get rid of at some point. This...

Addon/API
audience/nvda-dev
blocked/api-breaking-change
blocked/needs-technical-investigation

I'd have thought that an issue for this would already be here, but it doesn't seem to be the case. ### Steps to reproduce: Open the following in Firefox or...

ARIA

Original pr by @jcsteh ### Link to issue number: Replaces #11437 Fixes #11077. ### Summary of the issue: Currently, NVDA listens for all win events. It drops events for background...

I invested an hour or two writing down a .clang-format that more or less follows the code style that is now common in OSARA. @jcsteh What would you like? Should...

When writing OSARA code, all of us format code manually as far as I can see. I think adding a basic .ClangFormat file can be beneficial for us using an...

Many thanks to @JulienCochuyt for the initial implementation ### Link to issue number: Fixes #3304. Fixes #9863. Supersedes PR #9864, #10172. Addresses [#505 (comment)](https://github.com/nvaccess/nvda/issues/505#issuecomment-311438115) ### Summary of the issue: In...

conceptApproved
merge-early

### Is your feature request related to a problem? Please describe. NVDA Remote currently relies on a lot of monkeypatching to intercept braille, speech, gestures, tones and waves from the...

p4
triaged

The liblouis bindings now require to be build, and the name of the library is hardcoded in it (i.e. liblouis.so.16). However, I don't think this is necessary. 1. On initializing...

python

The current indentation behavior for function parameters is: 4-space indentation at function definitions, like this: ``` def my_function( my_function_arg_1, my_function_arg_2, my_function_arg_3, my_function_arg_4, ): pass ``` This leads to reduced readability,...

formatter
style