Tootfinder

Opt-in global Mastodon full text search. Join the index!

@migueldeicaza@mastodon.social
2025-11-14 22:04:28

I shrank down SwiftGodot for those that just want to expose APIs to Godot, but do not need to control Godot, and added a template that you can use to make your own:
This leverages the new "barebones" SwiftGodot work:
github.com/migueldeicaza/Swift

@Schrank@phpc.social
2026-02-05 06:51:15

A Shopware 6 plugin failed because it used a relative path to load a file from vendor/, which broke in a deployer setup where custom/plugins is shared across releases. Since plugins can live in different locations, such paths are unreliable. The fix is to use kernel.project_dir and build the vendor path dynamically via DI. Read the full blog post to learn how.