Yarith

Results 7 comments of Yarith

Submitted the issue too early. It looks like the warning is generated by the output of the missing `elm-test`. If i install it, the errors from `elm make` are shown...

I experimented a little bit with the ellie. I found out, that the `buggyElement` gets a `flex-shrink: 1`. If i understand it correctly, this gives it the height of the...

I have updated the css in my post above. It has only worked with `Element.scrollbarY` (.sby) and not `Element.scrollbars` (.sb). I see in your screenshots, that you have used `Element.scrollbars`....

Hi @dbriard Have a look at this gist: [Avalonia 11.0 Mobile browser keyboard workaround](https://gist.github.com/Yarith/168a47ebb16e0d238206749ec0e3f11c). This manually maps the text characters to the corresponding key events and send it to Avalonia....

I have created an example how to get the TextBox working with Avalonia 11.2.4 without needing to change the library. Successfully tested on following setups: - Xiaomi 11T with Gboard...

I have written some tests and ran them with version 3.0.4 source code. I could create the InvalidOperationException only in the case when the `[Projectable]` is used inside an IQueryable...

I hit this issue with InteractiveServer page component yesterday too. The current solution in this issue is manually wrapping every InteractiveServer page component with your custom `ErrorBoundary` component. This was...