Abby Bryant

Results 5 issues of Abby Bryant

These following test cases fail on `gdnative = "0.10"`: ```rust #[test] fn test_godot_transform2d() { use std::f32::consts::PI; let position = Vector2::new(250.0, 150.0); let rotation = PI / 4.0; let transform =...

bug
c: core

I am writing a chat bot that uses DMs as its main interaction. I was facing the problem that a message sent to a bot from a DM was not...

This should close #915. This PR fixes a bug in the Transform2D constructor where the position was rotated around the origin.

bug
c: core

I believe these lines are causing my container to be deleted from Docker when it crashes on startup. https://github.com/kreuzwerker/terraform-provider-docker/blob/3d4f20d5e4eabfb8583874a8b047bacb6c784fe8/internal/provider/resource_docker_container_funcs.go#L620-L625 This makes for a difficult debugging experience because I don't get...