Hans Krutzer

Results 68 comments of Hans Krutzer

I see https://github.com/tailscale/tailscale/issues/1129 was closed as a duplicate of this, which also mentions fast user switching. Is that also covered by this issue? For me connecting to multiple networks at...

OK, I thought this issue might be different because I don't think you would encounter "Should we have multiple local IP addresses, one per account?" or any of the other...

Goose uses a special comment for multiple statements that cannot be split with `;`: >By default, SQL statements are delimited by semicolons - in fact, query statements must end with...

That pool should be started from `Pillar.Application`, could there be a reason for that application being started in your project?

I can take a look @sofakingworld but I'm not sure it will be possible. In my PR, Poolboy is replaced with Finch. I am not sure it can be done...

@Fred-sun would be great if this could be added, for speed as well as in case the API doesn't work like today:

It's possible to turn the response into a Enumerable usable with Stream with that option, right?

>I think that would be possible outside of Req using process messaging described in comments above. OK, well first of all any kind of streaming is better than nothing 🙂...

With a stream if you need to query a lot of data to do processing on, you can do so without buffering everything first. I also need this and I...

>the exception event should only be added to the outermost one? Or the one that has been explicitly monitored? What do you think? Yes outermost seems fine.