Alexander "Ananace" Olofsson

Results 63 comments of Alexander "Ananace" Olofsson

Foreman should keep its logs in /var/log/foreman/production.log Hopefully there's a message in there about why the compute resource didn't activate On Tue, 15 May 2018, 23:51 Tomelin, wrote: > Where...

If you launch `foreman-rake console`, are any errors printed? Or are there any errors in the logfile? (`/var/log/foreman/production.log`) Oh, and is the plugin listed in the about page on your...

Good to hear that it works for you in that case :+1: On Mon, 11 Jun 2018, 14:29 Lovi, wrote: > My bad : I forget to set the bundler.d/Gemfile.local.rb...

Steam sets quite a few environment parameters when launching a game, I've personally had issues with that before. I'd suggest adding a `env > ~/.last-steam-env` line - or something like...

Right, the main issue here seems to be that you are giving a `MatrixSdk::Room` instance to the `Client#join_room` method, but it should definitely handle that case more gracefully. Using `client.join_room...

Definitely agree that it feels reasonable to use `Room`/`User` arguments for methods on a `Client` instance, just not been something that's come up in my own use or testing. This...

The Matrix protocol itself works better when the client runs syncs more often, since that shrinks the window that the sync token might have to calculate. But if long-period syncs...

That sounds really odd, the stacktrace disappears down into the Ruby HTTP layer itself, and it seems like the server responds with something that's not parsable as a HTTP response....

Not quite the same issue there, the linked issue reports an error with a status line filled with non-ASCII garbage - also known as encrypted data. Your issue on the...

I chatted with some people about maybe getting an up-to-date olm gem built for the crypto purposes, but that seems to not really have gone anywhere. I've since started looking...