Justin
Justin
 Seems like the inherited sharing is still being flagged in scans.
I don't believe you can configure the path. I can't see anywhere in the documentation that allows for this. There is the ability to run oauth through JWT. Adding additional...
I can test this. Is there an easy way of updating & integrating w/ lucia to test?
seems like the issue is with the class name parsing logic for methods `disableTriggerHandler` and `disableTriggerHandler` They assume that there is only 1 separation, but with the sub class +...
I agree that using the `Runtime.getType()` is more elegant for these cases. That being said, they may be extremely niche. If you optimize for adoption, then I think it is...
Not sure why you closed these. I can add these in v2, but will probably use space separated per the documentation. Do you know if comma separated is valid in...
I am working on a v2 so I will test and confirm
I just added the prettier config I use for my projects. I agree that formatting is bad (especially in lwc) but I think it is better than no formatter. [afmt](https://github.com/xixiaofinland/afmt/tree/main)...
Pretty much exactly what is happening. I had the same problem for another project as well. Adding the status url as and approved url for my mock class worked for...