This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-20
Channels
- # announcements (1)
- # beginners (65)
- # calva (16)
- # cider (44)
- # clara (16)
- # clojure (84)
- # clojure-dev (48)
- # clojure-europe (5)
- # clojure-finland (4)
- # clojure-houston (1)
- # clojure-italy (19)
- # clojure-nl (27)
- # clojure-russia (6)
- # clojure-spec (37)
- # clojure-uk (123)
- # clojured (11)
- # clojurescript (21)
- # datomic (40)
- # duct (4)
- # emacs (6)
- # figwheel (4)
- # figwheel-main (5)
- # fulcro (34)
- # jackdaw (8)
- # juxt (117)
- # kaocha (3)
- # klipse (1)
- # leiningen (33)
- # luminus (2)
- # nyc (3)
- # off-topic (29)
- # om (1)
- # pedestal (7)
- # planck (4)
- # re-frame (27)
- # reagent (8)
- # reitit (5)
- # rum (2)
- # shadow-cljs (428)
- # spacemacs (5)
- # tools-deps (15)
- # yada (6)
anyone work at circleci? it would be nice if circleci/clojure:lein-node
could be bumped to lein 2.9.0
In 'The Hobbit'' Chapter 2 'Roast Mutton' when Gandalf tricks the Trolls into being outside when dawn breaks. He sows disinformation to keep them arguing. He is TROLLING the trolls
apologies if that is old news. It's new to me
I created a git alias recently compare = !sh -c 'git log --left-right --graph --cherry-pick --oneline $0...$1'
but I kinda just followed what I saw in previous alias that I copied and pasted. What does the !sh -c
do?
If I type !sh
and then hit space it replaces it with a different command. I am guessing it shows a previous comand?
!
in git config files is magic. It means 'invoke this in a shell'. Without a leading !
git assumes the alias is still a subcommand to git
, for example log-notes = log --show-notes=*
means git log-notes
is the same as git log --show-notes=*
In the shell itself, !
has different meaning, I forget what that is (given that my bashrc
seems to have broken it)
So that command is probably invoking in a subshell using sh -c
and single quotes because otherwise the $0...$1
would be interpreted at the wrong time, i.e. before the rest of the command was run, instead of within the context of the output of the rest of the command
Would having a space between !
and sh
work as well? How does it know where it get its arguments from?
https://www.cockos.com/licecap/ I’ve been using this for years.
We use this: https://www.cockos.com/licecap/
I used this: https://www.getcloudapp.com/pricing
kap is open source and on brew https://github.com/wulkano/kap
Thanks for those options! I also found https://gifox.io/ show up in a few lists too.
how does this compare to giphy capture?
- Gifox Pro version has no time limits compared to GIPHY 30 seconds - Giphy has some basic editing features where gifox does not - Gifox provides more controls over framerate, downscaling, etc… - Gifox has features for capturing a selection and a window where as Giphy only supports a selection - Giphy can loop in forwards, reverse, ping-pong where as Gifox can loop forwards infinitely or a fixed number of times.
quicktime screen recording + ffmpeg