Scott Moore
Scott Moore
It would be nice to be able to install the latest stable release of `neovide` via[`winget`](https://github.com/microsoft/winget-cli). As `winget` is developed by Microsoft, I expect with time it will become the...
> Issue type: *feature* Related issues: *none* - that I could dig up ## Description Been playing around with PowerShell more and more at my job, home -- thought it...
**Category** - [x] Vim - [ ] Vim plugin **Description** It would be awesome if [`'foldopen'`](http://vimdoc.sourceforge.net/htmldoc/options.html#'foldopen') could be supported. I use `:set foldopen-=block` so that I can use `{` and...
# 🐛 bug report I am building a TypeScript library for my UI components, which should include a TypeScript definition file in the output. The TypeScript definition file is generated,...
### Describe the bug I use TypeScript references in my Vite projects as recommended in their official templates. For example, the [React with TypeScript](https://vite.new/react-ts) template creates both a `tsconfig.json` and...
First off, thank you for your work this is an awesome project. I ask mostly out of curiosity, but would it be possible to support hardware PWM using the `/dev/gpiochip`...
I think this might be an upstream issue with Obsidian, although I haven't looked into it. It appears that aliased links in tables do not work... I assume this is...
Links in mermaid diagrams are not shortened. ````` ```mermaid graph LR A[Australia] --> B[Australia#Victoria] --> C[Australia#Victoria#Melbourne] class A,B,C internal-link ``` ````` Current behaviour: ```mermaid graph LR A[Australia] --> B[Australia#Victoria] -->...