Olivier Azeau

Results 10 comments of Olivier Azeau

I eventually also added [support for openssh certificates](https://github.com/fasmide/remotemoe/compare/master...Oaz:master). This allows me to manage authentications in an easier way. Extensions can be added in the certificate so the default route can...

Hi @fasmide Thanks for the feedback. I'm not sure I get the "no config file" rationale. I understand that there's no equivalent to "sshd_config" in remotemoe. (if I compare to...

Do you have some code to reproduce the issue?

That will be difficult to reproduce on my side without a fully executable project but, in this case, maybe we do not need it. Actually the execution of `AvaloniaUI.PrintToPDF.Print.ToFile(path,this)` is...

I don't know how ContextMenus work. So, for now, I'm afraid I cannot help on this. Regarding the thickness of the connection line, the Connection class could indeed be improved...

In case anyone landing here is interested, I've got [an experimental extended LibInputBackend with keyboard handling](https://github.com/Oaz/Avalonia.LibInputExperiments). It works for basic use cases but is clearly not production ready.

> Yes, you need to add missing parts to config. Meanwhile I made more changes, here the complete files to replace: > > `LibInputBackendOptions.cs` > > ```cs > #nullable enable...

As far as I am concerned, just having a clipboard is fine. Though, by curiosity, I'd like to know what is wrong with calling locator on any required type in...

I don't how how to print without showing it. If this is acceptable, you can wrap your control inside a window and just show the window during printing. ```cs var...

Sorry, no idea. This control might be doing something unconventional in its rendering.