Jaime Pillora

Results 323 comments of Jaime Pillora

gotcha, would you prefer option 2? I’m finding it hard to see a good use case for two passwords

Thanks! Hopefully will get some more time soon On Wed, 12 Jul 2023 at 12:24 am jdoucerain ***@***.***> wrote: > @jpillora option 2 (using ldap should force > all "local"...

When I first tested this on heroku, and another PaaS, the TCP keep alive was only sent to their external gateway - however explicit websocket data makes it end-to-end. If...

Sorry I misread the PR! You're disabling the standard TCP keepalive, not chisels keepalive. I think this is okay actually...

I don’t think it’s the encryption that slows it down, I believe it’s the SSH protocol overhead combined with a lack of performance tuning throughout the code base Feel free...

No SSH provides connection multiplexing (virtual TCP in TCP) On Thu, 15 Dec 2022 at 12:10 pm genofire ***@***.***> wrote: > I does understand this Issue - to have an...

Yep, this is an issue, name resolution happens once on start On Wed, 24 Jun 2020 at 7:27 pm Pugwoo Chia wrote: > I tested it in kubernetes as following...

:+1: S3 also has this issue. Using the `s3.amazonaws.com` hostname works, and when using vulcan, I get: > The bucket you are attempting to access must be addressed using the...

For those interested https://github.com/jpillora/forego/releases I precompiled and released forego here in my fork

Edit: Forgot first command: ``` $ heroku create -s cedar Creating still-headland-2558... done, stack is cedar ```