This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-25
Channels
- # announcements (2)
- # asami (16)
- # babashka (55)
- # beginners (27)
- # calva (14)
- # cider (5)
- # clj-kondo (16)
- # cljs-dev (22)
- # clojure (72)
- # clojure-europe (89)
- # clojure-nl (10)
- # clojure-uk (7)
- # clojured (1)
- # clojurescript (14)
- # community-development (4)
- # core-async (15)
- # emacs (10)
- # events (2)
- # fulcro (3)
- # graalvm (1)
- # graalvm-mobile (71)
- # helix (7)
- # honeysql (2)
- # introduce-yourself (1)
- # jobs-discuss (17)
- # juxt (3)
- # lsp (62)
- # malli (13)
- # meander (7)
- # off-topic (14)
- # pathom (54)
- # polylith (6)
- # re-frame (11)
- # releases (1)
- # sci (22)
- # sql (9)
- # tools-deps (84)
- # vim (37)
- # xtdb (18)
måning
Hi everyone, I could use some help from you wonderful people... especially the ones that have an iPhone. Please read on in the thread...
I am working on a React Native App that has a hard crash (SIGABRT from the OS) on a iPhone 11 and not on a iPhone 6. The only two phones I have available at the moment. I suspect the problem only happens on newer phones and I would like to know on which type of phone this problem was introduced. In order to test this you would have to install TestFlight (The Apple test App for testing apps that haven't been released on the App store (yet)). I would add you to our test programm (for this I would need your iCLoud account email address) and then you can install the App. Log in, go to a certain page and see whether it crashes or not. I expect this to take less than 10 minutes. Once done you can delete both our app and TestFlight. Oh... and I need to know what type of iPhone you have of course ;)
I also have 11
can test though
Thank you @UFY00FM0B, for the moment I will pass I think as I have tested this on two different 11's and both crash. Thank you for your help though.
@U052852ES iPhone 11 here as well (iOS 14.6) Testflight already installed for our own ClojureScript w/ React Native Apps.
11 is so popular it seems
yes that seems to be the case... not the bleeding edge and relatively recent as well... But thank you for the offers.
@U052852ES out of curiosity: React Native + ClojureScript?
'fraid not @U1Z4D5SSV
I have a 12 Mini with 14.6
i've got an XR @U052852ES, and have testflight installed - my icloud id is <mailto:[email protected]|[email protected]>
iPhone SE (the latest one) here. <mailto:[email protected]|[email protected]>
i'm away for the weekend now @U052852ES - back on monday
no worries @U0524B4UW
Just arrived! What do you need tested?
received and installed @U052852ES ...
ok can you log in with <mailto:[email protected]|[email protected]> and password Test1234!
logged in... what next ?
yep, at the "start reporting" screen now
got a list of 3 tests now
Worked on iPhone 8, failed on iPhone 12
so failed on 12... and works on your @U0524B4UW ?
mine's an Xr
and by failed I assume your mean a hard crash @U0N9SJHCH?
Yes, hard crash. Should I send the crash report?
ok that was all... thank you @U0524B4UW and @U0N9SJHCH
thank you @U7PBP4UVA
Good morning 🙂
who here has a clojure-mode/cider/clj-kondo/flymake/lsp emacs set up that they like?
It‘s not done and ready of course. And probably never will be. That‘s part of the emacs feeling, I think. 😇
@U1Z4D5SSV of course. Can you share your WIP? 😄
Sure. Is every member of your list mandatory? Because lsp-emacs
is still a TODO and I've never heard of flymake
. 😬
My emacs config lives here: https://github.com/RAMart/.emacs.d I will push my current version when I'm home (in about 2 hrs)
Mine doesn't make sense apart from prelude, but if it helps at all: https://github.com/deejayem/dotfiles/blob/master/emacs-prelude/personal/lisp/init-lsp.el https://github.com/deejayem/dotfiles/blob/master/emacs-prelude/personal/lisp/init-paredit.el https://github.com/deejayem/dotfiles/blob/master/emacs-prelude/personal/lisp/init-lisp.el https://github.com/deejayem/dotfiles/blob/master/emacs-prelude/personal/lisp/init-clojure.el
Here is what I've done with use-package/straight so far: https://github.com/otfrom/otfrom-org-emacs/blob/d8a6f5bc7432a4fdf325e075713880f542b123b4/init.el
Here s mine: https://github.com/ericdallo/dotfiles/blob/master/.doom.d/config.el
My config is messy and not intended for public consumption, but for what it's worth: https://github.com/borkdude/prelude/blob/master/personal/init.el
I've been using prelude for years, at least since 2013-2014 or so and it hasn't failed me yet
I tried prelude for a bit, and it is good but more than I needed but not hitting what I wanted, and I felt there was too much for me to get my head around to configure it as I liked