flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.2K
active users

#indiedev

282 posts234 participants23 posts today

Today was a productive morning 😍💻 I’m really having fun building Post Split! I refined a lot of the SwiftData logic in the background and it should work without crashes and other issues now. You can add and remove hashtags or hashtag sets, reorder hashtags in a set. Once added you just quickly select the set you want to add to a post and you’re done. Let me know what you like or dislike and send me a DM, if you wanna get added (1/2)

found, not really a bug, an interesting behavior in C# and @godotengine

When parsing JSON, an int gets pared to a float. Which probably makes sense, since everything in Javascript is a float anyways.
But that then breaks the ulong parsing with a wrong format. Don't know if this is a new 4.4 behavior or if it was always this way. In any case it took me a while to find this bug in my code.

#csharp #godot #gamedev #indiedev #Godot4 #programming #programmingtips