David Schach
David Schach
* Update highlightjs to v11 (there were some security holes noted on the highlight changes list since v9) * Add Apex highlighting library for optimal code highlights, especially in examples....
Lots of file formatting. Purely cosmetic, but brings all files in src folder to standard formatting, to make future development easier. (Better to deal with whitespace changes all at once...
https://github.com/trailheadapps/apex-recipes/blob/394e33592c7a9167587bfa4dae04ef2e46e09f95/force-app/main/default/classes/Trigger%20Recipes/MetadataTriggerService.cls#L49 I'm curious how to address this, since the bypass will fail if we compare running user email to username (since username has a suffix, and SOME user emails will...
For those transitioning from another extension that uses Date, allow Date OR Since in the header, but render the same as Since.
I'm happy to submit a PR for this, but in case anyone else wants to: There is a requirement to use a custom Gender field for Relationships configuration, but Salesforce...
Because `RollupPlugin.Name` must be unique, I don't see how to use the same plugin with multiple `RollupControl` records (which would let some rollups be defined as `Synchronous`, some as `Queueable`,...
### TL;DR To help with using this workflow as an input to another job, I want to know some of the inputs on the way out, even if I'm using...
**Describe the bug** When I open a new project that is not sfdx, I get an error from the vscode extension that there is no ruleset. But this is not...
https://www.salesforce.com/news/stories/how-were-bringing-inclusive-language-to-our-products/
Whether it uses a number 1-5 or "Low" "Medium Low" etc, it would be useful because it would let me use a single rules file for my VSCode PMD scanning...