Paul Allen
Paul Allen
I'm looking for a way to list all supported video types. Something akin to the (javax.imageio) method ImageIO.getReaderMIMETypes(), returning: `"image/gif", "image/tga", "image/webp", ...`
If the `P4CONFIG` environment variable is defined (for use with Perforce) I get a Gradle build error (see below for details...). Looking at PerforceScmProvider.groovy it seems to be related to...
resolves https://github.com/javalin/javalin/issues/2080 ``` // Simple example... .get("/", ctx -> { NaiveRateLimit.requestPerTimeUnit(ctx, 5, TimeUnit.MINUTES); ConcurrentHashMap limiters = RateLimitUtil.INSTANCE.getLimiters(); int count = limiters.get(TimeUnit.MINUTES).getCounter(ctx); long remainder = limiters.get(TimeUnit.MINUTES).getRemainder(TimeUnit.MILLISECONDS); ctx.result("Count: " + count +...
I was looking to access the current rate limit count and add it to the Header... For example: Rate limit 30/second, called 25 times, 58 seconds to reset. ``` X-RateLimit-Limit...
404 when calling: https://repo.maven.apache.org/maven2/com/badlogicgames/libimagequant-java/1.0/libimagequant-java-1.0.pom
### Java API client version 8.13.4 ### Java version 17 ### Elasticsearch Version 8.10.2 ### Problem description I'm using `co.elastic.clients:elasticsearch-java:8.13.4` and get a deserilizing error calling the healthReport() method: ```...