-
Updated
May 18, 2020 - Clojure
clojure-library
Here are 114 public repositories matching this topic...
I'm looking to build a terminal app that needs a readline lib, and got here. But I only saw examples of making Clojure and repl related stuff, and not general readline stuff, like rlwrap.
Could you give me some examples or hints to use this lib to build some general readline function, with my own history and completion, keyboard shortcut?
Thanks!
-
Updated
May 30, 2020 - Clojure
-
Updated
Jan 12, 2019 - Clojure
-
Updated
Jul 30, 2019 - Clojure
-
Updated
Jun 9, 2020 - Clojure
Documentation
Would be great if there was a link to some documentation, even if it was just with with https://cljdoc.org. (You can see the auto-generated docs here: https://cljdoc.org/d/graphql-clj/graphql-clj/0.2.7/doc/readme)
-
Updated
Mar 20, 2020 - Clojure
There are some subtle differences between running tests with the mock transport vs running tests using the broker.
One of them for example is the fact that with the mock transport, if you write to a topic which the topology under test doesn't read from, you will get an "Unknown topic" error.
That doesn't happen if you use the broker transport. It's actually not a Jackdaw issue but just rel
-
Updated
Feb 26, 2019 - Clojure
-
Updated
Jan 23, 2015 - Clojure
-
Updated
Jun 15, 2020 - Clojure
-
Updated
Jun 17, 2020 - Clojure
Cool little library.
The examples in the readme and examples directory don't work with version 0.0.4 which is the dependency given in the readme. The readme and simple.clj examples throw null pointer exceptions.
It took me a bit to discover that there's a 0.0.5-SNAPSHOT on clojars that is needed for the examples to work.
-
Updated
Jan 29, 2020 - Clojure
-
Updated
Apr 19, 2020 - Clojure
-
Updated
Apr 19, 2020 - Clojure
-
Updated
May 29, 2020 - Clojure
-
Updated
Nov 8, 2019 - Clojure
Currently unfurl blindly issues an HTTP range request without checking if the server supports them or not. Although servers are supposed to return the full content with a 200 status code if they do not support HTTP range requests, some return a 416 status code instead, and in these cases unfurl should retry the request without the Range header.
(see
-
Updated
Feb 25, 2019 - Clojure
-
Updated
Nov 22, 2017 - Clojure
-
Updated
Apr 16, 2020 - Clojure
List of tasks
- Add wrapper fns for
mutateoperation in theclj_fdb/src/transactions.cljfile. - Add relevant tests for the namespace.
- Add an example in vedang/farstar to show how this operation can be used.
Javadoc for Reference
-
Updated
Jan 11, 2020 - Clojure
-
Updated
Dec 3, 2019 - Clojure
Improve this page
Add a description, image, and links to the clojure-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clojure-library topic, visit your repo's landing page and select "manage topics."
I'm trying to stick some information to the bottom of the page, e.g. a (variable sized) table with some items and a small summary with the sum of their values after the table, but in the bottom of the page the table ends.
I couldn't find anything about this through the documentation, is it possible? is there any workaround?