Christian Meter

Results 11 issues of Christian Meter

Hey, I am getting a ClassNotFoundException after I installed Java 9 on my machine. That's the setup: ``` $ java -version java version "9" Java(TM) SE Runtime Environment (build 9+181)...

Hi, I love this library, and I'm integrating it into more services of mine. But for professional services, I'd like to restrict access to the Swagger UI, e.g., by using...

### What happened? 10x uses the old react API, which is not working in ReactJS 18. The following error message appears: To do this, we need to use the new...

bug

Specs appear in the documentation when called in a REPL. It would be great when these specs would appear in the generated HTML files. Minimal example: ``` (require '[clojure.spec.alpha :as...

Hey, I am experimenting with dc/deftest and tried to implement some tests directly in devcards. Previously I wrote tests with lein doo, but this is not really satisfying. However, I...

bug

In JDK9+, DataHandler appears to be dropped. Therefore, an error is thrown: ```clojure #error { :cause javax.activation.DataHandler :via [{:type clojure.lang.Compiler$CompilerException :message Syntax error compiling at (postal/message.clj:1:1). :data #:clojure.error{:phase :compile-syntax-check, :line...

Hi, thanks for your project! I found a bug when trying to convert this code: ```html ``` The resulting data structure is: ```clojure ([:section [:div] [:section [:div]]]) ``` But it...

Given a file containing this line: ```latex \includepdf[pages=-]{path/to/my.pdf} ``` only removes the \command, but the remaining parts remain in the produced output, i.e.: ```latex [pages=-]path/to/my.pdf ``` It would be great...

- [ ] Change version to JDK 21 in Dockerfile and Gradle

good first issue

New pokemon are coming and our database is not up-to-date. It would be nice if you help us keeping our database ready and filled with all pokemon needed. Currently it...

help wanted