Michal Špaček

Results 72 comments of Michal Špaček

I can quite often reproduce it (often as in probably always): When using a Czech keyboard, I press `AltGr`+`L`, the `PowerToys.KeyboardManagerEngine` process crashes either immediately, or in a second or...

Is there anything more we could provide that would help to fix it? :-)

Thanks @gokcekantarci! (Just didn't want the issue to be auto-closed, no pressure 😊)

Hi @haoliuu and thanks for the update. I'll happily check it once released, however the problem doesn't seem to be related to a modifier key getting stuck. In my case...

@haoliuu I can confirm this is still happening with 0.91.0. After some time, the `PowerToys.KeyboardManagerEngine` crashes.

Unfortunately, I can still reproduce, the issue I've described in https://github.com/microsoft/PowerToys/issues/34798#issuecomment-2364041984 still present in 0.89.

I'm not sure I fully understand the idea, but you can allow types in parameters with directives like `allowParamsInAllowed` and `allowParamsAnywhere`. They also support "type strings", they are parsed with...

Thanks for further explaining the idea. So if I understand it hopefully correctly now, given the code like this: ```php class SomeClass implements SomeInterface {} function foo(SomeClass $param): void //...

Hi, I'm happy to hear this little thing helps! :-) Do you mean that you'd like to detect and disallow a call that looks like these: ```php $object->method('my-test-string'); $object->method([123, 'foo',...

Should I also submit a similar PRs to the 9.x and 10.x branches, or are you going to rebase those branches on 8.x? I see that 9.x is based off...