callym
callym
In the [documentation](https://docs.rs/cgmath/0.16.1/cgmath/trait.Transform.html), the sentence `A trait representing an affine transformation that can be applied to points or vectors. An affine transformation is one which` is cut off. I'm not...
It looks like [ThunderLoom](https://github.com/ThunderLoom/ThunderLoom) has a way to use more standard weave patterns, but uses the same BRDF as the current cloth material? I've got a teeny bit of experience...
Hi - I know it's not mining-related as such, but was wondering whether it'd be possible to integrate [Vast.ai](https://vast.ai) like with MRR?
It'd be nice if the `.dfstock` files generated from saving stockpiles could somehow be human-readable/editable instead of a protobuf dump - like how the professions files that are generated are...
## Description I use the [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) addon a lot, and it'd be super great if there was a way to integrate it with Sidebery - ideally it'd be able...
Should we add a custom derive for the `Actor` trait? ```rust #[derive(Actor)] struct SumActor; ``` Which expands to: ```rust impl Actor for SumActor { type Context = Context; } ```
I implemented a `#[handler]` macro to allow you to tag functions as a handler for a type, and generate the necessary code implementing the `Handler` trait for the type. Is...
Hi, I'm currently suddenly getting a lot of this error repeated in the console: ``` WARNING: Problem killing bash screen desktop_cpu00: Cannot convert the "System.Object[]" value of type "System.Object[]" to...
Hi, I updated RainbowMiner and it did all the benchmarking etc and has created all the rigs on MRR and all looks good there. I've noticed that it keeps going...