Skip to content
#

cider

Here are 30 public repositories matching this topic...

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

An online django-based app for journaling and tracking the making of low-alcoholic beverages, including graphs. Primarily Wine and Mead, but also others like Cider and Beer. Each "batch" is a specific recipe that can be used in one fermenter, or multiple. It will also track fermenter status and maintenance. Not a recipe builder, but meant for everything after the recipe.

  • Updated Apr 14, 2020
  • HTML

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

You can’t perform that action at this time.