-
## Sentry logs
I'm having an occasional peek at cljdoc website thrown exceptions via Sentry.
## Currently
When a user attempts to navigate, via URL editing, to docs where no artifact exists, cljd…
-
Minimal repro case. README contains repro instructions.
https://github.com/levitanong/repro-reitit-cors
Ring-cors automatically accepts `OPTIONS` and specially treats preflight requests. Currently…
-
**Is your feature request related to a problem? Please describe.**
Not able to escape special characters on class diagram name.
**Describe the solution you'd like**
class Duck["sda !@# sd"]{
…
-
Users who aren't familiar with Java/Clojure will want to use the HTTP API directly (no client) and should not have to work with EDN.
In Scope:
- [x] Users should be able to request JSON respons…
-
Prismatic Schema allows one to mix defined keys and extra keys in a same map. We could get rid of `:map-of` in favour of supporting predicate keys in `:map`:
```clj
(m/schema
[:map
[:id int…
-
using `[metosin/malli "0.8.4"]`
see the following repl session
``` clojure
user> (ns user
(:require [malli.core :as m]
[malli.instrument :as mi]
…
-
Add support for documenting curated swagger examples, see https://swagger.io/docs/specification/2-0/adding-examples/
The current schema driven data is excellent, but it'd be great to also support e…
-
Hi,
I can't access routes mounted to "/example-route" .
It turns address bar blank and page does not work in Firefox.
I must use "/example-route/" .
I believe this is because routes, by def…
-
I am running this in a luminus web app. Instrumenting the function itself (`inc`) didn't work, so I tried instrumenting the whole name space.
Versions:
Flowstorm - 3.0.208
Java - openjdk 11.0.1…
-
Maybe `:date-time` and `:local-date` mapping to Java8 Time & Google dates? Or should we lean on libs like [tick](https://github.com/juxt/tick)?