Junwei Wang
Junwei Wang
## Configuraitons ```sh $ sw_vers Mon Mar 28 15:40:55 2022 ProductName: macOS ProductVersion: 12.3 BuildVersion: 21E230 $ yabai --version Mon Mar 28 15:40:58 2022 yabai-v4.0.0 ``` MBP 16inch 2019, intel...
As you can see in the image: Request to URL like `http://127.0.0.1:8080/20201125095309-coding.html?token=null` will return 404. Configuration: ``` (setq org-roam-server-host "127.0.0.1" org-roam-server-port 8080 org-roam-server-authenticate nil org-roam-server-export-inline-images t org-roam-server-serve-files nil org-roam-server-served-file-extensions '("pdf"...
# Issue type - Bug report # Environment Emacs version: `GNU Emacs 27.2 (build 1, x86_64-apple-darwin20.6.0, NS appkit-2022.60 Version 11.6 (Build 20G165)) of 2021-09-23` Operating System: macOS Big Sur version...
``` Error in post-command-hook (beacon--post-command): (wrong-type-argument number-or-marker-p t) Quit ```
``` Extension( 'model.A', sources=['model/a.i', 'model/a.cpp', 'model/b.c'], swig_opts=["-c++"], extra_compile_args=["-std=c++11"], ), ``` The code above won't compile on macOS. `clang` complains that `-std=c++` could not be used for C source code (i.e....