Skip to content

Instantly share code, notes, and snippets.

@axelbdt
axelbdt / dashboard.clj
Created December 16, 2023 15:17 — forked from jacobobryant/dashboard.clj
Internal dashboard code being used in yakread.com
(ns com.yakread.report.dashboards
(:require [com.biffweb :as biff]
[clojure.string :as str]
[cheshire.core :as cheshire]))
(defn debug [x]
[:pre (with-out-str (biff/pprint x))])
;; slight modification of clojure.core/distinct
(defn distinct-by