-
Nice work! I have implemented platform-neutral cryptographic [hashing](https://github.com/ghubber/hasch) for my [distributed repository system](https://github.com/ghubber/geschichte) and have just tri…
whilo updated
10 years ago
-
I have been hoping for jinteki to support the sealed format from www.anrsealed.com for a while. Primarily this would require supporting the ID's from the website. This has been discussed before and wa…
-
I don't know if this is behaviour is intended, but it looks a bit odd to me.
Every time I create a new item `om-sync` sends the entire list of items to the backend.
This is because the edn message to …
-
I've been following along the README and playing around in the REPL. I've gotten hung up trying to get the "Runtime validation of EDN to Scala" section to work for the case class examples.
For instan…
-
**Describe the bug**
The command below doesn't work at all
**{{query (between created-at today tomorrow)}}**
**To Reproduce**
Steps to reproduce the behavior:
1. To enable [[block timestamps]] …
-
## Currently
Findings and other clj-watson messages are written to stdout.
(And interesting logging from deps is written to stderr).
This seems fine for unformatted output types `stdout` and `st…
lread updated
2 months ago
-
Hi, I was curious if it was possible to avoid keyword values from being cast into strings for the return model on-change?
`{:my-key :my-value}` will always be changed to `{:my-key "my-value"}` even…
-
First check which of the 2 json decoding libraries is the best to use. Feeling is that jsonista is the best choice but confirm this before proceeding.
https://www.juxt.pro/blog/json-in-clojure
-
I'm not a cljs expert, but from my understanding edn-xhr allways expects a body. edn/read-string throws an exeption otherwise.
Since typical put/post requests do not have a body (e.g. they respond wi…
-
At the moment #include works by reading the config on the file:
https://github.com/juxt/aero/blob/1749e71f327d94805fdbb50d0cbbd692f696997d/src/aero/core.cljc#L86
This breaks #ref that are in anot…