frag

Results 23 issues of frag

Running this demo (no changes made) https://github.com/jcornaz/heron/blob/main/examples/demo.rs I get this ``` thread 'Compute Task Pool (0)' panicked at 'assertion failed: proxy.aabb.maxs[dim] >= self.min_bound', /home/frag/.cargo/registry/src/github.com-1ecc6299db9ec823/rapier3d-0.11.1/src/geometry/broad_phase_multi_sap/sap_axis.rs:55:13 ```

to-investigate

I am writing some code from the shape example. Basically, I have a component that uses DDS on behalf of internal apps and other components. So I have created one...

IMHO this would allow DataReader and DataWriter to be wrapped in `Arc`

``` error[E0599]: no variant or associated item named `Overflow` found for enum `IntErrorKind` in the current scope --> rtsp-2/src/header/types/content_length.rs:199:27 | 199 | IntErrorKind::Overflow => Ok(Overflow), | ^^^^^^^^ variant or associated...

In the mutation trait i have a variable that awaits for a mutex like below ``` #[Object] impl MutationRoot { async fn foo(&self, ctx: &Context

question

I am using hyperlocal and hyper-tungstenite to have a websocket over UDS. For a client to access such websocket I currently proxy the websocket to localhost with something like `socat...

I hope I am not posting in the wrong place. Is is possible to add an example in which one wants to call a C++ class method that, in turn,...