-
### Summary
When I use the new `sf project deploy start` command to deploy my apex classes and flows, if there are any errors it is not printed. I get an output like this:
```
16:27:12 Deploying v…
-
### Describe the highlighting problem
I'm working on `github:nix-community/poetry2nix/overrides/default.nix` and it's absurdly slow until I `:TSDisable highlight nix` and resort to semantic highlig…
-
### Describe the bug
This piece of code, which is completely fine to python, produces an error on treesitter:
```python
class Foo:
foo: Annotated[
list[AnotherType],
some_f…
-
### Describe the bug
I am not able to run tree-sitter as it shows hoon and gdscript can't be installed. I have a windows PC. Moreover the makefile in the hoon and gdscript doesn't works
![image]…
-
- https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_querying_multiselect_picklists.htm#topic-title
- https://salesforce.stackexchange.com/questions/1151…
-
### Describe the bug
Anytime I open any .tsx file with neovim (NVIM v0.9.4), i get errors similar to this:
```
"yo.tsx" 0L, 0B …
-
### Describe the bug
I'm seeing two different behaviours between `:TSPlaygroundToggle` and the [Treesitter web playground](https://tree-sitter.github.io/tree-sitter/playground).
Notice how only th…
-
### Problem
Same as https://github.com/nvim-treesitter/nvim-treesitter/issues/5643
When I try to fold I get
> E490: No fold found
And when I run
```vim
echo v:lua.vim.treesitter.foldex…
-
### Summary
`sf project deploy start` is not able to deploy single package as a zip file in Powershell. If I run the same command in MacOS bash terminal, the behavior is fine.
### Steps To Reprodu…
-
It doesn't seem like you support relative date syntax in Salesforce's SOQL like
`WHERE CreatedDate >= LAST_N_YEARS:2`
or
`WHERE LastModifiedDate >= LAST_YEAR`
Will that be supported in the Sale…