RedHeadEmile

Results 6 comments of RedHeadEmile

What is your installation ? For me, I wasn't able to import it with maven so I added the sourced and included the maven dependency in my build.gradle. Then I...

Alright. So if I implement external auth managment, what are the options that I must provide to the `createClient` function to be logged in ? I assume that I need...

For test purposes, I use a C920 with 50mm markers. But in the future, I may use bigger markers and a camera with a higher resolution. There is what my...

Hello, here is a minimal example that produce the exception: ```java public class Main { public static void main(String[] args) { Javalin.create(config -> { config.staticFiles.add("public", Location.EXTERNAL); }).start("0.0.0.0", 8080); } }...

Even with a handler, I get the same exception as the `/` is considered as another route than the one I target. ```java public class Main { public static void...