-
It would be nice if there were different icons for PHP filetypes such as class, interface, abstract class, attribute class, trait, enum, etc.
| Default PHPStorm | Catppuccin Icons |
| -------- | -…
-
To improve performance and reduce false positives, I'd like to add metadata to our rules to constrain which file types they are associated with. For example:
```
meta:
filetypes = "python,javascr…
-
As mentioned in #4, e.g.
```r
tar_sf_vector(filetype="parquet")
```
-
-
**Describe the bug**
Currently, it appears that libmagic is detected with this line:
```py
LIBMAGIC_AVAILABLE = bool(importlib.util.find_spec("magic"))
```
This finds whether `magic` is ins…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.90-1.92
- OS Version: CentOS 8
Steps to Reproduce:
before 1.90
Open Folder dialog show…
-
## General Question
I am trying to set up NeoVim for `kcl` and I am not able to make it work using LazyVim. I could get the formatting to work, but I do not see any syntax highlighting.
Here is…
-
### Problem
See the repro below
### Steps to reproduce
```lua
vim.cmd('echo 1')
return vim.cmd('echo 1')
```
In the above lua file type `gg0fe` then `gcG`. The result is
```lua
"vim.cmd('echo 1')
"…
-
### Bug description
Timestamp is usually represented as int64 in the Parquet files, but ParquetReader creates a IntegerColumnReader instead of TimeStamp column reader even though LogicalType sets t…
-
`open_virtual_dataset` says it supports TIFF files however it currently fails and is lacking test coverage. The issue starts [here](https://github.com/zarr-developers/VirtualiZarr/blob/4ae7a19c2bb2996…