David Aronchick

Results 166 issues of David Aronchick

We need the below, but we also need # of jobs all time, and first and second derivatives

``` // TODO: Fix if when we care about optimization of memory (224 bytes copied) ``` https://github.com/filecoin-project/bacalhau/blob/fba8654baa6fbd9daa9b7df838c8adc138c06536/pkg/executor/docker/executor.go#L309

Basically, so we can shard stable diffusion over a bunch of nodes to demo sharding goodness without blowing our budget.

Problem is that you can't move across volume mounts - and what we do today (copy) will double the necessary requirements for moving data/etc from inputs to outputs. If this...

``` // TODO: Unblock when we can figure out how to check the existence of the image ``` https://github.com/filecoin-project/bacalhau/blob/b3b548f9af4c78aba961bc72061fc63513c70bd9/cmd/bacalhau/utils_test.go#L136

``` // TODO Check gocritic regularly to see if they support generics (finally) ``` https://github.com/filecoin-project/bacalhau/blob/2f588c64879f64c1024e43100e83c2fc172697b3/.golangci.yml#L69

Take something like "STDOUT" - it'd be much easier to program against it if we were able to merge it as a top level object so you didn't have to...

Inbound fields could result in a DOS - e.g. if i have an entry point that's 1GB

We should do a test to see if a docker image exists and give them a pretty error ``` Status: '[QmYgxZiy] shard: b0609eab-5439-4124-94c0-d6be60de20f6:0 at state: Error error completing job due...

``` // TODO: We should be checking for the last event of a given type, not the first, across all shards. ``` https://github.com/filecoin-project/bacalhau/blob/e6bb8d81876abbab2cd8743e17fe735e440d72b6/cmd/bacalhau/utils.go#L533