Jacopo Farina

Results 47 comments of Jacopo Farina

I'm implementing a small test game in which one can move a character and see other people moving in the same map, I can publish it freely. However, I found...

I implemented a very simple demo: https://github.com/jacopofar/godot-multiplayer-phoenix-demo It uses Phoenix channels to update the player positions

Do you have examples of that? I'm quite new to GDScript so I'm not sure what's the best way to implement this.

Yeah, I saw it as well and have no idea why it happens. It seems to depend on the direction but I also couldn't find anything strange in the collision...

I had a similar problem running pytest and the ASGI server in the same event loop and found [this solution](https://github.com/miguelgrinberg/python-socketio/issues/332#issuecomment-523886747) don't know if it's useful for you. Still gives some...

This is quite critical when setting up OAuth, since the third party checks the callback URL and complains if it's not a whitelisted one. On Flask I solve this by...

Yes, it's https://steamcommunity.com/sharedfiles/filedetails/?id=104609527

I'm not sure if I understood. Let's say I use the huge word vector file in the download page, built on the Common Crawl corpus. Then I use the program...

Thanks @swen100 it worked for me, using nodejs 18. Weird thing is that fontnik apparently has no releases in the last 2 years after 0.6

`docker logs -f` should do the trick (I don't know why you see it only when it closes, I cannot reproduce the issue). In general, you can attach to a...