This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-24
Channels
- # announcements (26)
- # babashka (9)
- # beginners (63)
- # calva (2)
- # chlorine-clover (22)
- # cider (2)
- # cljsrn (8)
- # clojure (36)
- # clojure-europe (36)
- # clojure-italy (5)
- # clojure-nl (76)
- # clojure-spec (9)
- # clojure-uk (8)
- # clojurescript (39)
- # conjure (24)
- # cursive (19)
- # data-science (1)
- # datascript (10)
- # datomic (1)
- # emacs (2)
- # events (5)
- # figwheel-main (9)
- # fulcro (21)
- # graalvm (1)
- # helix (5)
- # jobs (1)
- # jobs-discuss (1)
- # kaocha (1)
- # leiningen (4)
- # meander (2)
- # off-topic (22)
- # re-frame (16)
- # reitit (3)
- # rewrite-clj (75)
- # rum (1)
- # sci (51)
- # shadow-cljs (110)
- # tools-deps (16)
- # vrac (9)
- # xtdb (23)
Wondering about adding react-native-community/react-native-permissions to my app. We use geolocation, take photos and allow picking images from the image library. Is it overkill or a nicer interface for working with permissions?
i've used https://reactnative.dev/docs/permissionsandroid before and it was fine (i needed it only for android) but lib you mentioned seems good choice
Without it I feel like I'm blind to permission state until I trigger a request for permission.
Good old status-react uses it for in their https://github.com/status-im/status-react/blob/develop/src/status_im/ui/components/permissions.cljs ns
Krell CIDER documentation
I added Krell documentation for CIDER. But only how to start it from within CIDER. See:
https://github.com/clojure-emacs/cider/pull/2894
Do you use Krell with CIDER and do you start it standalone and then subsequently connect to it via CIDER? If you do, can you add that part of the section?
I personally use shadow-cljs
, hence the request. Thanks
Are you using Krell
with Leiningen at all? If you are, how do you do it? I’d like to add it here: https://github.com/clojure-emacs/cider/pull/2894/files#r475654287
The succinct documentation about Krell
setup has been merged into ’s repo. If your usage involves use via , please add the steps. Thanks
And the commit: https://github.com/clojure-emacs/cider/commit/02b5d3f3faa57dbf4eb6fd900cf6b522f1b6dbc5
Are you using Krell
with Leiningen at all? If you are, how do you do it? I’d like to add it here: https://github.com/clojure-emacs/cider/pull/2894/files#r475654287
The succinct documentation about Krell
setup has been merged into ’s repo. If your usage involves use via , please add the steps. Thanks