Rustam

Results 51 issues of Rustam

Hello! When a plugin sends a message via avalonia-remote that the server cannot parse, an error occurs that is not shown in the preview ``` ERROR | AvaloniaPreviewerSessionController | Socket...

kind:bug

Hello! Add xaml file as AvaloniaResource when renaming extension from axaml to xaml ```sh $ dotnet new --install Avalonia.Templates::0.10.0 $ dotnet new avalonia.app -o test ``` Open project in Rider...

kind:enhancement

Hello! It seems to me that it will be more convenient if the frame is located in the center

kind:enhancement

**Describe the bug** DocumentLayoutException when use Text() -> Element() -> Text() **To Reproduce** ```cs RenderingTest .Create() .PageSize(600, 300) .ProducePdf() .ShowResults() .Render(container => { container .Padding(5) .MinimalBox() .Border(1) .MaxWidth(300) .Padding(10) .Text(t...

Consider replace type parameter for method at TextExtensions. https://github.com/QuestPDF/QuestPDF/blob/b87e8d5d4e47325d7843931ef00a394c368e810f/QuestPDF/Fluent/TextExtensions.cs#L284-L289 ```diff -public static TextSpanDescriptor Text(this IContainer element, object? text) +public static TextSpanDescriptor Text(this IContainer element, string? text) ``` It seems to...

Hello! Consider keeping lists in alphabetical order. It seems to me that it will look better this way

Hello! This change depersonalizes the information provided. It seems to me that if there is no explicit indication of the author in the title, then in the list, too, he...

Hello! Consider using an awesome bot: https://github.com/dkhamsing/awesome_bot > `awesome_bot` checks for valid URLs in a file, it can be used to verify pull requests updating a README.

Fixed #10720 Is it worth worrying about it? https://github.com/dotnet/fsharp/blob/dbf9a625d3188184ecb787a536ddb85a4ea7a587/src/fsharp/FSharp.Core/mailbox.fs#L106-L110

Closes https://github.com/dotnet/fsharp/issues/8447