Dalibor Filus
Dalibor Filus
I am migrating from sqeel to baby_squeel (thanks for all the work!) and I came across a little issue during migration. I have master scope which selects from some huge...
That was a quick response! :-) Of course, I've created minimalistic example and created new issue #88 .
Hi! I have the same problem, but with `shards install`, `shards update` (+ `shards outdated`) for shard that IS COMPATIBLE with Crystal 1.0.0. So this issue does not only affect...
Btw this affects even `shards install` for shards itself (at least for me): ```shell ❯ git checkout addc26a HEAD is now at addc26a Release 0.14.1 (#481) shards on HEAD ❯...
It might, but the cause is different. The #491 talks about issues relating to
I might have found the bug: `exec_internal` calls `exec_internal_single` which calls `send_request` which calls `decompress = set_defaults`. But if the `exec_internal` encounters disconnect and reconnects, it calls the whole chain...
I don't think so. It could, but only if his real code doesn't use `headers["Accept-Encoding"] = "gzip"` as it does in the sample issue AND youtube issues a disconnect in...
I think the bug is there for far a longer than that, since #11088 just changed the formatting and wrapped some of the code in rescue block. Looks like the...
I'd like to help with this issue. Crystal arm64 m1 builds from macports work beautifully, the issues I have are during docker image build, ending with the same message as...
Ok. So I wanted to try building crystal using the `distribution-scripts/linux` (even though it doesn't allow me to patch the source code without modifications), just to see if I can...