Alistair Roche
Alistair Roche
Hey guys, I'm using ankha to inspect a map, where some of the values are sets:  But I can't expand the sets to see inside them. Notice how the...
On master, when I tried out this snippet from https://github.com/dakrone/clj-http/tree/master#debugging: ``` (client/get "http://example.org" {:response-interceptor (fn [resp ctx] (println ctx))}) ``` I got this: ``` #error { :cause "No matching method...
Hello! I get these errors when I try to connect to my Windows 10 machine: ``` GLOBAL: RdpError(RdpError { kind: Unknown, message: "CAPABILITY: Unknown capability CapstypeShare" }) GLOBAL: RdpError(RdpError {...
Hey @Engelberg, I completely agree with your rationale, and tried porting some of my code to use better-cond. It became better. The only problem I had was with Cursive support....
Hi @thegeez! How come you have a `conn` and a `local-conn` that both get transacted on when e.g. the db function `remove-item` is called?
Hello! Is there a way to add docs for the method implementations in `defrecord`? Right now I just have a big block of comments before the `defrecord` expression, which is...
Hi, I'm trying to do a query using lookup refs, using an input variable in the lookup ref, like this: ``` clj (d/q '[:find ?e :in $ ?client-squuid :where [?e...
### Steps to reproduce 1. Plug in Ubertooth One 2. Run `ubertooth-util -c1` 3. Run `ubertooth-util -c` ### Expected behaviour I expect the output to contain `(Bluetooth channel 39)` ###...
Hi! I'm using https://github.com/cljsjs/packages/tree/master/react-day-picker, and Chrome complains about not being able to parse the source map. I've tried updating the package to include the source map (downloading and moving it...
So I recently found out that I can't log `SerdeValue`s to `slog-term`'s drains. Would you be open to PRs implementing support for it?