Ting Zhou

Results 16 issues of Ting Zhou

Is there any way around to make Imenu only show functions and classes? Thanks!

Hi, Can u give more instructions on how to bind key on macos? Meanwhile, I got this error when invoke `emacsclient --eval "(emacs-everywhere)"` inside terminal. ![image](https://user-images.githubusercontent.com/16655096/107149445-97092500-6993-11eb-95db-e86caa306a4f.png) Here is my emacs:...

what on earth is happening here?
MacOS

Hi, I'm trying to setup cpp debug on Nixos. `dap-cpptools` is loaded and I did `M-x dap-cpptools-setup`. But I get in the stderr buffer. ``` /home/ztlevi/.config/emacs/.local/etc/dap-extension/vscode/cpptools/extension/debugAdapters/OpenDebugAD7: line 39: /home/ztlevi/.config/emacs/.local/etc/dap-extension/vscode/cpptools/extension/debugAdapters/mono.linux-x86_64: No...

I assigned JUNIT_CLASS_PATH as below `export JUNIT_CLASS_PATH=/Users/ztlevi/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.7.0`. Which contains following jar. But running `(dap-java-run-test-class)` still pops error. ``` jupiter/junit-jupiter-api/5.7.0 via ☕ v1.8.0 took 1m3s ➜ ls _remote.repositories junit-jupiter-api-5.7.0-sources.jar.sha1 junit-jupiter-api-5.7.0.pom.sha1 junit-jupiter-api-5.7.0-javadoc.jar...

Hi, team, I'm trying to run skim on nixos. But I got bugged output like this. ![image](https://user-images.githubusercontent.com/16655096/163623214-8e04b4d7-f63e-4d80-8eb8-2c2699c4a772.png) I think something is busted, but I'm not sure if it's due to...

Hi, A quick question. Is there any existing function I can use to pin tabs? Thanks!

It seems like we are not able to jump to definitions where the source codes are installed as libraries in the docker container. For example, jump to native python libraries....

https://github.com/aws/deep-learning-containers/issues/1782 Note: If merging this PR should also close the associated Issue, please also add that Issue # to the Linked Issues section on the right. ### Description ### Tests...

build
pytorch
Size:XS
Size:S

*GitHub Issue #, if available:* https://github.com/aws/deep-learning-containers/issues/1782 Note: If merging this PR should also close the associated Issue, please also add that Issue # to the Linked Issues section on the...

build
pytorch
Size:XS
Size:S

### Description of changes: I reproduce the error by running ``` nvidia-docker run -it http://763104351884.dkr.ecr.us-east-1.amazonaws.com/autogluon-training:0.4.2-gpu-py38-cu112-ubuntu20.04 python3 import horovod.torch ``` It gives me the following warning. ``` Extension horovod.torch has not...