This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-08
Channels
- # aleph (10)
- # announcements (4)
- # beginners (25)
- # calva (4)
- # cider (56)
- # clj-kondo (10)
- # cljdoc (1)
- # cljs-dev (58)
- # clojure (42)
- # clojure-austin (5)
- # clojure-dev (90)
- # clojure-europe (2)
- # clojure-greece (2)
- # clojure-italy (3)
- # clojure-nl (63)
- # clojure-quebec (1)
- # clojure-seattle (2)
- # clojure-spain (4)
- # clojure-spec (19)
- # clojure-uk (25)
- # clojuredesign-podcast (5)
- # clojurescript (24)
- # cursive (15)
- # datomic (1)
- # events (1)
- # figwheel-main (10)
- # fulcro (62)
- # graphql (7)
- # keechma (11)
- # nrepl (1)
- # off-topic (12)
- # re-frame (8)
- # reitit (2)
- # remote-jobs (3)
- # shadow-cljs (127)
- # specter (1)
- # sql (43)
- # testing (2)
- # tools-deps (30)
- # xtdb (1)
morning
I regularly organize coding dojo’s with a colleague of mine. I sent out an invitation for a coding dojo about FP/Clojure last Friday. Got already 28 people who accepted! 🙂 That’s an all time high I think! 🎉
feel free to vote: https://twitter.com/borkdude/status/1147975431343222785 if you want, you can get a sticker when I meet you next time 😉
Kondo is een linter? Dan vind ik die eerste duidelijker, daar staat het woord 'linter' in. Dan weet ik gelijk waarover het gaat.
Ik hou ook wel van duidelijke variabelenamen, die aangeven wat er in de variabele zit.
what's the best way to convert an .svg to pdf? I tried with gimp, but compared to an online service like https://www.zamzar.com I get a much more blurry pdf
@borkdude Voor de volgende keer: misschien Inkscape? https://inkscape.org
I tried brew, but I get:
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/caskformula/homebrew-caskformula/Formula/inkscape.rb
inkscape: "cxx11" is not a recognized standard
Error: Cannot tap caskformula/caskformula: invalid syntax in tap!
Huh haven’t seen that before. This seems to be about that: https://stackoverflow.com/questions/54547437/brew-remove-inkscape-error-calling-needs-cxx11-is-disabled
That’s odd. Mine opens it (the one downloaded from the link above: https://s.tonsky.me/share/clj-kondo.svg)
$ inkscape ./clj-kondo.svg
** (inkscape-bin:22622): WARNING **: Can't open file: ./clj-kondo.svg (doesn't exist)
@borkdude what about imagemagick? convert clj-kondo.svg clj-kondo.pdf
? (you need to specify a few more details, as the default will be of low DPI, i think)
trying... first disabling some security settings... but it doesn't run, it quits after a few seconds
@stefan.van.den.oord got it working now:
docker run --rm -it -v $PWD:/img flungo/inkscape /usr/bin/inkscape /img/clj-kondo.svg --export-pdf=/img/foo.pdf
Is the problem with its GUI maybe that you need to install XQuartz separately? Don’t remember, too long ago 🙂
@borkdude Not sure what’s going on with Inkscape, it’s not working the way it should. As a work-around, you can:
1. Manually start XQuartz (/Applications/XQuartz.app)
2. In XQuartz (!) open a new terminal (CMD-N)
3. In that terminal, run /Applications/Inkscape.app/Contents/MacOS/Inkscape
@borkdude Inkscape works ok now! You know how I fixed it? Reboot!! 👎 I think the XQuartz installer is doing something that requires reboot somehow.
@nmdrenard thanks
on the other hand it also makes me not check it out further if I'm not interested in linters
