This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-24
Channels
- # aleph (1)
- # announcements (22)
- # atom-editor (11)
- # babashka (46)
- # beginners (60)
- # calva (44)
- # cider (18)
- # circleci (1)
- # cljdoc (12)
- # cljs-dev (5)
- # cljsrn (19)
- # clojars (3)
- # clojure (162)
- # clojure-dev (9)
- # clojure-europe (6)
- # clojure-italy (2)
- # clojure-losangeles (2)
- # clojure-nl (5)
- # clojure-spec (7)
- # clojure-uk (23)
- # clojureremote (1)
- # clojurescript (55)
- # community-development (14)
- # core-async (234)
- # cursive (14)
- # data-science (3)
- # datomic (32)
- # fulcro (5)
- # graalvm (20)
- # graphql (2)
- # hugsql (4)
- # jobs (11)
- # jobs-discuss (2)
- # joker (1)
- # juxt (3)
- # kaocha (1)
- # luminus (1)
- # off-topic (33)
- # pathom (3)
- # pedestal (1)
- # reagent (24)
- # remote-jobs (3)
- # shadow-cljs (38)
- # spacemacs (4)
- # specter (4)
- # speculative (54)
- # tools-deps (62)
- # vim (8)
- # vscode (14)
Just released the first stable version of tank
, a pure Clojure lightweight library of fault tolerance idioms
https://github.com/caioaao/tank
@U0GRKUGLQ Iām just curious if you are aware of https://github.com/resilience4clj and if so what would be the reason you created tank
for. Thanks for the library though!
Please feel free to take a closer look. Perhaps mention it as an alternative to your library on your README and when we should use yours instead. Thanks!
Yeah, I'm planning on doing that. It didn't exist when I first released tank, so maybe tank is actually obsolete now, since resilience4clj seems to have a lot more features. Anyway I'll take a closer look at the project when I have the time :)
@U4L16CHT9 can you help us out here? š
@U0GRKUGLQ nice work on tank. You can learn more about resilience4clj here: https://www.youtube.com/watch?v=KtN0vqOlmn8
Hi! Just releaeed the Simple Library template (slib) for clj-new. This template is based on clj-new and Badigeon tools and can run common tasks (as Leiningen does): ā¢ build jar, ā¢ compile java sources, ā¢ create pom, ā¢ sign jar file ā¢ local install to .m2 ā¢ deploy jar to clojars ā¢ run tests using kaocha https://github.com/mikeananev/slib
thx! I tried the github template path and it failed for me with
Execution error (ExceptionInfo) at clj-new.helpers/resolve-remote-template (helpers.clj:149).
Could not load artifact for template: slib
Tried coordinates:
[slib/boot-template "RELEASE"]
[slib/lein-template "RELEASE"]
I'm using clj-new 0.8.5, which is the version in the clj-new readme
@U064X3EF3 hi! What command did you use to run? try this command (from doc) : clj -A:new https://github.com/mikeananev/slib@3c427a64ec03fcf618b9e55559345e76e08e8b76 qwerty/asd
I have clj-new 0.8.5
that's what I ran
$ clj -A:new qwerty/asd
Failed with: org.apache.maven.repository.internal.DefaultModelResolver.<init>(org.eclipse.aether.RepositorySystemSession,org.eclipse.aether.RequestTrace,java.lang.String,org.eclipse.aether.impl.ArtifactResolver,org.eclipse.aether.impl.VersionRangeResolver,org.eclipse.aether.impl.RemoteRepositoryManager,java.util.List)
Execution error (ExceptionInfo) at clj-new.helpers/resolve-remote-template (helpers.clj:149).
Could not load artifact for template: slib
Tried coordinates:
[slib/boot-template "RELEASE"]
[slib/lein-template "RELEASE"]
Full report at:
/var/folders/2k/2l7ch1xn7lb5gj86tgp1ygww0000gn/T/clojure-13105343161273067757.edn
oh, I may have a hacked up env, hang on
taking this to #tools-deps
Here is another one for building uberjars. https://github.com/mikeananev/sapp
i'm not much of an nrepl user myself, but from the deps.edn files it looks like both slib and sapp support a convenient way to start an repl repl. i didn't notice that in the docs. perhaps it'd be worth mentioning? in any case, this looks nice too :thumbsup:
New release, 0.15.0, of the DLFP book, with a chapter on classifying IMDB sentiments with the deep network you develop and train with software where you wrote every single piece of Clojure code. https://aiprobook.com/deep-learning-for-programmers?source=cslack&release=0.15.0
Book and book updates are more effectively communicated in the #news-and-articles channel. Please use that channel for messages like this to to avoid annoying the community. Thank you
Exercism is looking for additional maintainers. Perhaps you can help flesh out the exercises for the Clojure track? https://twitter.com/exercism_io/status/1215288391656448000?s=20