James Simone

Results 156 comments of James Simone

@bbarlow-knauf apologies for the enormous delay in response. I had the same experience as you - tried to repro with a test but the test didn't have the same issue....

The only concern I have is if existing implementations already have a `BatchApexErrorEvent` handler - I guess since this is feature-flagged, as is, it should be fine!

Love this idea! Something to be aware of from my own usage of `OrgLimits` within Apex Rollup - calling `getMap()` fails during synchronous test runs (so, during packaging...) which means...

Haha yeah. Here're [the relevant lines](https://github.com/jamessimone/apex-rollup/blob/main/rollup/core/classes/RollupLimits.cls#L23-L40) in the codebase and [the test that uses the stub](https://github.com/jamessimone/apex-rollup/blob/main/extra-tests/classes/RollupTests.cls#L3031-L3045)!

@RaviVaranasi I would look at the [Slack plugin](https://github.com/jongpie/NebulaLogger/tree/main/nebula-logger/plugins/slack) for the canonical way to publish log entries off-platform (as far as architecture is concerned; this isn't to say that you must...

@ChuckJonas because my apex completion / go to definition was still not working following your latest release, I spent some time monitoring the VS code output for your extension. The...

@ChuckJonas I wouldn't worry about it too much. We're all busy. The plugin works fine on my work computer and intermittently on my home PC ... perhaps I'll get the...

hoping one of us gets a response to our open issues soon ...

It ain't pretty, but it sure doth work