Results 20 comments of Evgeny Gorbovoy

It can be developed as a plugin itself. However, plugring seems not having any API, doesn't it? Parsing the site would be the only solution, which will be broken once...

> Plugring has api, but it has another problem: not maintained. Where is API repo?

> > > It is not in public repo yet. > If you are really interested in maintaining plugring (php) - tell us. > > Plugin is here https://github.com/FarPluginsArchive/farplug-alvls/tree/master/updateex Php...

I'm working on XAML alternative with bindings, dependency objects, animation, styling etc I've uploaded short video here https://youtu.be/Lxx9Icevusc Code looks like this: ![image](https://user-images.githubusercontent.com/10516222/140232877-15ce3901-0733-4a64-a72a-ed28913dffda.png) I'm thinking to set it up at...

Colleagues. I've just published the repository, consider please supporting it: https://github.com/jinek/Consolonia It re-uses all the power of Avalonia UI and potentially allows using of 3d-party XAML controls ![](https://raw.githubusercontent.com/jinek/Consolonia/main/showcase.gif)

The answer is "yes, we have an option. I've tried to tear down WPF, xamarin, MUIU and Avalonia. In short, Avalonia gives the possibility to build our console based rendering...

> > > Hi, > > sorry for the late answer > > What problem are you trying to solve ? I'd like to use data binding, virtualization, animation and...

I have tried to implement some. For now it's still just a proof of concept, but I believe it's already very close to first release: https://github.com/jinek/Consolonia I'm looking for maintainers,...

+ same for `KeyboardNavigationHandler`

> I think you actually can replace IKeyboardNavigationHandler with a locator. Whatever we set to locator it is then overridden by Avalonia's `Application` https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls/Application.cs#L234 As a hack we need to...