Benjamin Eskola
Benjamin Eskola
If `shfmt` is run on a file that is a symbolic link, and writes to that file, it breaks the symbolic link and replaces it with a copy of the...
⚠️ This repo is Continuously Deployed: make sure you [follow the guidance](https://docs.publishing.service.gov.uk/manual/development-pipeline.html#merge-your-own-pull-request) ⚠️
**Is your feature request related to a problem? Please describe.** I notice in the majority of the plugins I use, the configuration required is minimal: just execute the setup function:...
### Environment information ```block CLI: Version: 12.0.0 Color support: true Platform: CPU Architecture: aarch64 OS: macos Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v18.15.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "null" Rome...
**Describe the bug** Occasionally when switching buffers I get the following error message: ``` Error detected while processing FileType Autocommands for "*": Error executing lua callback: ...ter-refactor/lua/nvim-treesitter-refactor/navigation.lua:186: E31: No such...
I'm sure this could be improved upon but hopefully it's useful even as a starting point. I had to add passing the `"$@"` from the hook functions into `prompt_pure_set_title`, or...
Currently the title format is hardcoded in two calls to `prompt_pure_set_title()`. This means that if I want to change the format of the title, I have to entirely override that...
- [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## Feature Request Golang templates behave differently from e.g. Django/Jinja: instead of having variables `{{ variable | filter...
This seems to fix #1 by exporting a default method. I've also ensured `options` is set, because otherwise I got an exception: ``` 1:1 error TypeError: Cannot read property 'syntax'...
I'm trying to use Remark (via `remark-cli`) to ensure uniform formatting in my Markdown documents; as I use Pandoc I'd like to use `remark-cite` to preserve the citations (as otherwise,...