Boris Fox
Boris Fox
In the following code snippet: ``` #!/usr/bin/perl use strict; use warnings FATAL => 'all'; use boolean; $a = true; $b = false; print "a = $a, b = $b\n"; ```...
Temporarily set LocaleContextHolder to provide validation message interpolator with locale context (SPR-17231). Fixes #21764.
**Describe the bug** KeePassRDP Options form Executable tab GroupBox layout is incorrect on HiDPI display. On 96dpi WQXGA (2650x1600) display with no scaling (100%) the form renders correctly: Executable tab...