Rafał Cieślak

Results 32 comments of Rafał Cieślak

Is there any workaround for this issue? I have a bunch of classes and some define `foo` through `delegate` and other classes define `foo` through `attr_reader` – Bogus seems to...

> However, this might not work in your particular case. If I remember correctly, delegate defines a method that accepts an arbitrary number of arguments, so the method signature is...

I verified that 11.0.0-dev.13 still works and since this PR got approved already I'm just going to merge it.

The way I interpret this task is that the proxy itself isn't going to manage its certs in any way but just fire a callback if it detects that they...

@greedy52 Understood, so it sounds like we'll have to continue to restart the proxy after relogin, right?

I'm not sure if firing a callback after some time passes would satisfy the UX we're aiming for. We'd at least need to be notified by the proxy that a...

Now that I think about it, we probably wouldn't even need a separate goroutine. If the proxy fired a callback each time a request comes through, tshd could just inspect...

> If **request** means new connections (e.g `PreNewConnection`), it can certainly be done and it may not be a bad idea. Yeah, sorry I wasn't clear enough, I meant new...

I'm a bit bogged down by some troubles with signing Connect builds for Touch ID so if you'd like to talk more before committing to a solution here just let...

I thought about it and for Connect the connection state callback seems like the way to go for now. Ultimately this is what we want to implement – focusing on...