Kyle Crouse

Results 6 issues of Kyle Crouse

```sh # Prettier options (if any): none ``` **Input:** ```apex Contact newContact = new Contact(FirstName = 'test', LastName = 'contact', AccountId = [SELECT Id FROM Account LIMIT 1].Id); ``` **Actual...

It would be helpful to be able to specify a bypass by passing in a [Type](https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_type.htm) rather than a String. Examples: `TriggerHandler.bypass(AccountTriggerHandler.class);` `TriggerHandler.clearBypass(AccountTriggerHandler.class);` `TriggerHandler.isBypassed(AccountTriggerHandler.class);` This would create a hard reference...

As of [sfdx 47.14.0](https://developer.salesforce.com/media/salesforce-cli/releasenotes-v47.html), autocomplete is provided via the oclif sfdx plugin. assuming that's the recommended way to install autocomplete now, it would be helpful if the documentation indicated that...

### Package Edition of Nebula Logger Unlocked Package ### Package Version of Nebula Logger 4.15.1 ### New Bug Summary Error message: `System.QueryException: List has no rows for assignment to SObject`...

Type: Bug
tests
Plugin: Async Failure Additions

xlink namespace is deprecated Only usage: https://github.com/kacrouse/lwc-illustration/blob/732722babff35331579728ba976f24fccbb13a01/force-app/main/default/lwc/illustrationImage/images/custom_setup.html#L91

Prior to this change, HTML found in the displayed JSON key or value would be rendered. This would allow for a XSS attack if the JSON contained malicious HTML. The...