David Southwick

Results 6 comments of David Southwick

https://github.com/powerline/fonts/tree/master/samples

well, the rpm version of this package does not include any fonts. Just symbols. Developer should probably add this to the readme... ``` rpm -ql powerline-fonts /etc/fonts/conf.d/10-powerline-symbols.conf /usr/share/doc/powerline-fonts /usr/share/doc/powerline-fonts/LICENSE /usr/share/doc/powerline-fonts/README.rst...

Attempted to try OpenVINO using their ONNX container (https://hub.docker.com/r/openvino/onnxruntime_ep_ubuntu20) On Intel CPU + Intel GPU: `python3 -m pip install torch-ort-infer` ``` python3 -m torch_ort.configure Traceback (most recent call last): File...

Hi there, Here is a log of my results: ``` [root@9b0428717427 /]# echo $GOPATH [root@9b0428717427 /]# go env GOARCH="amd64" GOBIN="" GOCACHE="/root/.cache/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/root/go" GOPROXY="" GORACE="" GOROOT="/usr/lib/golang"...

I'm no golang pro, but it seems something like this might be in the way: ``` package main import ( "fmt" "go/build" "os" ) func main() { gopath := os.Getenv("GOPATH")...

I guess the workaround here is to explicitly set `$GOPATH` in the user env until the latest release is moved from pre-release, assuming it addresses this problem