Hu Meng

Results 22 comments of Hu Meng

I add those in my `.tmux.conf`, it works ```tmux if-shell '[ -n "$WSL_DISTRO_NAME" ] && command -v powershell.exe >/dev/null 2>&1' { set -g @override_copy_command \ 'customclip(){ local STDIN=$(cat -); powershell.exe...

```tmux is_vim="ps -o state= -o comm= -t '#{pane_tty}' \ | grep -iqE '^[^TXZ ]+ +(\\S+\\/)?g?(view|l?n?vim?x?)(diff)?$'" bind-key -n M-h if-shell "$is_vim" "send-keys M-h" "select-pane -L" bind-key -n M-j if-shell "$is_vim" "send-keys...

I have the same problem and after add `RUNEWIDTH_EASTASIAN=0`, it is fixed the 0.39 version insalled by brew: ![image](https://user-images.githubusercontent.com/15952209/232319154-c7dcfcfa-63ae-42a0-92a8-94c8c9b2613a.png) the 0.29 version installed by apt ![image](https://user-images.githubusercontent.com/15952209/232319122-6b11fe4c-b5ac-4919-a79e-c9b762f2bc06.png) some environment variables are:...

这是我使用的一个conda环境 ```bash conda create --prefix $(pwd)/.conda_env pytorch==1.13.1 pytorch-cuda=11.6 libcusolver-dev -c pytorch -c nvidia ```

这是我的一个conda环境 ```bash conda create --prefix $(pwd)/.conda_env pytorch==1.13.1 pytorch-cuda=11.6 libcusolver-dev -c pytorch -c nvidia ```

Hi, @metromancn , 话说这个`https://kyfw.12306.cn/otn/resources/js/query/train_list.js`是怎么获取的, 我找了找似乎没有看到12306网站上访问这个js, 那当初您是如何知道这个url的?

I have the same issue(but with code block). > START > 问答题 > something > 背面: A few more elements to see. > You can include [links](https://www.wikipedia.org/) to websites. >...

1. make your data look like dureader-raw 2. segmented them into `segmented-xxx` 3. using the `preprocess.py` script to generate preprocess-data

Hi, how to find the registry key? I rename the older keepassxc portable dir and I found it broken, so I remove all files and reinstall keepassxc 2.4.1.msi, it not...

I may find the registry key location. They are in `HKEY_CURRENT_USER\Software\Google\Chrome\NativeMessagingHosts\` , if firefox, it may in `xxx\Mozilla\Firefox\NativeMessageingHosts\` since I have already delete the `org.keepassxc.keepassxc_browser_xxxxx.json`, delete the keepassxc browser addon...