Tom Bazarnik
Tom Bazarnik
Hi, When I edit a todo resource and send a `PUT /todos/200` request, it works and returns the updated fake JSON data. ```json { "id": 200, "title": "edited title", "userId":...
I'm currently enjoying and using `gpr-docker-publish` for some blog project. It is working pretty well. This morning I suddently runned into a [strange issue](https://github.com/tommywalkie/blog/runs/557657789?check_suite_focus=true#step:4:969) when **pushing a successfully built image...
## 📣 UPDATE 1 (19/05/2020) Actually successfully compiled Rust source and exported for iOS in https://github.com/tommywalkie/sample-godot-rust-app/commit/441b1a4f725e1cf534ac16f79295b955e62617d6, using a fake Apple Team ID `123456789`. Of course there are big caveats :...
**Remote secure code signing** is a desired planned feature for **2.0 (stable)** milestone. Currently it already works for Android but `sample-godot-rust-app` may support other platforms in the future. By default,...
Most likely related with https://github.com/godotengine/godot/issues/527 and https://github.com/godotengine/godot/pull/11342. After building the Linux Godot game, the Ubuntu-based Github runner uploads a `.ZIP` artifact. When downloading the artifact and testing the executable on...