Evgeny Gorbovoy
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:  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 
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...