Oliver Dew
Oliver Dew
I'm migrating a project from Swift 2.2 to 3. In the Operations framework, it made use of UserNotificationCondition and RemoteNotificationCondition. These aren't currently present in ProcedureKit, are there any plans...
## Brief Description Each parameter gets included twice in the rendered output ## Steps to Reproduce 1. Find a method with parameters, and use Xcode's "Add documentation" shortcut to create...
Usecase: Sometimes you want to have multiple snapshots in one test function. Currently this isn't possible as PixelTest only disambiguates the files by filename, function name, and image size. For...
If you compare how an asymmetrical model appears in MV with Bevy, when loading via bevy_vox_mesh, the model is flipped on the x axis. eg: the monu1 model that ships...
The docs for `transform_point` on `Transform` and `GlobalTransform` contain mistakes. The latter has the line: > This moves `point` into the local space of this [`GlobalTransform`]. https://github.com/bevyengine/bevy/blob/eca7924bb44fdf28664f5ae82dea7ea4e44f08b6/crates/bevy_transform/src/components/global_transform.rs#L188 similarly Transform states...