Luke Cotter
Luke Cotter
Thanks for the idea, it is a great one. I have related this issue to this one #89 where we have captured a similar idea. It will be a couple...
Thanks for the idea, we have similar ideas on the backlog, so definitely an area we would like to see improvement. #295 #164 #245
Some resources that may help https://github.com/vitejs/vite/issues/788 https://github.com/nonara/ts-patch/issues/106 https://github.com/nonara/ts-patch?tab=readme-ov-file#usage There are also apex-node-bundle and core-bundle and we may need to copy sfdx-auth-helper logic. Another option is to handle the messages in...
Thanks for the idea Jim. We have a couple of similar /related features on the backlog #253, #510 The first one is more comprehensive which will basically add a JSON...
Here is a log example showing the above case outline by @jcoultercertinia Since we only have a trigger for Account we would incorrectly assign Account as the Type. In this...
Right now we have it setup to just sum all the totals, which leads to double counting. It would be more accurate to just show the largest number. That would...
@petehale Sorry about the delay. I have included a fix for this. You should be able to test it in tomorrows pre release. All being well I will do a...
@AnibalGarcia Great idea! Adding some thoughts for later. The [ApexLog](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_apexlog.htm) content is not queryable on the ApexLog table. The content is retrieved via something like `/sobjects/ApexLog/{id}/Body` we use the sf...