Fork me on GitHub
#clojure
<
2021-05-30
>
Jacob Rosenzweig06:05:10

@seancorfield What do you usually use with honeysql to make generic CRUD apps? I see one tutorial reference using the next-jdbc but are there alternatives? I guess that's your library too.

seancorfield18:05:08

For the last decade I've been using Clojure in production to power around forty online dating sites. We have about 113k lines of Clojure at work.

Adam Helins09:05:48

I know I've seen a couple of new-ish file watching libs during the past few months. Would you recommend any over good ol' hawk?

borkdude09:05:56

@adam678 This one is used in krell and has been extracted into a lib: https://github.com/nextjournal/beholder

Adam Helins09:05:13

Looks neat and simple 👍

Adam Helins10:05:18

(but it is for directories only, not plain files)

p-himik19:05:09

With clj, how am I supposed to pass --report stderr when I have -M:alias? The doc says:

Usage:
  [...]
  Run main       clojure [clj-opt*] -M[aliases] [init-opt*] [main-opt] [arg*]
  [...]

init-opt:
  [...]
  --report target     Report uncaught exception to "file" (default), "stderr", or "none"
But when I use something like clojure -M:prod:build:build/once --report stderr, the --report stderr part gets fed into my -main.