Amrit Rathie

Results 27 comments of Amrit Rathie

I am interested in working on this feature. Is there any information, such as any preliminary design ideas or specific requirements that you have before I attempt it?

No, it's not confusing at all! You've done all the thinking for me! I'll work on this and make a PR in a couple of days. If I have any...

Was this ever implemented? I'd be interested in working on this.

[Rust 1.51.0 was release on March 25, 2021](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html), allowing this change on stable.

This _might_ be fixed by #318, if release tagging is implemented.

This error is caused by the behavior of `Dust` with `Water`. Take a look at these lines https://github.com/MaxBittker/sandspiel/blob/11d838bc07973cf1610dcd28107eece39b5aa178/crate/src/species.rs#L116-L128 These conditions only explicitly define dust's interaction with one other cell species:...

I've [ported the CI to Actions](https://github.com/Spaceface16518/sheep/blob/actions-ci/.github/workflows/rust.yml) and also [enhanced it a bit](https://github.com/Spaceface16518/sheep/blob/actions-ci-enhanced/.github/workflows/rust.yml). It's more of a proof of concept than a push to port things to Actions, mainly because [I...

Aggregations have been disabled (see #62). @pushshift will the `aggs` parameter ever be back?

> I'm 100% open to remove the tokio dependency but I'll not do it while it decreases the performance. I agree, I'm working on performance right now. > By the...