Filip Navara

@filipnavara
238 Followers
279 Following
326 Posts
Rocket surgeon
GitHubhttps://github.com/filipnavara
@xoofx I have mixed feelings about this. Wish you the best in the next endeavors though!
It's been a while, but #unoplatform now has an updated version of the Uno Calculator for #linux. It's published on the #ubuntu snap store: https://snapcraft.io/uno-calculator. It's also available on the web here using #webassembly, it's already using #dotnet 8: https://calculator.platform.uno.

#JetBrains is running a 65% off the first year for #JetBrainsRider. That’s $4/mo! 😱

We also offer perpetual fallback licenses. This should get you into the #dotnet 8 era for development on #Windows, #Linux, and #macOS.

Rider supports #aspnetcore, @avaloniaui, #MAUI, #Unity, and other .NET stuff.

Check it out before firing up the grill for Labor Day. πŸ‡ΊπŸ‡ΈπŸŒ­πŸΊ

#software #development

https://www.jetbrains.com/store/#personal

Monthly and yearly plans with JetBrains Toolbox

JetBrains
@thomasfuchs You really want to use Xcodes.app to update Xcode... https://github.com/RobotsAndPencils/XcodesApp
GitHub - RobotsAndPencils/XcodesApp: The easiest way to install and switch between multiple versions of Xcode - with a mouse click.

The easiest way to install and switch between multiple versions of Xcode - with a mouse click. - GitHub - RobotsAndPencils/XcodesApp: The easiest way to install and switch between multiple version...

GitHub
I have been chasing this Android(X) issue for 3 days, but I emerged victorious... https://issuetracker.google.com/issues/37124582
Google Issue Tracker

@mandel_macaque I mean, what do you expect from someone who builds their own runtime and diagnostic tools?! πŸ˜‰
@mandel_macaque There were too many branches for me to keep track, so I started using the thread as a way to bookmark them. πŸ˜… I had/ve most of them built locally for prototyping weird stuff...
GitHub - rolfbjarne/xamarin-macios at managed-static-registrar-004

Bridges the worlds of .NET with the native APIs of Mac, iOS, tvOS, and watchOS. - GitHub - rolfbjarne/xamarin-macios at managed-static-registrar-004

GitHub

I just learned from Marc Gravell that these are false:
Version.Parse("6.0") >= Version.Parse("6.0.0")

Version.Parse("6.0.0") >= Version.Parse("6.0.0.0")

And these are true:
Version.Parse("6.0.0") >= Version.Parse("6.0.0")

Version.Parse("6.0") < Version.Parse("6.0.0")

Version.Parse("6.0.0") < Version.Parse("6.0.0.0")

I'm gonna need more coffee.

Ever needed to analyze GC heap of MonoVM process (eg. net7.0-ios/android app deployed to device/simulator, using MAUI, Uno or Xamarin API)? Got you covered with this highly experimental tool - https://github.com/filipnavara/mono-gcdump #dotnet
GitHub - filipnavara/mono-gcdump

Contribute to filipnavara/mono-gcdump development by creating an account on GitHub.

GitHub