Skip to content
#

cider

Here are 56 public repositories matching this topic...

Cider
katawful
katawful commented Apr 23, 2022

Describe the Bug

I have a playlist of ~300 songs that I regularly listen to. However when using the recently played function, it is more than doubled to almost 700 songs, repeating itself rather randomly and skipping all tracks I've added through iTunes in addition

Steps to Reproduce

Have a playlist with songs added via iTunes, and click on it from the "Recently played" section. E

bug good first issue renderer
laheadle
laheadle commented May 28, 2022

Expected behavior

Setting the option to customize the behavior of cljfmt should take effect by customizing that behavior.

Actual behavior

Setting the option to customize the behavior of cljfmt has no effect.

Steps to reproduce the problem

I have set:

(setq cider-format-code-options
        '(("remove-consecutive-blank-lines?" t)
          ("remove-multiple-non-i
enhancement good first issue
bbatsov
bbatsov commented Aug 14, 2020

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

enhancement good first issue
cider
aaronsky
aaronsky commented Sep 10, 2020

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.
documentation good first issue

Improve this page

Add a description, image, and links to the cider topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cider topic, visit your repo's landing page and select "manage topics."

Learn more