David Shen
David Shen
- version: 20200610.715 When starting a shell (or eshell) for a container the environment variables loaded, except the `PATH` variable which is always `PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin`. This does not seem to be...
It would be great to add a summary row at the bottom, with information like: - total number of downloading torrents - total download and upload speed
- Emacs version: This is GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) Reproducible on Linux and WSL environments. `emojify-point-entered-behaviour` is set to `echo`, but I still cannot see...
I know it is not your fault. When I execute > pip install -r requirements.txt in the `python` directory, I got error that `leveldb` failed to install. But I saw...
I build caffe after you instruction: > cmake --build . At the end of the compilation, I got the following errors: ``` "C:\caffe-builder\build\ALL_BUILD.vcxproj" (default target) (1) -> "C:\caffe-builder\build\Boost.vcxproj" (default target)...
I got the pre-build image from `http://spark-notebook.io/dl/docker/0.6.3/2.11/1.6.2/2.7.2/false/false`. When I was playing with the `Simple ML in Spark` notebook, I got the `java.io.IOException: Cannot run program "wget": error=2, No such file...
spark-notebook has the ability to load dependent libraries like in a real scala programming environment. But I have some complex functions, but I don't want to pack them into a...
I use the docker container in a VM which had limited memory. When I was playing with **sql/DataFrame** notebook, I hit this error, and I cannot restart the container. I...
**Describe the bug** This is how I start the process in WSL 2: ``` setsid socat UNIX-LISTEN:$GPG_AGENT_SOCK,fork EXEC:"$HOME/.ssh/wsl2-ssh-pageant.exe --verbose --gpgConfigBasepath 'C:/Users/user-name/AppData/Local/gnupg' --gpg S.gpg-agent" >/dev/null 2>&1 & ``` **To Reproduce** Steps...