Zachary Tong
Zachary Tong
--path is a required flag at the moment, but Athletic should default to the current working directory if none is provided by --path.
Currently, if you try to request too much memory for the queue and allocation fails, we throw an OOM panic. That's pretty unfriendly :) Instead, we should return a `Result`...
Should detect when a parent or child is being queried (e.g. when using has_child, etc), or when trying to to query a field that is mapped as a child. By...
Long running queries (or queries with a lot of data to return) seem to do nothing. Need to implement a spinner and gray out the background slightly to signal that...
I admit defeat :) Continuing this question from IRC...I've been unable piece together how to appropriately use Owned. I'm not familiar enough with capnp or Rust lifetimes to work out...
Hi all! First, thanks for creating RayOpt, it looks like a wonderful library! I'm looking forward to playing around with it. I had a few questions around how the optimizer...
Hi there! Stumbled on AutoOED recently and it looks to be a great fit for what I need. I'm attempting to run a manual experiment and use AutoOED to help...
Thanks for xgo, this looks really great! I was curious if MIPS support is possible? The 1.6 release notes mentioned that `linux/mips64` and `linux/mips64le` were now experimentally supported: https://golang.org/doc/go1.6#ports. I...
So the indexing class and associated operations are getting messy inside, and the external API syntax is starting to become unwieldy. Most of the problems stem from batch processing -...