Alex Suraci
Alex Suraci
Should this be opt-in? Fetching all the links all the time is probably expensive. Also probably wise to do a `HEAD` request first so we don't end up downloading large...
this is currently overridden at build time - perhaps it should be bumped in code as well?
We have a Mailgun account now. wat do? * [ ] Set up a mailing list for security team to publish notices and release info to https://documentation.mailgun.com/en/latest/user_manual.html#mailing-lists
sort of like `brew doctor` `bass --check`? see https://github.com/vito/bass/issues/232#issuecomment-1226010949
This is nowhere near ready but I wanted to put a PR up early. * Adds an endpoint for initializing a client session. * `dagger.Connect` now initializes a session and...
fixes #3739 * track bootstrap SDK version in separate Go module * move mage code under magefiles/ so it can be optionally run with its own go.mod/go.sum without clashing with...
We currently expose this API: ```graphql type Container { exitCode: Int } ``` ...but the only possible value returned here is `null` or `0`. If the command exits nonzero Buildkit...
### What is the issue? If I try to get the `size` of a file that's larger than max int32 (2147483647 bytes or ~2.14GB), I get an error. The [GraphQL...