-
as Arnaud pointed out the current `validate-events` function has a bad signature.
https://github.com/samsara/samsara/blob/master/clients/clojure/src/samsara/client.clj#L79
This function was meant to…
-
as the title states.
it seems to me that this happens since the `inf-clojure-program` variable used for this mode
is obsolete in `inf-clojure`.
I managed to fix this by changing the `define-de…
-
`lispy-clojure` appears to be pre-processing forms to be evaluated, which causes unexpected behaviors:
### let bindings escaping into "global namespace"
This is probably the most serious of these …
-
When I run lein cloverage with [lein-cloverage "1.0.2"] I'm getting the following exception:
Exception in thread "main" java.lang.IllegalArgumentException: Unable to resolve classname: TaskTuple, com…
-
Some Unity API methods depend on them:
- [TerrainData.GetDetailLayer](http://docs.unity3d.com/ScriptReference/TerrainData.GetDetailLayer.html)
- [TerrainData.SetDetailLayer](http://docs.unity3d.com/Sc…
-
I have discovered that when my onchange handler on an input elementet that uses prn to debug, was fired many times.
That will raise an exception
```
java.lang.RuntimeException: Agent is failed, need…
-
## Initial state
`src/oversized.clj`
```clojure
(ns oversized)
(def stationary true)
(def migratory true)
```
`src/splinter.clj`
```clojure
(ns splinter)
```
`src/external.clj`
```clojure
…
-
After starting to use the :json-error-fn, I found about the following happening when logging http-related stuff:
```
[{:type com.fasterxml.jackson.databind.JsonMappingException
:message "(was ja…
vemv updated
7 months ago
-
## Observation
While working on moving some cljdoc and cljdoc-analyzer shared code to its own project, I accidentally left in an `(s/check-asserts true)`.
Cljdoc-analyzer had always, if only accid…
lread updated
2 years ago
-
Richard Loveland (rmloveland) commented:
Just ran through the examples as part of reviewing cockroachdb/docs#5028.
We should consider making the instructions a bit more idiomatic for Clojure users …