babashka/babashka 1713
A Clojure babushka for the grey areas of Bash (native fast-starting Clojure scripting environment)
into-docker/clj-docker-client 153
An idiomatic, data-driven, REPL friendly Clojure Docker client
AWS pod wrapping the Cognitect aws-api library
Pod manifests describe where pods can be downloaded, etc.
babashka/pod-babashka-sqlite3 9
A babashka pod for interacting with sqlite3.
App to access FreedomBox services from Android devices. Read-only mirror of https://salsa.debian.org/freedombox-team/android-app
babashka/pod-babashka-fswatcher 4
Babashka filewatcher pod.
This is what P.G. Wodehouse envisoned. Period.
Configuration and files for FreedomBox infrastructure. Read-only mirror of https://salsa.debian.org/freedombox-team/infrastructure
My (noob) configs
created repositoryparrt/pltvid
A simple library to capture multiple matplotlib plots as a movie.
created time in a day
push eventbabashka/pod-registry
commit sha 9f48e62e8b7ad84e062b15619711a34db52a8894
aws pod v0.0.5
push time in 6 days
issue commentinto-docker/clj-docker-client
Support registries that require authentication
For the record:
(ns dclj.core
(:require [clj-docker-client.core :as d]
[cheshire.core :as json])
(:import java.util.Base64))
(defn b64-encode [to-encode]
(.encodeToString (Base64/getEncoder) (.getBytes to-encode)))
(def auth (-> {"username" "un"
"password" "pw"
"serveraddress" "docker.acme.com"}
json/encode
b64-encode))
(def images (d/client {:category :images
:conn {:uri "unix:///var/run/docker.sock"}
:api-version "v1.40"}))
(d/invoke images {:op :ImageCreate
:params {:fromImage "docker.acme.com/eg:2.1.995"
:X-Registry-Auth auth}
:throw-exception? true})
comment created time in 14 days
issue closedinto-docker/clj-docker-client
Support registries that require authentication
Some registries require authentication, sent in an HTTP header described here: https://docs.docker.com/engine/api/v1.40/#section/Versioning
Perhaps this library already supports registry auth, but I did not see it documented.
closed time in 14 days
AustinCissue openedinto-docker/clj-docker-client
Support registries that require authentication
Some registries require authentication, sent in an HTTP header described here: https://docs.docker.com/engine/api/v1.40/#section/Versioning
created time in 14 days
push eventbabashka/pod-registry
commit sha 568b414e2de1321888d8becc71a2915a56343caa
aws 0.0.4
push time in 15 days
issue openedbabashka/pod-babashka-fswatcher
unwatch should be renamed to stop / remove
unwatch is something different: you give it some paths and it will stop watching those, while still watching the others
created time in 18 days
push eventbabashka/pod-registry
commit sha c53473af84357328e467d35cb2c7522377327e0f
Latest version
push time in 20 days
push eventbabashka/pod-registry
commit sha df0db47b7a956205ee16247d68699c581bd263b3
pod aws v0.0.3
push time in 20 days
push eventbabashka/pod-registry
commit sha e2b4166cc50cf1b84f99e8b667382808231372cf
aws v0.0.2
push time in 21 days
push eventbabashka/pod-registry
commit sha 96fbd97da9281c7937605ccc4cda2af5a830f55f
Add aws pod manifest
push time in 22 days
issue openedbabashka/pod-registry
Release pod-babashka-lanterna 0.0.1
We already have an example:
https://github.com/babashka/pod-registry/blob/master/examples/lanterna.clj
created time in 23 days
issue openedbabashka/pod-babashka-fswatcher
Support watching multiple dirs using a single watcher
(fs/watch ["src" "test"] ...)
and perhaps deprecate the single path argument
created time in a month
startedtechascent/tech.ml
started time in a month
push eventbabashka/pod-registry
commit sha 5720698831672f1d6210a5ef068589744089b451
Fix sqlite example
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 86d3b1d64282136a61e4cd08d0c82dea5232a257
gopath on appveyor
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 8d9f6e0061b383fae0b3a9dda3e388edf90a9394
gopath
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 737b6c0ac9da43b0e329b569e797613705c45752
Appveyor typo
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 23e3f0eeafd243746e4a97df08454b2feaad4f56
Appveyor: gcc
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 4ec2639e7a1c88665cab81cf669875afbf7d1cc6
Appveyor
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 8a3d2bc61ba507371a22dc1aa16da2c9130ecf0a
Add appveyor
push time in a month
push eventbabashka/pod-babashka-sqlite3
commit sha 188195740a41a9dbffadf9acfa83b44269403c57
Enable CGO
push time in a month
push eventbabashka/pod-registry
commit sha e0cd72451b299cab5d80177eaf2af934f58c093f
example
push time in a month
push eventbabashka/pod-registry
commit sha 61c063d07dbf81a2b84ba3dbcfb42d218336f26f
sqlite3
push time in a month
issue openedbob-cd/wendy
Decide and implement pipeline specification format
Decide the pipeline specification format. Most probably TOML (https://github.com/TheElectronWill/Night-Config) or YAML (https://github.com/clj-commons/clj-yaml)
created time in a month
issue commentbob-cd/wendy
native-image compilation is fixed now
comment created time in a month