Martin Klepsch
Martin Klepsch
Write a script that analyses a `deps.edn` file (or contents of `.cpcache` which might include transitive deps) to intelligently open documentation for a project at the version used in the...
Since the map in `cljdoc.edn` refers to files in the Git repository of a project there might be drift between the `cljdoc.edn` and the actual Git state. This can be...
Individual pages may be long, having multiple sections etc. It would be nice if there were some useful UI elements that would help with navigating long pages. This could be...
Currently vars are sorted by name, this is the most basic way of sorting stuff but we also have line numbers and the order functions are defined can often provide...
Thinking of a nice illustration and some helpful links 👍
We would like to allow library users and authors to attach examples to a release of their library, a namespace or a specific var. These examples could be just static...
- Dependencies (list + tree with transitive deps) - License - Releases / Date of last release etc. - Github stars (on artifact) - Download metrics (on specific version, updated...
Usually libraries provide a few "core" functions or a namespace that cover 99% of use cases. When viewing documentation it would be great if these parts of the API could...
``` Error executing vim.schedule lua callback: ~.vim/plugged/conjure/lua/conjure/buffer.lua:88: Vim(function):E746: Function name does not match script file name: cljstyle#fix ``` Maybe this is related to Conjure, I'll dig in a bit and...
Not sure what the ideal solution here is but Mac's `tar` command does not support the `--overwrite` option. ## Workaround h/t to @alexdao3 for this When running `./install-cljstyle`, you may...