Gábor Kriskó

Results 6 issues of Gábor Kriskó

Running `r.keyEvent(0xffe7, 1);` on the remote machine seems to have no effect, when it seems to work without issue with other clients.

Does this crate implement [OAuth 2.0 Demonstrating Proof of Possession (DPoP)](https://datatracker.ietf.org/doc/html/rfc9449)? If not, do you plan on implementing it?

So devs don't have to look at the code to know that these options exist.

**Describe the bug** It appears that APKEditor cannot correctly handle XML entities in resource strings. String in source code: `\"Alma\" & Körte`. Expected behaviour: The string should show up as...

bug

**Describe the bug** Whitespace collapsing, Backslash escaping, Quoted escaping not implemented in APKEditor See this link for how it should behave: https://developer.android.com/guide/topics/resources/string-resource#escaping_quotes Build examples: | Input string given to APKEditor...

good first issue

It is currently not possible to disable window resizing in gpui-component. It would be nice if gpui-component inherited `is_resizable` from `WindowOptions`, but AFAIK, there is no way to access that...