Justin

Results 10 issues of Justin

It would be good to support Apex triggers for documentation / test class generation. I think the cleanest way of adding this is a separate menu item on the home...

For the [Salesforce provider](https://github.com/pilcrowOnPaper/arctic/blob/main/src/providers/salesforce.ts), the token and authorize endpoints are hardcoded: ```ts const authorizeEndpoint = "https://login.salesforce.com/services/oauth2/authorize"; const tokenEndpoint = "https://login.salesforce.com/services/oauth2/token"; ``` There is a use case to pass in a...

[CodeAnalyzerGeneral-base.csv](https://github.com/user-attachments/files/19760852/CodeAnalyzerGeneral-base.csv) Was seeing PMD errors for the DML and QueryCache classes. Added appropriate sharing key words to remove errors.

Added prettier config like discussed in #17

Prettier allows for unified formatting from multiple devs.

### Package Edition of Nebula Logger Unlocked Package ### Package Version of Nebula Logger 4.16 ### New Bug Summary I recently pushed changes to prod and received the following error:...

Type: Bug
tests

Getting the following error when running this test in a namespace org: ``` namespace.TriggerDispatcherTest.testTriggerHandlerToggle TriggerContext Fail 42% System.AssertException: Assertion Failed: Expected: 0, Actual: 1 Class.namespace.TriggerDispatcherTest.testTriggerHandlerToggle: line 297, column 1 72...

Parse the class name to support namespace.parentclass.subclass parsing See discussion at https://github.com/pkozuchowski/Apex-Opensource-Library/issues/25

Similar to the [flatMap](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flatMap) implementation in Javascript. Request is to take a map of lists, and reduce them into a single list. Use case: Query all Opportunity Line Items and...