Comment on
what debugging regex feels like
Just pop them into regex101 or a similar tool, add sample data, see the mistake, fix the mistake, continue to do other stuff.
Comment on
what debugging regex feels like
Just pop them into regex101 or a similar tool, add sample data, see the mistake, fix the mistake, continue to do other stuff.
Comment on
New to Godot, challenging myself to make a prototype in a weekend. Am I doing things correctly? Godot 3.6
Im curious why did you pick 3.6 over 4.4 or 4.x?
Comment on
Wie ist der aktuelle Status von feddit.de?
Reply in thread
Kann man irgendwie die abonnierten Communities mitnehmen?
In den Profiel Einstellungen, ganz unten unter "Einstellungen Importieren/Exportieren". Wenn das Web Frontend nicht geht kann man auch direkt über die API exportieren: https://feddit.de/api/v3/user/export_settings
Comment on
Voyager constantly crashing
13 minutes from crash report to deployed bug fix. That is an insane response time @[email protected].
Comment on
Fun Activites and Sidequesting Adventures to do
Reply in thread
If you are interested in open street maps, then you might want to check out the StreetComplete app. It will give you various quests to complete and achievements to unlock.
Comment on
Voyager constantly crashing
Reply in thread
He is talking about the space probe https://en.wikipedia.org/wiki/Voyager_1
Comment on
Where have you suffered some performance penalties using GDScript, and what was the fix? Was it to rewrite it in C#?
If you come from rust you might want to consider using https://godot-rust.github.io
Comment on
*Permanently Deleted*
Reply in thread
So you can ask them what they are passionate about outside of work. Something like:
I'm really into reading sci-fi books. Is there anything you are passionate about outside your work?
Comment on
[Help Me] Workflow in team with Godot and Git - uid nightmare
Are you committing the import .import files? These contain the import settings for assets, as well as the uids the engine assigned to them.
Comment on
Voyager constantly crashing
You should open the issue with crash data as the app says, everything else is just a guessing game...
Comment on
GDExtension can load resources in editor but not when exported
You have to add custom file extensions to your export config or they won't be included in the exported bundle.
Comment on
Notifications aren't working
As others have said, there is no push notification support from Voyager or Lemmy. But you can subscribe to an RSS feed of your inbox and use some RSS reader to get notifications about new messages.