abelanger5
abelanger5
Hey @acountrec, thanks for checking out Porter! You have to increase your DigitalOcean droplet limit from the DO console. If you click the **Settings** tab in the DO console, and...
Thanks @xXKynarethXx! We'd definitely love to support other cloud providers as soon as we can -- I think the next one to tackle is Azure, but if there's enough interest...
> I can create a pull request if needed, just add `CGO_ENABLED=0 GOOS=linux GOARCH=amd64 ` to `.air.toml`. Hey @ericjee, thanks for the bug report! I believe `CGO_ENABLED` must be set...
I just ran into this as well, the `panic` is definitely unexpected behavior. It could be nice to have a method `Has`, for example `HasTransactions() bool`, to check whether they've...
Partially fixed by #108, particularly: > Execute different steps with the same input in parallel. For `Execute the same step with different inputs in parallel`, we are still working on...
Hey @thatsk, thanks for the report. Looks like a similar issue to https://github.com/golang/go/issues/58550. Are you able to build the Hatchet binaries from source? Via: ``` go build -ldflags="-w -s -X...
Thanks for the report @leosunmo! Working through these issues this week, will keep you updated. Some comments: > Running `hatchet config set-team` then results in an index out of range...
Thanks @leosunmo, really appreciate it! A GitLab integration would be great -- think we'll need to consolidate the Github functionality and create a `VCSProvider` interface that abstracts the VCS methods,...
Sounds great! I just created a draft PR ( #43 ) to implement the abstraction as it's a pre-requisite to building out Gitlab support. Let me know what you think...
Hey @adamryczkowski, the empty hostname likely means that you haven't set the `HATCHET_CLIENT_TOKEN` environment variable. And could you share the version of the Python SDK you're using? I believe we...