Valentin Morlock

Results 9 comments of Valentin Morlock

If this is the case, i think there should at least be a way for the frontend to either introspect this or to define a timeout..

It would be great to also implement sin / cos / ... to make calculations with units easier. Right now, we have to do a lot of manual unpacking to...

Thanks a lot for the guidance on using dimensioned with nalgebra. Did someone figure out how to use a "Isometry3" with dimensioned? I think the challenge here is that it...

Both would be fine to me - the value is representing a rust enum that looks like this: ```rs #[derive(Serialize, Deserialize, Clone, schemars::JsonSchema, Eq, PartialEq, Debug)] #[serde(tag = "type", content...

Btw, do you have an idea why the "content" array is typed as "any"?

Hi! Thanks for developing that fix and sorry that I haven't found the time to test it yet. The spec is generated by the library "aide" for rust / axum

I could fix remote-building by adding myself to "trusted-users". The issue with "--build-on-target" persists - any ideas?

Yes that's working fine, I was wondering if there is any way to export a schema file as part of the regular build process started by `cargo build`