Christophe Peugnet

Results 14 issues of Christophe Peugnet

a similar color is problematic when you want to reshuffle a width or apply a breakpoint : ![bck](https://user-images.githubusercontent.com/3845786/100599254-12998680-3300-11eb-92df-6e6fe65d862f.png) I propose you to lighten the color "Indicator Margin BackGround" like this...

We can no longer **expand** or **collapse** a **#region** in a .razor page with Visual Studio 16.8. preview 4 The [+] symbol no longer appears : ![Capture](https://user-images.githubusercontent.com/3845786/96004364-99230300-0e3b-11eb-809d-5fc63a6edd75.JPG)

enhancement

Has anyone found a solution to use this library with Blazor WebAssembly? The problem is that FontResolver does not find the platform and returns the error "FontResolver not implemented for...

There is a lot of issues and PR remain without response or comment. Is the owner still alive? It might be a good idea to suggest someone else to validate...

Hi, can we expect to compile in .NET 7 or even .NET 8?

Hi, How can I add an inner margin with DrawString? Currently you can only use TopLeft alignment. "Error: System.ArgumentException: Only TopLeft alignment is currently implemented. at PdfSharpCore.Drawing.Layout.XTextFormatter.DrawString(String text, XFont font,...

you can't answer 10 for by example 7+3... the field is for only one char

hi! if you use a MudDateRangePicker with MudButton on a smpartphone view, you can't scroll the page to validate ![image](https://user-images.githubusercontent.com/3845786/127735661-4808b49f-dcba-4e2e-8d3c-86adea6ad013.png)

bug
accessibility

When creating a component, take the reflex to implement immediately ILogger ``` [Inject] private ILogger Logger { get; set; } ```