Pavel

Results 30 comments of Pavel

I have the same issue, setting `AWS_STS_REGIONAL_ENDPOINTS` didn't help, here are the logs: ``` ---[ REQUEST POST-SIGN ]----------------------------- POST / HTTP/1.1 Host: sts.eu-central-1.amazonaws.com User-Agent: aws-sdk-go/1.31.9 (go1.14.9; darwin; amd64) APN/1.0 HashiCorp/1.0...

Any news? I see a bunch of PR open, but can't get what blocks it currently.

@charmander Thanks, that was confusing. Is there a consensus about how to approach that? @vitaly-t , can you, please, describe the current state of your endeavour? I mean `connection-string` vs...

@vitaly-t Thanks for the answer, but current state is still not clear to me. I have two questions: 1. Is this a fact, that integration of `connection-string` into `node-postgres` will...

Cool, that makes it more clear. So, basically, the real blocker is that multiple hosts support is not yet available here: https://www.npmjs.com/package/pg-native and here https://github.com/brianc/node-postgres/blob/master/lib/client.js . Is that right?

@vitaly-t are you sure? I've just tested if `pg-native` supports multiple hosts in the url and it seems that it does. Here is the reproduction: https://github.com/PP-etc/pg-native-test . It is able...

@charmander , good, thanks for the confirmation. So you mean we need to update the code around here: https://github.com/brianc/node-postgres/blob/master/lib/client.js#L86 . Are there any particular expectations about the logic which should...

@nyurik I assume if you put something like HAProxy on top of your cluster and use that single host, then everything will work fine, since HAProxy will route your traffic...

I agree, just met the same unexpected behaviour. I assume it's because of [`dirBasename === reqpathBasename`](https://github.com/restify/node-restify/blob/master/lib/plugins/static.js#L177) condition, which forces you to name the route folder name as it is in...

Can this be somehow solved? In my case it is not rendered over the https://wix.github.io/react-native-ui-lib/docs/components/lists/GridList . Are there any alternatives to this lib?