Results 10 issues of Dylan R. Johnston

Hey Staltz, I was wondering if you'd be open to exporting two interface subtypes of `Stream`, one that contains all of the methods that are contravariant in `A` maybe called...

Hey guys, `[email protected]` moved away from a method chaining API to a more static land style API which means it doesn't gel very well with xstream anymore. Would you be...

Hey all, this contains my attempt at writing the bindings for the Hibernating Web Sockets API. I haven't implemented the `setWebSocketAutoResponse` suite of functions yet as I don't have immediate...

Hey all, I've been trying to integrate this library into Bevy for helping managing entity states. However I've encountered some issues with the borrow checker and passing in mutable references...

As mentioned on Discord, I have access to a windows machine but it's not set up as a dev environment and I'm very unfamiliar with windows for development. If you'd...

I've been encountering a weird issue where at certain camera angles portions of the mesh of a blueprinted entity are culled. ![Apr-10-2024 19-19-43](https://github.com/kaosat-dev/Blender_bevy_components_workflow/assets/5708800/fa5b5235-c33b-4c2d-bd79-547205e56d51) Enabling AABB gizmos shows a bunch of...

When saving with the auto export plugin, empty nodes are destructively removed from the scene (cannot be recovered with undo) and the script produces the following error. ``` Traceback (most...

blender add on: gltf_auto_export

Is there any way to force the export each time instead of checking for changes? I'm encountering an issue where repositioning objects in the scene does not cause the auto...

blender add on: gltf_auto_export

Hey all, this isn't exactly a bug, but I was trying to reduce the number of duplicate packages in my project with different versions in an attempt to cut down...

https://github.com/cloudflare/workers-rs/blob/aaf5c672c0830e6637d671b4e70c6251fda0c835/worker-sys/src/types/durable_object/storage.rs#L65-L70 The docs on alarms indicate they're not async https://developers.cloudflare.com/durable-objects/api/alarms/#setalarm.