Nick Venenga

Results 75 comments of Nick Venenga

I see tuyapi looks to be caching the tcp connection for up to 10 seconds whereas this is creating a new one for each command. Otherwise, I didn't have much...

This post has a packet capture https://github.com/clach04/python-tuya/issues/2#issuecomment-355158212 Based on that, it looks like the connection gets reset after the TCP connection has been established and the code sends a request...

Looks like the current login page requires Javascript >The browser you’re using doesn’t support JavaScript, or has JavaScript turned off. To keep your Google Account secure, try signing in on...

Check this branch https://github.com/geoffmcl/NppTidy2

@AndrewChubatiuk any plans to re-open/create a new PR? I'm interested in Redshift Serverless support

Got this error when I didn't have `Basic` auth enabled. It looks like pywinrm must have been using `Negotiate` with username/password (I was able to leave `AllowUnencrypted` set to `false`)

> Do you have full build logs and full invoked command as well please? Full command is in reproduce. There are no build logs ``` env -i GIT_COMMIT=318711e90f90a258e5edbb7ad7d66b25f1e095f7 __UPSTREAM_IMAGE_IDS= /usr/local/bin/docker...

Semi-related, it seems buildx config problems might be propagating as as various `unknown flag` errors https://github.com/docker/for-mac/issues/6928

> @Jeansen @prudhvigodithi check #759 > > operator is unable to handle security settings of admin user and there is even WIP PR opened by @nijave: #816 > > problem...

With these changes, I'm able to bootstrap a cluster using the following CRD ``` --- apiVersion: opensearch.opster.io/v1 kind: OpenSearchCluster metadata: name: default-cluster namespace: opensearch spec: general: # Should also have...