This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-03
Channels
- # adventofcode (151)
- # asami (34)
- # babashka (43)
- # beginners (111)
- # cider (2)
- # clj-kondo (6)
- # cljdoc (12)
- # clojure (140)
- # clojure-australia (10)
- # clojure-europe (14)
- # clojure-france (5)
- # clojure-gamedev (5)
- # clojure-nl (4)
- # clojure-uk (10)
- # clojurescript (20)
- # community-development (9)
- # conjure (1)
- # core-async (4)
- # cryogen (3)
- # cursive (2)
- # datomic (17)
- # emacs (9)
- # events (1)
- # fulcro (27)
- # juxt (8)
- # kaocha (2)
- # lambdaisland (14)
- # off-topic (23)
- # pathom (37)
- # pedestal (2)
- # re-frame (8)
- # reagent (8)
- # reclojure (9)
- # reitit (5)
- # reveal (34)
- # shadow-cljs (27)
- # spacemacs (10)
- # tools-deps (123)
- # vim (28)
- # xtdb (17)
Maybe someone else noticed this already, but I just noticed that https://github.com/syl20bnr/spacemacs/branches. Makes sense.
@lee the default branch was changed to develop to stop an issue with raising a pull request (which used to time out by doing a comparison with master). This happen a week or so ago, after I raised the PR to add cider-inspect key bindings
It wasn't just me,but I appreciate the kind words ☺️
Has anyone else noticed spacemacs periodically “flickering” since updating to Big Sur on Mac?
@cjsauer I wonder if that's related to HiDPI issues with Emacs on Mac.
I have seen some issues about rendering on hi dpi, but not flickering specifically. Make sure your font size setting in .spacemacs is a decimal number, e g 18.0 rather than 18. I suspect its some Graphics driver incompatible between Emacs and Mac, so maybe not related. I'd suggest a general search using 'Emacs' and the version of OSX and flickering Or try install Emacs from a different source, e.g homebrew, emacsformacosx It would be surprising if it's Spacemacs specific