Gary Oberbrunner

Results 99 issues of Gary Oberbrunner

I'm trying to configure the latest `vue-language-server` and it's not working yet (errors in my side with config, I'm sure). It just fails silently though, until I look in the...

enhancement

I run Emacs on Windows, but all the rest of my development environment is in Linux using WSL on the same machine. So it's not remote as such, but each...

I'm using latest eglot, and when I do `C-u M-x xref-find-definitions`, which normally (without eglot) prompts for a symbol to find definitions for, instead I get this error message: "[eglot]...

enhancement

"Vue mode" is an mmm based (https://github.com/purcell/mmm-mode) major mode that switches between HTML, Typescript, and CSS modes based on which section of a single file you're editing. What this means...

In my typescript file, I put point on a symbol, and expect to see some help in the minibuffer (or somewhere), like in the gif on the eglot home page....

can't reproduce

It would be useful to me to be able to specify the content type (and ideally content-disposition) of assets uploaded as part of a release. Currently `action-gh-release` uses `application/octet-stream` for...

enhancement

I'm using Emacs trunk build from today, and most recent mmm-mode and vue-mode. I have a Vue-mode file that causes mmm-mode to get a CL assertion failure when it syntax-parses...

I have my `text-mode-hook` turn on auto-fill. In a `.vue` file, it has three parts: HTML (derived from text-mode), typescript, and css. I've noticed that my text-mode-hook ends up turning...

I often get very large error message in eglot, and the flymake-posframe popup obscures most of my buffer. It would be great to be able to set max-height, and maybe...

**Describe the bug** When I add my binary sensors (for instance `binary_sensor.front_door_keypad_battery`), the `state_map` config does not map the on/off values to 100/0% as desired. **How to reproduce** See config...

bug