This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-25
Channels
- # announcements (1)
- # asami (3)
- # aws (2)
- # babashka (8)
- # beginners (60)
- # biff (3)
- # calva (45)
- # clj-http (3)
- # clj-kondo (19)
- # clojure (50)
- # clojure-europe (23)
- # clojure-nl (8)
- # clojure-spec (4)
- # clojure-uk (3)
- # clojurescript (32)
- # conjure (3)
- # datomic (7)
- # events (2)
- # fulcro (24)
- # graalvm (3)
- # inf-clojure (3)
- # jackdaw (1)
- # lsp (3)
- # malli (8)
- # missionary (14)
- # off-topic (1)
- # polylith (3)
- # portal (11)
- # rewrite-clj (63)
- # shadow-cljs (21)
- # spacemacs (7)
- # tools-build (6)
- # xtdb (4)
@drewverlee creating a gist from a buffer or region has worked for me (it's been a few months though)
Ensure a GitHub personal token is added to the ~/.gitconfig
file and that token was created with repo and gist permissions (if not sure, delete the token and create a new one).
I'll do a quick check of SPC g g b next time I'm at a computer
It seems that Gist has been removed from the GitHub layer, so I suspect there is some issue with recent package or spacemacs versions. Or maybe the gits API changed. I'll try find out more, at gisting a buffer was very handy..
Adding the gist package to dotspacemacs-additional-packages
in .spacemacs
(or .spacemacs.d/init.el) and restarting Spacemacs, I can use gist-buffer command to successfully create a new gist.
According to one of the Spacemacs maintainers, the gist.el is broken, however, it seems to work so far...
Whist gist-buffer works, when trying to view a file from the gist-list
list, it hangs Emacs badly, so I assume this is why the gist.el package has been removed from the github layer.
I've updated the GitHub Gists page on Practicalli Spacemacs to highlight the removal of gist.el from the GitHub layer https://practical.li/spacemacs/source-control/github/gists.html
Thanks john. I found the gist option really useful for sharing, I'll need to come up with something else if i can't get it working.
I've updated the GitHub Gists page on Practicalli Spacemacs to highlight the removal of gist.el from the GitHub layer https://practical.li/spacemacs/source-control/github/gists.html