hongyi-zhao

Results 191 issues of hongyi-zhao

I'm not sure if `lsp-mode` can integrate with [PyDev.Debugger](https://github.com/fabioz/PyDev.Debugger). Any hints will be highly appreciated. Regards, HZ

Does the dap-mode has LaTeX support, i.e., used by the settings similar to the following: ```emacs-lisp (use-package dap-mode) (use-package dap-latex) ``` Regards, HY

I found that when scrolling down the document with the mouse, a continuous beep will be triggered after reaching the bottom. Sometimes this sound prevents Emacs from responding to the...

ui-doc

On Ubuntu 20.04, I compiled the git master version of livego with `go build`, and test it as below: ``` $ curl -s http://127.0.0.1:8090/control/get?room=stream | jq { "status": 200, "data":...

Hi, Currently, the sourcing order of the customized scripts are controlled by the following code snippet in https://github.com/Bash-it/bash-it/blob/master/bash_it.sh: ``` # Custom CUSTOM="${BASH_IT_CUSTOM:=${BASH_IT}/custom}/*.bash ${BASH_IT_CUSTOM:=${BASH_IT}/custom}/**/*.bash" for _bash_it_config_file in $CUSTOM do if [...

discussion

On Ubuntu 20.04, I installed and tested the git master version of Node-Media-Server with the following steps: ``` $ openssl genrsa -out privatekey.pem 2048 $ openssl req -new -key privatekey.pem...

Hi, Why not let dnsproxy also can using a config file for running? Regards

feature request

On Ubuntu 20.10, I use the self compiled git master version of dnsproxy. I noticed a very strange error when using dnsproxy as a forwarder as shown below: First start...

question

Hi, I try the following command but failed: ``` $ dnsproxy -u tls://8.8.4.4 -u tls://8.8.8.8 -l 172.17.0.1:9999 -v 2020/11/02 11:40:48 [info] Starting the DNS proxy 2020/11/02 11:40:48 132327#1 [debug] Upstream...

feature request

Hi, I'm very glad to know that dnsproxy has implemented [this feature](https://github.com/AdguardTeam/dnsproxy#specifying-upstreams-for-domains) currently. But the problem is that I've so many domains which I want to write in this form,...

enhancement