dcj/ansible-kubeadm-cluster 47
An Ansible playbook that implements http://kubernetes.io/docs/getting-started-guides/kubeadm
A build tool for Clojure designed to not set your hair on fire.
Clojure translation of lenskit-hello sample app
SSH commands via jsch
dcj/Clojure-GeoSpatial-Study-Group 1
Clojure Spatial Analysis/GIS Study
ClojureQL is superior SQL integration for Clojure
A Clojure client library for Factual's Places API.
Ansible Role - Java.
This repo is no longer maintained, see:
Java program stub for Coursera Introduction to Recommender Systems Programming Assignment 2
startedmdbergmann/cl-gserver
started time in 6 hours
startedsbz/freebsd-commands
started time in 6 hours
starteddvyukov/go-fuzz
started time in 10 hours
startedgoogle/gofuzz
started time in 10 hours
startedinetaf/netaddr
started time in 10 hours
startedFrauBSD/nsadmin
started time in 12 hours
startedThreeTen/threeten-extra
started time in a day
startedjrm-code-project/LISP-Machine
started time in a day
startedJetBrains/skija
started time in 2 days
fork phillord/lsp-mode
Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
fork in 2 days
startedhome-assistant/core
started time in 5 days
created repositoryseancorfield/test-repo
This is a scratch repository to test out GitHub-as-Maven-repo
created time in 6 days
startedbrightin/pottery
started time in 7 days
startedphoe/damn-fast-priority-queue
started time in 8 days
startedyannvanhalewyn/boyscout
started time in 8 days
stream processing library for formal power series and generating functions
fork in 8 days
issue commentdakrone/clj-http
Async connection manager doesn't support Keystore.
Ah good find! I was able to reproduce this locally.
It appears the Async Connection Manager is mistakingly using the non-Async Registry builder which causes this issue.
comment created time in 9 days
issue closedjenv/jenv
Update to 0.5.4 on macOS Big Sur fails (using brew)
Updating jenv to 0.5.4 with homebrew fails. Tested on MacOS Big Sur.
==> Upgrading jenv 0.5.3 -> 0.5.4 ==> Downloading https://github.com/jenv/jenv/archive/0.5.4.tar.gz ==> Downloading from https://codeload.github.com/jenv/jenv/tar.gz/0.5.4 ######################################################################## 100.0% Error: Your CLT does not support macOS 11.0. It is either outdated or was modified. Please update your CLT or delete it if no updates are available. Error: An exception occurred within a child process: SystemExit: exit
Current workaround is to pin jenv with
brew pin jenv.
closed time in 9 days
kDotissue commentjenv/jenv
Update to 0.5.4 on macOS Big Sur fails (using brew)
Problem disappear after upgrading xcode command line tools.
comment created time in 9 days
issue openedOpenRefine/OpenRefine
project.getMetadata().getPreferenceStore() returns empty preference store
These two lines return different things:
PreferenceStore prefStore = ProjectManager.singleton.getPreferenceStore();
PreferenceStore ps2 = _project.getMetadata().getPreferenceStore();
The second one appears to return a preference stored which is initialized with the default entries, but none of the user's current preferences. We should either remove the method so that it's not misleading or have it return something useful.
created time in 9 days
PR opened dakrone/clj-http
Refactors the internals of clj-http.conn-mgr to create SSLContexts identically for both Regular and Async connection managers.
These changes are extracted from https://github.com/dakrone/clj-http/pull/561
Fixes #572
pr created time in 9 days