This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-02
Channels
- # asami (5)
- # aws (16)
- # babashka (41)
- # babashka-sci-dev (44)
- # beginners (157)
- # biff (3)
- # cider (1)
- # clj-commons (1)
- # cljdoc (22)
- # clojure (7)
- # clojure-dev (5)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-uk (1)
- # clojurescript (17)
- # core-typed (13)
- # cursive (14)
- # datascript (10)
- # events (1)
- # fulcro (2)
- # graalvm (2)
- # gratitude (1)
- # jobs (3)
- # lsp (229)
- # pathom (2)
- # pedestal (3)
- # portal (53)
- # re-frame (7)
- # remote-jobs (1)
- # spacemacs (14)
- # xtdb (6)
I thought Iād give Spacemacs a try but when I attempt to do ' for sesman-start I get an error about wrong number of arguments? Common-lips Slime works fine and doesnāt do this, just Clojure.
Had the same just the other day and it seemed helm related, maybe... SPC SPC (Helm M-x fuzzy match) failed with the complaint about wrong number of arguments. I just selected Rollback package update from the main page and it went away, and I have not looked any deeper at it. If anyone else can confirm the same behavior, or know that this is some recent regression/problem (and if it is fixed?), then please comment.
OK, I will try updating again soon and hopefully it was some small regression that was quickly fixed so it is not my own mistake.
Hey guys. Does anybody know why this one works:
(with-eval-after-load 'typescript-mode
(spacemacs/set-leader-keys-for-major-mode 'typescript-mode "gb" 'previous-buffer))
And this one doesn't? (for tsx major mode)
(with-eval-after-load 'typescript-tsx-mode
(spacemacs/set-leader-keys-for-major-mode 'typescript-tsx-mode "gb" 'previous-buffer)
(spacemacs/set-leader-keys-for-major-mode 'typescript-mode "gm" 'previous-buffer))
I also opened this github issue:
https://github.com/syl20bnr/spacemacs/issues/15442
For some reason it worked when I removed with-eval-after-load
. Probably there is some kind of a callback listener problem.The issue has no layer information, so no idea how the layer has been set up. Sorry, I don't have info to help
Oh. How does one get package info?
If I run pkg-info-package-version
and then look for tsx
and typescript-tsx
then I find no matches.
But typescript
gives this:
0.4 (package:
The process to create a useful issues is described in the issue template, I.e. the text that is populated automatically when an issue is created on GitHub.
This describes how to create a GitHub issue from Spacemacs itself, using SPC h I
I included the details from SPC h I
.
Solved.