-
### Description
I've long had ignore patterns for lockfiles, dependency dirs that I don't want to be included in search, etc. e.g.
```lua
file_ignore_patterns = {
'.git/',
'node_modules',
…
-
### Description
When using the flex layout with default settings, odd behavior is observed when resizing the window horizontally. The preview pane is hidden at certain widths.
### Neovim version…
-
Hello Jajuk team,
In Albums view, thera are several lines with (apparently) the same album. I have this problem for many albums with the same name. I don't find how to change the disc id value. I h…
-
This crash is occurring on the github workflow that builds brew bottles and is blocking it. The crash itself is in the minimalBetti example but I could also reproduce it myself on Linux:
```m2
[mahr…
-
**Describe the bug**
Code in spikesorting quality metrics tries to create 1 floating point number out of a dictionary.
When running the line `sgss.QualityMetrics.populate([(sgss.MetricSelection & …
-
## 🧰 Using icon fonts instead of SVGs
Was looking into how VS Code does their icons, and it looks like they use font glyphs for everything (like font-awesome, etc..). Digging in more, I found that Q…
-
Context from discord:
Recipes that are tricky
puncher
deployer
node breaker
Textures that are horrible or out of place
maybe puncher needs to get reworked, currently …
-
### LSP client configuration
```
local bundles = {}
local project_name = vim.fn.fnamemodify(vim.fn.getcwd(), ":p:h:t")
local workspace_dir = os.getenv("HOME") .. "/.local/share/nvim/jdtls/data/"…
-
This project looks awesome! I've been looking for something like this for a while.
In order to keep files organized I usually sort HTML attributes, CSS properties, JSON keys, etc, by splitting them…
uwla updated
2 months ago
-
```scala
import org.testcontainers.containers.MongoDBContainer
import org.testcontainers.utility.DockerImageName
val mongoDBContainer = new MongoDBContainer(DockerImageName.parse(“mongo:4.0.10”))
…