Dominik Schrempf

Results 83 issues of Dominik Schrempf

Hi, the naming of `resize` related functions is, in my opinion, misleading. They do not resize arrays, but reshape them. Resizing changes the size, which is impossible using `resize` and...

Hi! Thank you for this great package! I just wrote my own `findIndex` function for general arrays before finding a similar function in `Data.Massiv.Vector`. I think the function `findIndex` should...

**Describe the bug** In `citar-open`, pressing `RET` results in an error ` is undefined`. **To Reproduce** 1. Set ```elisp (define-key input-decode-map (kbd "C-i") [C-i]) ``` 2. Bind ``, for example...

bug

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

This is not really a bug, more of a question. I am trying to use `lsp-java` with a manual installation of `jdtls`. I use NixOS, and provide the language server,...

**Describe the bug** When working on projects with JDK 19, the language server reports a warning: ``` [Java] Build path specifies execution environment JavaSE-17. There are no JREs installed in...

Hi! I am used to running separate language servers for separate projects (==workspaces in jdtls language?) in one Emacs session. Is this possible with `lsp-java` and `jdtls`? I can configure...

Somehow, Apheleia does not run `prettier` in `typescript-ts-mode`, if `prettier` is installed locally via `npm` only. In the function `apheleia--run-formatter-process`, `apheleia--format-command` is run to format the command. `apheleia--format-command` removes the...

Hi! I have to use ``` :config (require 'cc-defs) ``` in my `use-package` declaration of `jest`. Otherwise, I get `invalid function c-int-to-char` errors when testing single functions.

If verification of an SSL certificate fails no appropriate error message is emitted. The only information is: RuntimeError: Cannot connect via with SSLv23 or SSLv3