Lukas Juhrich
Lukas Juhrich
I installed **`v6.0.0b7`**. The relevant **stackblitz** is [here](https://tempus-dominus-v6-simple-setup-nb9pod.stackblitz.io) (`@master`). **tl;dr:** If a website teaches me that a click opens the picker, my mind remembers this as “focusing the input field...
tl;dr shave off 2s from import time and thus from every one of my pytest runs in a dependent project :-) When the `FINTS_DISABLE_DOC_HACK` environment variable is present, fints will...
Glancing over the source, I often find `kwargs.update(args)`. Also, in `Listing.__init__` of `listing.py`: ``` python data = self.site.api( 'query', (self.generator, self.list_name), *[(text_type(k), v) for k, v in six.iteritems(self.args)] ) ```...
### Problem Not clear whether bug or feature request. ## Repro - Create a module in `library/my_module.py` - Create a playbook `playbook.yml` using this module in a task - Hover...
### Problem Not clear whether bug or feature request. ## Repro - Create a module in `library/my_module.py` - Create a playbook `playbook.yml` using this module in a task - Hover...
## Steps to reproduce + run `jupyter console --kernel=haskell` + enter something + exit + run again + press upwards arrow + Expected: entry from last history. Actual: nothing. Sorry...
Das `build.sh` referenziert `pdfnup`, was als Standalone-Paket zumindestens auf einem aktuellen Arch-Linux nicht mehr existiert. Vermutlich ist es einfach dur `pdfjam` zu ersetzen, da dies in `texlive-core` mitgeliefert wird, und...
## Bug When running `pytest --fixture-graph --fixture-graph-output-type=svg tests`, I get the following output: ``` ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: argument --fixture-graph-output-type: ignored explicit argument 'svg' ```...
Very rough fix. Not sure if I will have the time to flesh it out. See discussion in #366 ([comment](https://github.com/nvarner/typst-lsp/issues/366#issuecomment-1913636643)).
Hi, I want to make textlsp work with [typst](https://typst.app/) ([gh](https://github.com/typst/typst)). It has a working [tree-sitter-implementation](https://github.com/uben0/tree-sitter-typst/) (this is what [helix currently uses](https://github.com/helix-editor/helix/blob/2cadec0b1182332338a5a1cc3062776f834d8835/languages.toml#L3076-L3078)). I have never worked with tree-sitter and would like...