Ivar Refsdal

Results 13 issues of Ivar Refsdal

Hi And thanks for a fine library! I'm missing one little piece of functionality. Sometimes I'd like to proxy an object and add some info, but then the correct encoding...

Hi, and thanks for a fine library. I believe I've found a boundary parsing bug in non-strict mode. Steps to reproduce: ``` curl https://raw.githubusercontent.com/ivarref/jsmn/master/bad.json -o bad.json gcc -DJSMN_STRICT=true ./example/jsondump.c ./jsmn.c...

Hi, and thanks for a fine library! Re the twitter thread https://twitter.com/arcatan/status/1159690520194670598 > Do you know if there’s something that jsonista could do better around this? Mixed-up Jackson deps seems...

Hi, and thanks for a fine library. Our yada server had been running fine for a few years. Recently however it has started experiencing OOM (out of memory) errors. It...

Hi, and thanks for a fine web server library! Any reason why an old aleph version is used? It would be nice to use the latest one. PS, a bunch...

# Description http://pedestal.io/reference/streaming says that `[streaming responses] is entirely a function of the type of the body of the response map (inside the context map)` and that `Core.async channel` is...

**Is your feature request related to a problem? Please describe.** Currently our containers are running inside private virtual networks in Azure. There is no SSH available on the containers' hosts....

Feature Request

## Expected behavior ```clojure (.println System/out "Hello") ``` Should print on nREPL client. ## Actual behavior Prints on nREPL server. ## Steps to reproduce the problem ```bash # In terminal...

Enhancement
Help Wanted

Hi And thanks for a great project! I've noticed that running `websocat.x86_64-pc-windows-gnu.exe -vvv -t -E tcp-l:127.0.0.1:8090 -` does not work as expected on windows. Console output: ``` H:\>websocat.x86_64-pc-windows-gnu.exe -vvv -t...

**Description** It seems that PATH is overridden when using su. This is not the case when using docker directly. **Instructions to reproduce the bug** ```bash $ cat toast.yml image: eclipse-temurin:11-jdk-focal...

bug