David Schach

Results 66 comments of David Schach

I use `this.handlerName = String.valueOf(this).substring(0, String.valueOf(this).indexOf(':'));` in my version at https://github.com/dschach/salesforce-trigger-framework/blob/main/force-app/main/default/classes/TriggerHandler.cls

Yes. Being able to create, essentially, a folder in the CLI that I can put javascript or image files into is definitely something that would be easier to do via...

Probably best to sign the CLA and submit this as a PR

I usually put .DS_Store in my .gitignore file and delete all the files in the repo. They won't come back Edit: It's already in the .gitignore folder, so deleting the...

I'm flattered! I'd love to help with this repo. Can we schedule a call to go over things?

Use Prettier to ensure that your code adheres to accepted Apex standards.

@gawrav-88 Please close this PR. It adds nothing to a widely-used code repository.

Thanks @judisohn Yeah, that's the answer I was expecting, but not the one I was hoping for. I'll set up all the flows for keeping gender and pronoun fields in...

Then update it to https. That's what I did.

An improvement (not a total solution) would be to have in this repo a file whose contents were only the version number of PMD that you want to use. Then...