-
### Describe the bug
While typing in a vimwiki file I regularly get an error about a missing parser
### To Reproduce
Go to a vimwiki file. Start a new line, type '--' and then start a new line, you…
-
**Affects PMD Version:**
7.0.0-rc3
**Rule:**
ApexCRUDViolation - https://pmd.github.io/pmd/pmd_rules_apex_security.html#apexcrudviolation
**Description:**
PMD incorrectly does not report the…
-
Hi @ashitsalesforce
hope you are doing well!
Can you please help me? I have two queries with DataLoder.
1. How do I export the rich text area data type field in Salesforce without an HTML t…
-
### Describe the bug
There seems to be a missing parser for tfvars. The filetype in neovim is `terraform-vars`. The related line in Neovim https://github.com/neovim/neovim/blob/206475d7919ccdefd32022…
-
Hello,
I am trying below function to get list of Accounts and their opportunities matching `searchInput` and found that its taking around 1-3 seconds and sometimes around 6 seconds to get the reply f…
-
**Is your feature request related to a problem? Please describe.**
It is extraordinarily difficult to figure out why this plug-in behaves the way it does when querying and evaluating data for migrati…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* P…
-
Create a function (`RAWQUERY`) that allows someone to pass a straight up SOQL query and get the list of records back.
-
### Describe the bug
I have the following in `init.vim`:
```
cal plug#begin(stdpath('data') . '/plugged')
Plug 'nvim-treesitter/nvim-treesitter', { 'tag': '*', 'do': ':TSInstall all \| TSUpdat…
-
I have something like this, where I want to send a query as a bulk batch job.
```
const job = conn.bulk.createJob('Account', 'query');
var batch = job.createBatch();
let endBatch;
batch…