Skip to content

Instantly share code, notes, and snippets.

lein deps :tree
[cheshire "5.3.1"]
[com.fasterxml.jackson.core/jackson-core "2.3.1"]
[com.fasterxml.jackson.dataformat/jackson-dataformat-smile "2.3.1"]
[tigris "0.1.1"]
[cider/cider-nrepl "0.7.0"]
[cljs-tooling "0.1.3" :exclusions [[org.clojure/clojure]]]
[compliment "0.1.3" :exclusions [[org.clojure/clojure]]]
[org.clojure/tools.namespace "0.2.5" :exclusions [[org.clojure/clojure]]]
[org.clojure/tools.trace "0.7.8" :exclusions [[org.clojure/clojure]]]
⚡ curl -i http://localhost:8080/clubhouse/
HTTP/1.1 403 Forbidden
Connection: keep-alive
X-Powered-By: Undertow/1
Server: WildFly/8
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 68
Date: Fri, 29 Aug 2014 22:59:34 GMT
<html><head><title>Error</title></head><body>Forbidden</body></html>%
@kschrader
kschrader / gist:742227ad5570fbbdcf92
Created June 22, 2015 18:22
Immutant HornetMQ dependencies
Possibly confusing dependencies found:
[org.immutant/immutant "2.0.2"] -> [org.immutant/transactions "2.0.2"] -> [org.projectodd.wunderboss/wunderboss-transactions "0.8.1"] -> [org.jboss.narayana.jta/narayana-jta "5.0.3.Final"] -> [org.hornetq/hornetq-native "2.4.1.Final"]
overrides
[org.immutant/immutant "2.0.2"] -> [org.immutant/messaging "2.0.2"] -> [org.projectodd.wunderboss/wunderboss-messaging-hornetq "0.8.1"] -> [org.hornetq/hornetq-jms-server "2.4.5.Final"] -> [org.hornetq/hornetq-server "2.4.5.Final"] -> [org.hornetq/hornetq-core-client "2.4.5.Final"] -> [org.hornetq/hornetq-journal "2.4.5.Final"] -> [org.hornetq/hornetq-native "2.4.5.Final"]
and
[org.immutant/immutant "2.0.2"] -> [org.immutant/messaging "2.0.2"] -> [org.projectodd.wunderboss/wunderboss-messaging-hornetq "0.8.1"] -> [org.hornetq/hornetq-jms-server "2.4.5.Final"] -> [org.hornetq/hornetq-jms-client "2.4.5.Final"] -> [org.hornetq/hornetq-core-client "2.4.5.Final"] -> [org.hornetq/hornetq-journal "2.4.5.Final"] -> [org.hornetq/hornetq-
04cc08bddf9c7f7beb831a861fd626a8261536bbd49fd41280e5bbd44acdde625ab34a44e031c46d7e1176aa9932f0c4fbc17fcc7ffd89f2924565dee0ad22531d
@kschrader
kschrader / team_intake_report.py
Created August 26, 2026 14:48
Script for Stories that have been created or moved into a team in Shortcut during the previous day
#!/usr/bin/env python3
"""Report Stories created in OR moved to a Team during a date range, using the
Shortcut v4 API.
Approach (no per-story history calls):
1. GET /api/v4/{workspace}/stories/search with `updated:START..END` to find
every Story touched in the window (a Story created in the window is also
"updated" in the window, so one search covers both cases).
2. Stories whose created_at is in the window and whose team is already the
target Team are "created in team".