-
Something basic will do using native database quries will be fine. See the prisma docs
https://www.prisma.io/docs/concepts/components/prisma-client/filtering#filter-conditions
We should be able to…
-
In #279 @pickfire suggested that we might want a logo for Helix at some point. I figured it couldn't hurt to open an issue for people to toss some design ideas around.
I don't think this is in any…
-
This is a tracking issue/discussion for a potential `rust-analyzer.toml`. There have been a lot of requests for a per-project configuration in various issues, some clients like VSCode allow specifying…
-
## Current problem
The current syntax highlighting system is very slow, and there are noticeable lags when scrolling large C++ files which contain complex syntax elements.
## Issues of tree-sit…
-
## What exactly are you trying to do?
[my repo](https://github.com/srouquette/dotfiles-windows), I will change it's name later.
I'm trying to have a single dotfiles repo, which will work on Wind…
-
I think that the main thing why Flake8 is so popular is its plugin system.
You can find plugins for every possible type of problems and tools.
Right now docs state:
```
Beyond rule-set parity,…
-
## Failing Test(s)
- Microsoft.AspNetCore.Server.IIS.IISExpress.FunctionalTests.StartupTests.CheckStdoutWithLargeWrites_LogFile(mode: "CheckLargeStdOutWrites")
## Error Message
…
-
IMO one of the most important features for a text editor is the ability to quickly move lines, but also blocks up and down.
In VIM I achieve this using the https://github.com/matze/vim-move plugin…
-
**Describe the problem:**
I have several functions I would like to use with or without a parameter - for example, this `ls` alias ought to work with or without a path, and without prompting for a va…
-
### Feature already in Vim?
No
### Feature description
I would [still](https://github.com/neovim/neovim/issues/5604) like to have fuzzy as you type completions in command mode so that one wouldn’t …