Periwink
Periwink
My compilation fails: ``` called `Result::unwrap()` on an `Err` value: "`PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=\"1\" PKG_CONFIG_ALLOW_SYSTEM_LIBS=\"1\" \"pkg-config\" \"--libs\" \"--cflags\" \"libudev\"` did not exit successfully: exit status: 1\nerror: could not find system library 'libudev' required...
If I open a socket with `Vec` on the server, I get the error: ``` operation was unsuccessful an invalid handle was returned ``` My server code is ``` pub(crate)...
Does the library work on wasm?
Is it possible to get the local ip address used for a NetConnection?
Hi, I was wondering how I could access the `networking_sockets` functions from the Server side. - there is no `networking_sockets()` function on the `Server` struct - there seems to be...
## What problem does this solve or what need does it fill? The `MapEntities` trait (https://github.com/bevyengine/bevy/blob/main/crates/bevy_ecs/src/entity/map_entities.rs#L46) ``` pub trait MapEntities { fn map_entities(&mut self, entity_mapper: &mut M); } ``` requires...
# Objective I have been trying to check for the existing of some plugins via `App::is_plugin_added` to conditionally run some behaviour in the `Plugin::finish` part of my plugin, before realizing...
Hi, Thanks for the crate! My use-case is that I'd like to compute the Euclidean distance from a point to a line. It looks like R-tree could support this kind...
# Objective - Fixes https://github.com/bevyengine/bevy/issues/12597 The current tracing customization option (the `update_subscriber` field) was basically unusable because it provides a `dyn Subscriber` and most layers require a `Subscriber` that also...
Hi, I was wondering if there were any caveats/special handling that is needed for Firefox support. I've had an issue where WebTransport connections get rejected on Firefox. It doesn't seem...