This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Ditto
@agile_geek: do you run them all occasionally or as part of your development, like in the background?
@borkdude Usually run the tests for ns I'm working in for every change and manually run every test more occasionally and before every commit.
@agile_geek: with 'check' do you mean lein check or test.check?
Tried autotest plugins but I have to remember to look at shell which usually ends up in a window behind everything else anyway so may as well just run manually.
@borkdude lein check. Not had much chance to try test.check
Hmm, I found bikeshed annoying & disagreed with some rules. Kibit useful to point out functions I should have used.
@ambrosebs: I'll check it out
@ambrosebs: ditto
Are there any efforts around to apply semantic version control to Clojure/Lisp to ease merge conflict resolution of line-level conflicts? E.g. Bob adds a dependency in the same place where Sally comments out a dependency in her branch. There is no semantic conflict, but there is a conflict at the line-level.
@ambrosebs: for clojurebot just put /clj
in front of your to-be-evaluated form
I think @gjnoonan said it’d be $140k or so 😄
@ambrosebs: I’d guess /feed posts things into the room but haven’t tried myself yet. Unfortunately there are no atom/rss feeds for github issues
I added a few feeds to #C051QCQUF. I'll tell you what happens when I push something to github
@martinklepsch: @ambrosebs: Sounds like it’s time for a community-built CLJ/CLJS slack clone.
@ambrosebs: The problem is that the pricing is designed for corporate teams. Not a lot of corporate teams have 1k+ users, and those that do can afford the $140k/year
@ambrosebs: I’m not sure what the price per user per year is.
But we’d be better off spending $140k on a team of 4 people for three months under contract to build an alternative.
@ambrosebs: $6.67/user/month
http://moose-team.github.io/friends/ is worth a look too
I think it’d be really cool to have a fully distributed platform that is somewhat similar to Slack.
@martinklepsch: http://redecentralize.org/ might be of interest to you
@martinklepsch: Have you looked at http://moose-team.github.io/friends/? That's essentially it on top of web technologies.
@jeluard: Hey, that looks pretty neat. Now is there a WebRTC implementation for Emacs, yet?
@dergutemoritz: what, there is no chrome plugin for Emacs?
Heh, right, or you could run Emacs in Chrome via Emscripten.
@jeluard: yes, I know it, looks pretty good although not plug-n-play enough
@dergutemoritz: that’s an interesting site, thanks, I recently read about IPFS which got me curious again
just started reading the ethereum whitepaper the other day, also very interesting and well written. containing a nice introduction to blockchain stuff in general.
Why don't we teach the clojurebot a function to search through logbot's messages? (Like when sending it a PM) Against TOS?
@niwinz: @dialelo guys, I updated muse
library so it’s integrated with cats
now. Readme example to give you a rough idea: https://github.com/kachayev/muse#cats
looks really nice, but obviously it’s possible to gain more with applicative functors instead of monads. what do you think about https://ghc.haskell.org/trac/ghc/wiki/ApplicativeDo?