Doug Midgley

Results 17 issues of Doug Midgley

**Is your feature request related to a problem? Please describe.** When using this to install relevant package dependencies, sometimes the one on the org has been updated automatically, which means...

enhancement

Currently config is checked at various parts of execution. As config is loaded once, this can be done at load time once to simplify checks on config validity. Auth config...

NEW
chore

Currently after calling getCredentialObject there is always a check for BU object. This check ONLY makes sense if it can return null, which shouldnt happen -> either it passed OR...

NEW
chore

# PR details ## What is the purpose of this pull request? - [X] Other, please explain: Internal ## What changes did you make? (Give an overview) rework loading parameters...

chore

# PR details ## What is the purpose of this pull request? (put an "X" next to an item) _Please delete options that are not relevant._ - [ ] Documentation...

chore

Many dependencies are starting to support ESM only modules over CommonJS. This means moving syntax from require to import. https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ESM modules support both ESM AND CommonJS, but there is...

NEW
chore

There is code which supports EID = -1 to support child BU. We need to consider if this should be continued, and if so how this will impact current code...

NEW
chore

**Is your feature request related to a problem? Please describe.** Create Audits of a Marketing Cloud instance based on example rule sets **Describe the solution you'd like** Example rules could...

enhancement
e/Auditing
NEW

Tracking issue for: - [ ] https://github.com/Accenture/sfmc-devtools/security/code-scanning/1

bug

**Is your feature request related to a problem? Please describe.** I am trying to implement a custom wire method in LWC OSS, but using the format in wire-reform ([0000-wire-reform](https://github.com/salesforce/lwc-rfcs/blob/master/text/0000-wire-reform.md)), there...

question