cider
Here are 51 public repositories matching this topic...
Describe the Bug
The band 'Between the Buried and Me' scrobbles as 'Between The Buried.' Doesn't happen on other Apple Music clients that also have scrobbling.
Steps to Reproduce
- Play any track from the band
Environment Information
- OS: Windows 10 Home 19044.146
-
Updated
Jan 13, 2022 - Python
-
Updated
Feb 15, 2022 - Lua
-
Updated
Feb 13, 2022 - Emacs Lisp
The documentation of the retest command doesn't seem correct.
Return exception cause and stack frame info for an erring test via the stacktrace middleware. The error to be retrieved is referenced by namespace, var name, and assertion index within the var.
The [Cider docs say this](https://docs.cider.mx/cider/testing/test_repo
-
Updated
Jan 24, 2022 - Clojure
-
Updated
Feb 16, 2022 - Vim script
Currently the eldoc type is either function or variable:
(defn- extract-eldoc
[info]
(if-let [arglists (seq (-> info extract-arglists format-arglists))]
{:eldoc arglists :type "function"}
{:type "variable"}))This means that the result users see is not particularly accurate, not to mention that the function check is pretty primitive. We should add types like `m
-
Updated
Mar 27, 2019 - Emacs Lisp
-
Updated
Feb 8, 2020 - Clojure
-
Updated
Nov 12, 2020 - Emacs Lisp
Project should include more examples or case studies in documentation.
Ideas:
- a complete E2E pipeline using all of xcodebuild, altool, and Cider
- examples of more complex configuration files
- an example of how you could use a dedicated metadata repo, when coupling to your app repo is impractical.
-
Updated
Jan 8, 2022 - Clojure
-
Updated
Feb 5, 2022 - Emacs Lisp
-
Updated
Nov 25, 2020 - Python
-
Updated
Feb 10, 2022 - Dart
-
Updated
Feb 21, 2022 - Less
-
Updated
Aug 8, 2021 - Python
Improve this page
Add a description, image, and links to the cider topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cider topic, visit your repo's landing page and select "manage topics."



Expected behavior
I often need to connect to both a clj nrepl server as well as a shadow-cljs nrepl server for full stack dev. Because the clj nrepl server prints its port to
.nrepl-port, and shadow prints its port to.shadow-nrepl/nrepl.port, ideally their respective ports should both be automatically discoverable when I try to connect viacider-connect.Actual behavior
If a