Rudi MK
Rudi MK
Yeah. I think I might be able to submit a PR for this, given a day or two. Not having inline models is a problem. On May 9, 2014 11:28...
Sorry I'm late to this discussion! I'm planning to use Huginn to monitor Docker container clusters. Whenever a container stops, the custom agent I'm writing emails me, and it continually...
@alias1 Yep, absolutely! Nailing the agent as we speak ;)
Hey @flobaader & @lenn4rd - I'm sorry for the trouble! I was supposed to look into [this PR](https://github.com/porter-dev/porter-charts/pull/171) but I was out sick for a few days. I'll be sure...
Hey, Dr. Stein, Harald. So just wondering - what's the latest on the API? I was writing a mobile app to demo at Droidcon India, using our cloud platform for...
Ah, okay. Well, now I remember I'd seen the Android app in the repo, but I'd totally forgotten about it. I was thinking more of a mobile app that allows...
I think I might have figured it out - I can set up concurrent schedulers, and just change their timezone - the way it's done in #22. Do you think...
Won't this be `do.all_active_droplets()` instead of `do.all_active_droplets`?
@abelanger5 think we have an extra `'` for building `hatchet-admin` and `hatchet-cli`, right after the `alpha.1` part. This worked on my lab server: ``` go build -ldflags="-w -s -X 'main.Version=v0.1.0-alpha.1'"...
> Hey @thatsk, thanks for the report. Looks like a similar issue to [golang/go#58550](https://github.com/golang/go/issues/58550). > > Are you able to build the Hatchet binaries from source? Via: > > ```...