-
### Describe the highlighting problem
Consider the attached snippet. It contains a Bash regex that checks if a variable contains `a ` (note the space). However when using Treesitter, everything beyon…
-
When I simulate call for unknown contact, I accept it without issues. When I try to end the call I got an error `This page has an error. You might just need to refresh it. Action failed: c:connectedPa…
-
**Make sure to read the troubleshooting section before creating an issue**
- [x] I've read the [common issues](https://tprouvot.github.io/Salesforce-Inspector-reloaded/troubleshooting/) and the one…
-
Hi,
we are getting below exception when schedule job runs :
"Apex script unhandled exception by user/organization: 005b0000000mPx4/00Db0000000IrDI
Failed to process batch for class 'dlrs.RollupJo…
-
**Describe the bug**
When running `require "nvim-treesitter-textobjects.select".select_textobject("@class.outer", "textobjects")` I get this big error:
```
E5108: Error executing lua ...r-textobjects/…
-
Hi,
I am trying to install tree-sitter-sfapex, but I am getting error with node-gyp-rebuild. Here is the complete log,
```
npm install tree-sitter-sfapex --verbose
npm verbose cli /Users/kirtijha/…
-
Some of our projects have upwards of 2000 test methods. When we run `force:apex:test:run -w 50 -r human` in our CI/CI scripts and there is a single failed test method, we see 1999 lines of "Pass" and …
-
**Affects PMD Version:**
7.0.0 - 7.2.0
**Description:**
The underlying apex parser seems to believe the following SOSL query is invalid. (it deploys and runs just fine).
```apex
List recor…
-
SOQL and SOSL contain a lot of features witch is not provide on intellisens:
- multi picklist myFiled__c includes ('AAA;BBB','CCC') : done in #131 PR
- multi picklist myFiled__c excludes ('AAA;BBB…
-
Hi,
Version used is `0.25.4`
I found a bug in the logic for converting EDMX files which contain properties with the decorator `sap:display-format="Date"`.
to replicate this EDMX file from SAP…