-
Original [issue 44](https://code.google.com/p/counterclockwise/issues/detail?id=44) created by laurentpetit on 2009-12-09T15:37:14.000Z:
Make it more performant (no more hangups) and in line with enc…
-
I have been thinking about variadic arguments with a goal of making the `itertoolz` API "just work" in a way that is user-friendly and intuitive. I am proposing a uniform API that allows functions to…
-
I realized something yesterday about `transduce` that has bothered me for a long time. Every time I use it I pretty much make a custom transducer function but the accumulator function and the initial …
-
There seem to be several libraries (mine included) from 1.5.7 and before that "embraced" the simplicity of the old dataset implementation (a map of {:col-names ... :rows ...}).
Moving to the core.…
joinr updated
6 years ago
-
The documentation for snippets shows how to join snippets together in clojure code. But Im wondering if its possible to do something like this:
```
-- :snip where-user-id
WHERE user_id = :user-id
```…
-
I have my Figwheel configured as follows:
```
:figwheel {:destroy labelizer.server/stop-server
:init labelizer.server/start-server}
```
This means that when I start `lein figwh…
-
I'll be updating this issue as I tease it out, but I think something in the following chain of functions fails when the source markdown is too long:
1. `md-to-html-string`
2. `parse`
3. `as-hiccu…
-
- [x] I have read the [Clojure etiquette](https://clojure.org/community/etiquette) and will respect it when communicating on this platform.
**version**
clj-kondo v2024.08.29
**platform**
M…
-
Hi,
I've been reading through issues/docs and I'm not sure if what I'm searching for is possible; apologies if this is redundant or obvious to folks more familiar with gorilla-repl.
**My use case:…
-
**Task**: Add additional signal handlers to [Telemere](https:/www.taoensso.com/telemere).
## Current handlers
- Current [included handlers](https://github.com/taoensso/telemere/wiki/4-Handlers#i…