Artyom V. Gorchakov

Results 19 comments of Artyom V. Gorchakov

Probably worth using [Avalonia](https://github.com/avaloniaUI/Avalonia) for an app version that would be compatible with Linux and Apple devices.

Good day and thank you for reporting this! A minimal repro would be highly appreciated. Or, feel free to submit a PR if you know how to fix the issue,...

@vovanb, unfortunately, Callback API is quite a new feature of vkontakte API, and support for it hasn't been added to the library yet. If you already have an implementation, a...

Ah thanks! .NET MAUI GA has been postponed to Q2 2022 https://github.com/dotnet/maui/wiki/Roadmap [`dotnet workload`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install) doesn't include Xamarin so I thought for some reason that MAUI has been already released. Updated...

Sorry to disturb, but could you explain a bit more why it exists and how it can be used? Thanks. UPD: Hmm, I've found the answer: https://github.com/OpusCapita/filemanager/blob/master/packages/connector-node-v1/src/capabilities/download.js#L103

Resolved this by introducing a RawRabbit connection pool as `IDictionary`, where `string` is RabbitMQ connection string. However, it works only if you need to send _a lot of messages_ to...

Well. Any chance for this getting integrated into the next versions of WPF or UWP @stevenbrix? Would really love to see platforms other than Avalonia using the [XamlIl](https://github.com/kekekeks/XamlIl) compiler. Compile-time...

> I actually liked the way it worked in Prism with DI INavigationAware and INavigationService, but IScreen and IRoutingViewModel sounds good too. Can we abstract them out into a separate...

Connected an Azure Pipelines NuGet feed to the `master` branch of the following repository, so the packages can be installed by using a `nuget.config` file and importing [the following package...

@objorke could you please upload a newer version of `OxyPlot.Avalonia` to NuGet.org? Probably the one which was built by our new Microsoft Azure CI/CD today based on the latest commits...