Luis von der Eltz
Luis von der Eltz
Any plans on implementing that?
This is a working draft of integrating [gifski](https://github.com/ImageOptim/gifski) into Captura. Things to consider: - I have not yet implemented `GifskiOptions`. The exe path is hardcoded at the moment. - In...
If you're fine with the license one could consider integrating [Gifski](https://github.com/ImageOptim/gifski). The current gif encoding is really unoptimized and produces giant files.
## What does the pull request do? Implement WPF's `UpdateSourceTrigger` (https://docs.microsoft.com/en-us/dotnet/api/system.windows.data.binding.updatesourcetrigger?view=windowsdesktop-6.0) TODO: - Documentation - ~~I need a proper interface for getting focus loss event inside Avalonia.Base. Any ideas? There...
Adding `x:SetterTargetType` to allow for using `` outside of ``. Issues: - > ERROR: XAMLIL Unable to find emitter for node type: XamlX.Ast.XamlAstXmlDirective Line 6, position 6. in D:\Repositories\Avalonia\src\Avalonia.Build.Tasks\bin\Debug\net6.0\MainWindow.axaml 6:6-6:6...
A normal `Button` (with `Command` set to `null` by default) is clickable. However, when I bind `Command` to it and the resolved command is `null` or the binding fails to...
As mentioned [here](https://github.com/AvaloniaUI/Avalonia/pull/8433#issuecomment-1173804905) we should create our own INCC API that does not force us to copy the full changeset into the event args. We need to stay compatible with...
Hey, Are there any plans to implement more advanced text processing facilitates like the ones mentioned above?
>System.IO.IOException: Unable to read data from the transport connection: Eine vorhandene Verbindung wurde vom Remotehost geschlossen. ---> System.Net.Sockets.SocketException: Eine vorhandene Verbindung wurde vom Remotehost geschlossen at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult...
> Could not load file or assembly 'DesktopNotifications.Windows, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.