Maciej Pasternacki

Results 8 comments of Maciej Pasternacki

I am experiencing this as well. This started occuring after upgrading Docker from `docker-engine 17.05` to `docker-ce 18.03` on Ubuntu 16.04 LTS.

I can see some entries in the backtrace that seem to be related to reading chunked response; might this be related to https://github.com/requests/requests/issues/4402 ?

I'm having the same problem here. The issue, as I understand it, is that RTFM implements its own locks, with ceiling analysis etc, to ensure safe access – and `shared-bus`...

Now I wonder if I even need `shared-bus` with this mechanism – wouldn't it be the same (and still safe) if I just unsafely cloned the controller in the "bus+devices"...

> > (and performs a bit of lifetime trickery to keep the compiler happy) > > Hm, that looks like a very hacky solution ... It's hacky and it's a...

I see a similar effect, which might be the same underlying issue or a completely different one: - `xsession.windowManager.command = "${pkgs.cwm}/bin/cwm";` - `services.polybar.enable = true;` (plus a good polybar config,...

With this patch applied, I see a lot of Sidekiq errors `ArgumentError: wrong number of arguments (given 4, expected 3)` and some `NameError: undefined local variable or method `timeline_type' for...

> `timeline_type` in the `filter_from_home` function used to have the default value `:home`. Probably better to go back to that Right, my Ruby is a bit rusty (no Rust pun...