Jamie Brynes

Results 18 issues of Jamie Brynes

After #134 lands, the completion logic for a future is always ran on a new thread. A user may want to have this run on their own thread pool. Or...

🔎 investigation

Like https://github.com/serde-rs/serde - the serialisation API surface area is known and well defined

🔎 investigation

As part of https://github.com/jamiebrynes7/spatialos-sdk-rs/issues/107, the idea of code generator plugins was brought up. This issue should track this particular use case and possible solutions. - Plugins using WASM, or some...

✨ feature
🔎 investigation

Currently CLI downloading is only implemented for Windows and MacOS since there are installers for those OSes. For Linux we can grab the binary directly, put it _somewhere_ and `chmod...

✨ feature

Currently, the only way to create generated types is to use the object initializer syntax (or at least that's what its called in C#). Instead, we should provide a constructor...

✨ feature

Error handling needs to be fleshed out in the SDK crate - most places use `Result` as the result type - which is fine for debugging purposes, but we likely...

✨ feature
🔎 investigation

Constructing component updates is pretty verbose right now: I.e. - ``` improbable::PositionUpdate { coords: Some(improbable::Coordinates { x: angle.sin() * 10.0, y: 0.0, z: angle.cos() * 10.0, }), }, ``` vs...

✨ feature

In the `Spatial.toml` config - we have access to all the `schema` paths where components can be defined. This means that we can exclude random draws that collide with existing...

✨ feature