Dennis Schridde
Dennis Schridde
If `portal.runtime.jvm.client.Portal` would implement `java.lang.AutoCloseable`, I could `(with-open [_ (p/open {,,,})] ,,,)`.
### Describe the bug When spawning more than 16 requests in parallel to a ClickHouse server using the Java HTTP client, all requests will hang and eventually time out (unless...
Use e.g. `steffan-westcott.clj-otel.api.instrumentation.http/wrap-compojure-route` instead of `steffan-westcott.clj-otel.api.trace.http/wrap-compojure-route` to add `http.route` instrumentation data to both metrics (e.g. `http.server.request.duration`) and traces.
When I don't input anything into Rio for a few seconds (~10sec), input will freeze / hang. When I then start typing again, I won't see my typing reflected in...
### Feature Description I would like to disable automatic image display. ### Rationale There have been image spam waves recently. As a result I would like to only see images...
**Describe the bug** With the following file: ```clj #!/usr/bin/env bb (require '[babashka.http-client :as http]) ``` Clojure LSP complains about the `/` after `#!`: " expected, got '/usr/bin/env'". The file is...
When I open Goldwarden, enter my "authentication > email" and enter "server > server url" `https://vault.bitwarden.eu` and click "login", after a few seconds I get a desktop notification: ``` Could...
``` ❯ clj -Tantq outdated SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [##################################################] 103/103 | :file | :name...
**What is the problem you're trying to solve** I want to specify a memory limit for my container. **Describe the solution you'd like** The spec explains in which unit the...
### Related problem * I have two large lists `A` and `B`, `B` being a subset of `A`. I want to get all elements of the difference `A \ B`....