Craig Ostrin
Craig Ostrin
Not sure what I've messed up. It works fine until the character gets to the first Point on the Path2D, and then it gets stuck. I've got a simple path...
This would be especially helpful if you've changed some directory names, so Warp stops suggesting folder names that no longer exist.
I just ran into this and I'm also confused why it's an error in the first place. My situation is basically: **Foo.gd** (autoload) ``` extends Node static func foo(): pass...
Yeah, that's correct. I have the same functionality enabled in Rectangle and it doesn't affect Godot. Thanks for taking a look!
@fennifith Hey, thanks for taking a look. I’ll try your suggestions and let you know what happens.
> Rebuild the images with `DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build --no-cache` to make sure this isn't a caching problem, then try `DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose up` again Yeah, getting the same error...
> If all else fails, it should be possible to just run the API outside of the container by setting the following in `.env`: > > * `DATABASE_URL="postgresql://nomads:nomads@localhost:5434/nomads?schema=public"` > *...
Oops, egg on my face 😅 Yeah, I hadn't copied the `client/.env`. Now I can log in with the `[email protected]` seeded user. 👍🏻 > As for `yarn prisma:migrate` - that...
I tried @Jackie's fix [from Discord](https://discord.com/channels/1070731899317796974/1275070026046505021) and it worked! > A better way to solve the permissions issue with the Postgres volume is to use a named volume instead of...