LaurenceWarne

Results 15 issues of LaurenceWarne

Currently CI builds which grab deps from MELPA stable are failing (example: https://github.com/Silex/docker.el/actions/runs/1941613092), this is because we're using `transient-default-value` which was added after the most recent `transient` release. Ping @Silex,...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

Hi, using the very last recipe example given in https://github.com/melpa/melpa/#example-multiple-files-in-multiple-directories: ```elisp (pony-mode :repo "davidmiller/pony-mode" :fetcher github :files ("src/*.el" "snippets")) ``` Running: ```elisp (quelpa '(pony-mode :repo "davidmiller/pony-mode" :fetcher github :files ("src/*.el"...

Hi, I was wondering if I could get your thoughts on this API proposal. The main feature as opposed to https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/getting_started/integration.md is that you can now validate strings directly (so...

## Description Hi, this PR adds support for [hocon](https://github.com/lightbend/config/blob/main/HOCON.md) files with the `.hocon` file extension. Also prevalently used with hocon files is the `.conf` extension, though adding this would bring...

Hi, I kept getting `error in process sentinel: Wrong type argument: magit-todos-item, t` whenever I opened the magit status buffer for a file in the https://github.com/github/linguist repo. I found that...

bug

Hi, I saw that that `3.x` is used by `Complete` when setting the binary version based on the full version for (non `-M`, `-RC`) Scala 3 versions, this PR changes...

Hi, this PR adds a new command `lsp-metals-run-scalafix` which runs the `scalafix-run` command (documentation: https://scalameta.org/metals/docs/integrations/new-editor/#run-all-scalafix-rules). ~I've also added a utility function for adding this command to `before-save-hook`, and added this...

Hi, this PR activates `java-mode` in javap buffers generated by `lsp-metals--decode`: ![javap-fontified](https://user-images.githubusercontent.com/17688577/190594972-f21fd7eb-d19c-40f9-8f09-ac778b21a014.png) and makes `lsp-metals-decode-file` a command which when not passed a format-id, will prompt the user for one from...

Hi, this PR fixes fontification of interpolation strings in circumstances where the `$` character appears more than once in sequence, for example before: ![interpolation-strings-before](https://user-images.githubusercontent.com/17688577/188456653-703a09c0-b8b4-4a6f-83ef-2a71759bd48b.png) After: ![interpolation-strings-after](https://user-images.githubusercontent.com/17688577/188456671-e7460427-7af1-4e06-83fc-198462a7b911.png) Essentially, `scala-syntax:interpolation-re` has been...