Yayu Wang
Yayu Wang
`sudo docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi` output the correct GPU ``` +-----------------------------------------------------------------------------+ | NVIDIA-SMI 515.48.07 Driver Version: 515.48.07 CUDA Version: 11.7 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id...
@yyoncho > I think that in this case you have to configure jdtls to use different jdk per project - see #254 I try to add this to my config...
interesting... I tried Firefox and Chrome, and both of them use `GET`. cadaver uses `OPTIONS` but also attaches authorization but diffuse cannot add authorization within the `OPTIONS` request. I thought...
Thanks for the pointer, exempting OPTIONS allows diffuse to connect to WebDAV now ```xml DAV On AllowOverride None Options Indexes FollowSymLinks Require all granted Require user y AuthType Digest AuthName...
[wireshark.zip](https://github.com/icidasset/diffuse/files/12841833/wireshark.zip) Thanks for your help. Actually there is no particular reason, but I had an apache webdav set up years ago and I want to reuse it if possible
if the .tags file is tainted by GNU ctags, it also hangs citre-global-dbpath
Another typical scenario is open an org file with c source blocks
minimal config ```lisp ;; -*- lexical-binding: t -*- (setq package-archives '(("melpa" . "https://melpa.org/packages/") ("org" . "https://orgmode.org/elpa/") ("elpa" . "https://elpa.gnu.org/packages/"))) (package-initialize) (unless package-archive-contents (package-refresh-contents)) (unless (package-installed-p 'use-package) (package-install 'use-package)) (require 'use-package)...
confirmed with `emacs -Q` version: `GNU Emacs 30.0.50 Development version 0fab2649e288 on master branch; build date 2024-04-12.`