Yayu Wang

Results 9 issues of Yayu Wang

I am running a testing method in a Gradle project. However, every time the dap-mode will execute a Jupiter test and a Vintage test. ``` ├─ JUnit Jupiter ✔ │...

Is it possible to avoid jdtls recompiling the classes? I am now working on a project which only supports java 8. I noticed that when I start the lsp it...

I am using the xmonad and I add `stalonetrayer &` in my startup hook. I set `geometry 1x1+1896+0` to make it stay at the top right corner. However, I noticed...

OS: Archlinux Kernel: 6.4.1 Arch: amd64 Apache version: 2.4.57 Diffuse version: 0.8.2 AuthType: Digest CORS config ```conf Header always set Access-Control-Allow-Origin * Header always set Access-Control-Allow-Headers * Header always set...

troubleshoot 🔍

When running the jqf-alf-fuzz, the status panel sometimes freezes and no updates afterward. The timeout mechanism seems doesn't interrupt the running test. According to visualvm, it keeps reading the EOF...

bug

I noticed that Mod+ctrl+z could hide a client but the focus also shifts. Currently, focusstack will skip hidden clients and there is no way to focus a hidden client unless...

If find GNU Emacs ctags on PATH, citre-global-dbpath will not terminate

Thanks for the great project. I wonder if I can make the filenames aligned after the icons.

enhancement

langtool-java-classpath is also needed for server & client mode ```diff (defun langtool-server--ensure-running () (langtool-server--check-command) (unless (let ((proc (langtool-adapter-get 'process))) (and (processp proc) (eq (process-status proc) 'run))) ;; Force terminate previous...