KgOfHedgehogs

Results 23 comments of KgOfHedgehogs

I have the same issue. Adding `{:timeout 10}` didn't help

> Same thing happened to me, any news on this issue yet? Here https://github.com/Otann/morse/blob/bbb2efc6a8eb17603a56121fbe10e1592ce5d8ee/src/morse/polling.clj#L43 I've added `(System/exit 1)` right after `(close! updates)`, to crash app instead of freeze. This is...

Also, a way to display OS tab index would be helpful in conjuction with this feature

Also this bug appears in all functions taking arguments as keyword value pairs

Few notes I found while inspecting the code: 1) Seems like here should be `++i` insnstead of `i++`: https://github.com/gerritjvv/pjson/blob/7ff8f11105c22230ef5c0ccdd3494cea6fa1561b/src/main/java/pjson/SlowParser.java#L56 (but that should not be the reason of the bug I...

@gerritjvv great! Btw, I compiled lib with the `break outer;` replaced with `break;` and parsing started to work correctly on some of my examples, but 4 tests failed in pjson...

And this issue may be related to the issue https://github.com/gerritjvv/pjson/issues/36 since twice encoded json yeilds a lot of backslashes

I need this too. Would like to use zsh, ~as it has all PATHs that I use~ UPD: Ah, I see, it takes envs from the build system

@mholt `myapp` is a REST API server. Currently I'm not sure how exactly you can reproduce it without me sharing the whole app (which I can't do) Here are memory...

@mholt can this imply that my app doesn't close connections? I'll get back to you with `htop` later