Fela
Fela
While running the tool on a .car file it fails while trying to extract assets in a subfolder. Everything runs smoothly if the folder already exist on disk.
Hello! I'm currently compressing 32.070 pngs using this app, and I noticed that there's no way to know how many of them have been processed and how many are left....
This is the list of currently supported media controls icons: - Play - Pause - Fast forward - Rewind - Next track - Previous track - Repeat on - Repeat...
The attached animation only generates a working `.cs` when `-DisableTranslationOptimizer` flag is included. Omitting it will cause the animation to render like this, and do nothing on play:  Here's...
I noticed that some StaticResources defined in the library point to Color objects instead of their SolidColorBrush equivalent, but they're still used in place of actual brushes in the styles....
Hey there, I'm planning to use Vazirmatn Non-Latin variant alongside Segoe UI in my Windows software. The problem is that the two font metrics don't really match and this causes...
### Describe the bug `ListView` virtualization logic breaks when selecting different item templates from `ChoosingItemContainer`. ### Steps to reproduce the bug Have a `ObservableCollection` filled with items that resolve the...
Hello, The following animation crashes the library because of a stack overflow: [tgs.txt](https://github.com/Samsung/rlottie/files/5440695/tgs.txt)
**Describe the bug** `System.Collections.Specialized.ReadOnlyList` fails to cast to IList and it makes it impossible to raise `INotifyCollectionChanged.CollectionChanged` event from user code. **Version Info** 2.1.1 **Additional context** Sorry for opening a...
**Describe the bug** CsWinRT throws when passing a Dictionary to a WinRT method that expects a `IReadOnlyDictionary` as parameter. Wrapping the dictionary in its own non-generic type works around the...