Rahuλ Dé

Results 23 issues of Rahuλ Dé

This should enable the use from https://github.com/borkdude/babashka and would be cool AF!

enhancement
good first issue

would be nice to have an async version of invoke. its possible now with returning the response as a stream, but can be styled after aws-api to return a channel.

enhancement

```clojure (docker/invoke containers {:op :PutContainerArchive :params {:id "does-not-exist" :path "/root" :inputStream (-> "test.tar.gz" (clojure.java.io/file) (clojure.java.io/input-stream))}}) ``` This causes the call to hang up indefinitely even when the client timeouts are...

bug

The same way `validate-requests` does in aws-api

enhancement
help wanted

Right now the only runner is the docker runner and going forward we could have more kinds of runners. To make sure they receive the relevant start message, they should...

enhancement
hammock

Since the docker runner is concurrent and the numbers of runs is limited by the machine resources, having more and more jobs in the queue would cause the runner to...

enhancement
help wanted
hammock

This would make it easier for (new) users to quickly spin up a cluster on providers like AWS.

enhancement
work in progress

This would allow users to package mutiple, unrelated and arbritarily nested dirs for build artifacts. https://www.malikbrowne.com/blog/a-beginners-guide-glob-patterns All the files matched with this would be added to the TAR archive then...

enhancement

Learn some UI and/or ask someone for help in building a reference UI for Bob

help wanted
good first issue

Bob should be able to deliver code in a de-coupled way akin to fetching resource or uploading artifacts.

enhancement
hammock