millken

Results 39 issues of millken

//hack:support for inputing chinese characters in firefox $elem.bind('input',function(){self.activate();});

Needs to config gRPC client options ``` "grpc.max_receive_message_length": -1 "grpc.max_send_message_length": -1 ```

# Description As #3504 #3506 pre-fix ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [] New...

# Description This PR contains changes for two issues Fixes #3504 #3506 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which...

**Is your feature request related to a problem? Please describe.** Connect single database via proxy **Describe the solution you'd like** Add proxy config in `Add connection`

enhancement 🚀

``` 2020-12-19T21:12:47: set server : "https://api.wiz.cn/" 2020-12-19T21:12:47: set user id for token ; "[email protected]" 2020-12-19T21:12:47: QWidget::setLayout: Attempting to set QLayout "" on QMainWindow "", which already has a layout 2020-12-19T21:12:47:...

# Description Fixes #3204 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...

# Description as title Fixes #3504, #3506, #3507, #3541 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue)...

``` server { listen 84 reuseport; set $ups "default"; set $ups_scheme "http"; set $access_log_path "/tmp/access.log"; access_log $access_log_path compression; location / { proxy_http_version 1.1; proxy_set_header Connection ""; proxy_pass $ups_scheme://$ups; .... ```...