Marcin Wielgus

Results 6 issues of Marcin Wielgus

First of all great job @hamburml & @vfarcic. I must admit at the beginning, that I haven't run docker-flow even once. Just was looking at the source code to evaluate...

just FYI Caused by: java.lang.NoClassDefFoundError: IllegalName: compile__stub.clj_http.headers.clj-http.headers/HeaderMap at java.lang.ClassLoader.preDefineClass(ClassLoader.java:654) at java.lang.ClassLoader.defineClass(ClassLoader.java:761) at java.lang.ClassLoader.defineClass(ClassLoader.java:642) at clojure.lang.DynamicClassLoader.defineClass(DynamicClassLoader.java:46) at clojure.lang.Compiler$NewInstanceExpr.compileStub(Compiler.java:7903) at clojure.lang.Compiler$NewInstanceExpr.build(Compiler.java:7768) at clojure.lang.Compiler$NewInstanceExpr$DeftypeParser.parse(Compiler.java:7678) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6868) ... 193 more clj-http needs updating

Sorry if it was discussed somewhere but its hard to search the issues with 'cutoff_len' as it appears everywhere in logs:/ Currently setting a cutoff_len (at least for sft) will...

enhancement
pending

### Description I'm unable to attach config file to container when container has read-only filesystem. ### Steps To Reproduce ```yml networks: proxy-network: name: proxy-network services: caddy: image: caddy:latest restart: unless-stopped...

kind/bug

It does not fix, but at least gives a user a chance to handle the problem. https://github.com/tursodatabase/libsql-client-ts/issues/309 I'm not sure how to test it as it happens only on windows...

Running examples/transactions example in a loop results in segfault on windows. If I run many transactions in a loop, they all succeed no matter how many transactions there are. But...