awb99
awb99
Hi @leonoel ! I think removing depreciated Functions and Macros would help users to use missionary. You could do this for example on a major release where you clearly mark...
(dfn/descriptive-statistics [:min :max :mean :n-values] (map #(+ 2.0 %) (range 1000))) ;; => {:min 2, :max 2, :mean 501.5, :n-values 1000} (dfn/descriptive-statistics [:min :max :mean :n-values] (range 10)) ;; =>...
techml-dataset now brings the namespace tech.v3.libs.clj-transit. tmdjs still contains tech.v3.libs.transit namespace which I believe is fundamentally the same as the one that is now in techml-dataset. Perhaps tmlds should remove...
There is a conflict in timbre and missionary https://github.com/leonoel/missionary That leads to missionary flows crashing when using timbre logging. This is due to a hostname resolution in timbre logging. This...
I made a schema that is using malli.experimental.time. I check if one key is of either local-datetime zoned-datetime or instant. malli/validate is working as it should , explain does not...
I am saving datasets as transit-json. When I create a dataset with a zoned-date-time column and then convert the type to instant and try to save this dataset as transit-json,...
The deps.edn of tmdjs has this dependency: com.cnuernber/ham-scripted {:git/url "https://github.com/cnuernber/ham-scripted" :sha "36b657d7bdf3d6e168cb083897efbfa9021333da"} The clojars artefact does NOT have the dependency, therefore the only way to get tmdjs to compile is...
the generated html files now appear on the git commit history. this makes it difficult to track what was actually updated in the code. I believe there is a way...
When I use aleph http client, at some point I am getting this exceptions in the application log. I dont think it is an issue; I believe they happen after...
[Bug]:
### What version of Datahike are you using? 0.6.1594 ### What version of Java are you using? openjdk 19.0.2 2023-01-17 ### What operating system are you using? GUIX ### What...