markuspalme
markuspalme
@evgenyvalavin I have forked the library and ported it to net6-ios: https://www.nuget.org/packages/Lottie.iOS But of course an update of this excellent library would be better than a fork long-term.
These changes fix the behavior: https://github.com/animustech/angular-gantt/commit/48108cec28174000a32a74aff85cde476c1fbd39#diff-54c74346f92ae0133fd289da2c74da12 Any change to get them merged? Would a PR be appreciated?
This is not a bug in Akavache, but rather in .NET which does not support the latest iOS/XCode. The bug triggers, the first time any ICU code is called. https://github.com/xamarin/xamarin-macios/issues/20257
@empitegayan @ademcaglin I have ported the code over to ASP.NET Core 2.0: https://github.com/markuspalme/Security.HmacAuthentication
@PerryD I have opened an issue in my repository. Let me dig deeper and get back to you there. https://github.com/markuspalme/Security.HmacAuthentication/issues/1
I've gotten it to work with https://github.com/palantir/python-language-server. In order to achieve that, I had to write a server that serves the output of that language server over a websocket (redirect...
Verified the behaviour on MacOS and iOS (`net8-ios` TFM).
Maybe this has the same cause as #787. I could work on a fix, but would like to have confirmation that the current behavior is indeed not the expected one...