strobe
strobe
In previous versions of macos it was possible by clicking Scaled with Option key pressed - that allowed to see list of possible resolutions with a 'Low Resolution' options (on...
this app with proper permissions seems still can do that https://github.com/waydabber/BetterDisplay
I have same issue, with jdk 8. ``` % cat $JAVA_HOME/jre/lib/javafx.properties javafx.runtime.version=8.0.45 ``` @aishfenton What version of JavaFX is required?
I updated to 8.0.172 and with it does compiled well. ``` % cat $JAVA_HOME/jre/lib/javafx.properties javafx.runtime.version=8.0.172 javafx.runtime.build=b11 ```
minimal config for reproducing that behavior via ```ENV HOME=./ emacs -Q -l init-lsp-ui-issue.el)```: ```elisp (require 'package) ;; Add melpa to your packages repositories (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) (package-initialize)...
profiler report example ``` - command-execute 231 57% - call-interactively 231 57% - byte-code 154 38% - read-extended-command 154 38% - completing-read 154 38% + completing-read-default 154 38% - funcall-interactively...
looks like in resent vmware fusion versions it works, I able to get additional monitors appears and they perfectly working for rendering but mouse input screwed. Mouse appears about 50-100pixels...
having same issue on 23.05 but with pkgs.emacsGit
> Justify our existence as a standalone project and submit to MELPA. A bad thing about merging it to `lsp-clients.el` is that we will lose `eglot` compatibility. Seems like for...
> @strobe Does this package help with eglot at all? Trying eglot is also on my todo list, but I assumed that this package would be of no use in...