Caio Queiroz
Caio Queiroz
Just adding the LC_RPATH by install_name_tool didn't worked for me 😞 Has anyone using macOS managed to solve this problem?
> @caioq We managed to get it working by modifying the following in the `backend/Makefile` file: > > ```diff > run: > - go run server/main.go > + go run...
I think it's a great idea to follow the same template approach as the backstage scaffolder. Using templates as yaml files we could add spec definitions to standardize the questions....
> The current implementation assumes all repositories belong to GitHub, which is incorrect. We need to decouple `GitExtractor` plugin from specific data source platforms like GitHub and GitLab. > >...