Martin Klepsch
Martin Klepsch
First of all: thanks for all the effort that went into this library, I'm a huge fan of interceptors and I've long wanted a `.cljc` implementation that is still somewhat...
The default `boot` arguments are ``` --no-colors dev repl --server wait ``` All but `dev` are built-in and work with any project. For this reason I'd suggest removing `dev` so...
We're already setting `rel="canonical"` to the version of the documentation at the latest version: ``` ``` What else can we do?
If a repo contains a `cljdoc.edn` file we can assume the user knows about articles and don't need this helptext:
Currently there is a bit of code that checks if a new cljdoc deployment is healthy and automatically promotes the canary instance as soon as it is: https://github.com/cljdoc/cljdoc/blob/030763c81e160799f431ebae5c8f9de699c4dddb/modules/deploy/src/cljdoc/deploy.clj#L134-L139 With a...
We have [this quick switcher](https://imgur.com/a/8Z1bwm5) and I think it would be really amazing if it could also work to search inside a project. To do this the following would be...
This has been on the back of my mind for a while and came up in discussions around this project regularly. The gist: it would be nice to be able...
Whenever a namespace causes a failure during analysis1 we fail the entire analysis. Instead of doing that we could track the exception and continue analysis of other namespaces. This would...
prep work for #336
In the case that the list of articles is inferred we currently use the title of the document (looking at the first line) to build the slug. This is problematic...