Carlos Alberto Costa Beppler

Results 9 comments of Carlos Alberto Costa Beppler

Hi, I have an issue like this one, but is for an small binary file (a COM type library). Every time an revision it stucks on xxxx: Edit revision yyy...

It appears that if you use localhost on "Database host/socket" TablePlus try to connect using the socket, if you change to 127.0.0.1 or ::1 it connects using sockets.

It is weird that when I tried to connect using this information, I received an error mentioning the socket: ![image](https://user-images.githubusercontent.com/66092/201478790-91089d06-35b3-4ee2-b2ba-99430d133b4c.png) Then when I changed it to use ::1, it worked.

Hi. Oracle launched the .NET Core provider. It can be downloaded on [nuget](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/2.18.3).

Oracle has an [registry](https://container-registry.oracle.com/pls/apex/f?p=113:1:::NO:1:P1_BUSINESS_AREA:3) with standard and enterprise editions that can be used for testing environments. [Enterprise edition](https://store.docker.com/images/oracle-database-enterprise-edition) is available on docker store.

I have the same problem and it can be reproduced easily. * Use docker compose file to create leader and follower found [here](https://opensearch.org/docs/latest/tuning-your-cluster/replication-plugin/getting-started/#example-setup) Add the password to the environment because...

Hi @alexmm-amzn. Your workaround "fixed" the problem on my case.

Hi, I have the same problem (but can not reproduce with the example). When I return to Query, the following error happens: It always happen with graphql. This is one...

Hi, I think that we can have a clue about the ETag with this documentation from AWS: * https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html#AmazonS3-Type-Object-ETag * https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html So only on certain conditions we can assume that...