Curtis Yung

Results 17 comments of Curtis Yung

Thank you @wtarreau . As it is not only affecting the pgsql-check, functionality of load balancing is not working as well.

Yes, the check fail and the communication from haproxy to pgsql closes immediately.

There are many authentication types in pgsql according to https://www.postgresql.org/docs/14/auth-methods. For password authentication, there are "scram-sha-256", "md5", and "password". Before the v10, pgsql uses md5 and cram-sha-256 was introduced since...

The feature of returning associative array is useful.

It is an good idea, but why not using Nginx or OpenResty as a proxy because I have tested that Swoole does not have good performance at HTTPS connection and...

Understand. Also, I found that the CPU usage is very high when running the sample codes. I am still figuring it out. The environment I am using is Swoole 4.4...

@giswqs will this great feature be integrated to geemap?

@juliocraf I tried, but not working. May I know your python and node.js version? Thank you. I am using the node.js version v18.17.1 IPython : 8.15.0 ipykernel : 6.25.2 ipywidgets...

@juliocraf It works now, thanks a lot. I think it is related to the version of ipywidgets, and widgetsnbextension. There may be problem if ipywidgets >= 8.1 and widgetsnbextension >=...

@Pugwasher Please try to use --native-ssh instead of -native-ssh. I hope docker-machine can add a static IP function for hyper-v driver.