Results 101 comments of Brian Ginsburg

We did some investigation and this issue is likely due to Bacalhau removing support for embedded IPFS: https://github.com/bacalhau-project/bacalhau/issues/3816. For the moment, the fix is to pin to Bacalhau `v1.3.2` which...

> Didn't the deprecation of embedded IPFS happen in v.1.4.0, which currently isn't compatible with LP anyways? That's correct. Embedded IPFS has been removed as of `v1.4.0`. Version `v1.3.2` still...

@arsen3d how can we test this change? We have a client in `run-cowsay-onchain.ts` that has a `runCowsay` helper function, but it's not clear to me how this helper method works:...

> I don't think its a good ideat to add binary in the codebase this PR has increased nearly 100m capacity. Yes, agreed. As discussed internally, it comes out to...

Closing this PR for now. We can revisit in the future if we decide to add this type of bundling.

We discussed this issue earlier today and have a theory about it. The CLI run command receives and handles messages from previous job runs that were abandoned. The intent is...

Hey @CodingJzy! 👋 Apologies for the delay responding. This issue might be from Bacalhau removing support for embedded IPFS: https://github.com/bacalhau-project/bacalhau/issues/3816. Do you recall which version of Bacalhau you were using?...

We might also want to rename the task here to `chore` instead of `fix`. Displaying a warning message is not a bug, the change here is more of a clean...

Awesome, thanks! We should definitely handle this situation better. 💯 Our planned module benchmarking process may help out because we will have a enforced relationship between a git ref and...

We should consider removing the Bacalhau executor integration out of `pkg/data` into `pkg/executor/bacalhau` alongside the executor. At the time of writing, we also use Bacalhau for it's embedded IPFS, so...