龍共每文

Results 30 comments of 龍共每文
trafficstars

I got the same problem. shim does not link to any bins, except the go and gofmt. `goenv shims` ``` bash /home/jimmy/.goenv/shims/go /home/jimmy/.goenv/shims/gofmt ``` `ls ~/go/1.14.1/bin/` ``` bash fillstruct gocode...

@kadaan Thanks, Your solution works for me. And, my environment configuration. ``` bash export GOENV_ROOT="$HOME/.goenv" export PATH="$GOENV_ROOT/bin:$PATH" if command -v goenv 1>/dev/null 2>&1; then eval "$(goenv init -)" fi ```

The same problem happens to me also. `SPC-m-c-c` always calls the python by `pyenv global version`, instead of the `pyvenv-activate` version. This only happens to `SPC-m-c-c`. But I think may...

The same problem here, although `export TERM=xterm-256color` - alacritty - terminator - xfce terminator ![Screenshot_2021-09-15_12-54-25](https://user-images.githubusercontent.com/3756334/133373026-02e9794c-9f6c-42ec-ac85-640842c2f15a.png)

``` bash ██████████████████ ████████ OS: Manjaro 21.1.2 Pahvo ██████████████████ ████████ Kernel: x86_64 Linux 5.10.64-1-MANJARO ██████████████████ ████████ Uptime: 1h 49m ████████ ████████ Packages: 2604 ████████ ████████ ████████ Shell: zsh 5.8 ████████...

参考 https://github.com/ricequant/rqalpha-mod-tushare/pull/5

- [My original snippet](#sec-1) - [My trial](#sec-2) Here is snippet of my codes which work well under windows with ctypes. And now, I try to modify it in order to...

1. Personally I think it is not possible to run `WINFUNCTYPE` on client-end, since it only be able to run `WINFUNCTYPE` under win32. Isn't it? 2. And, I think my...

Your callback example works well for me. But if the callback call another subroutine, it will be stuck at [UNIX o: [dll-client] ... unknown, registering](https://github.com/pleiszenburg/zugbruecke/blob/develop/src/zugbruecke/core/dll_client.py#L88). For example, `check` call another...

@stuaxo I'm sorry. I didn't take a close look into how the callback is working here. My Host is Linux, and the guest is wine.