A. Craig West

Results 8 issues of A. Craig West

If I have a number of script files, normally I include them as: ``` ``` but if one of those files needs to use the module, I can't figure out...

…gely oriented to implementing new step-scheduling algorithms.

### πŸ”§ Changes - Add resource for SCIM configuration management - Add data source for SCIM configuration management ### πŸ“š References - [PR for change in `go-auth` repo](https://github.com/auth0/go-auth0/pull/419) ### πŸ”¬...

Still need to fill. this out ### πŸ”§ Changes ### πŸ“š References ### πŸ”¬ Testing ### πŸ“ Checklist - [ ] All new/changed/fixed functionality is covered by tests (or N/A)...

### πŸ”§ Changes ### πŸ“š References ### πŸ”¬ Testing ### πŸ“ Checklist - [ ] All new/changed/fixed functionality is covered by tests (or N/A) - [ ] I have added...

If I have a transaction that has been started with BeginTx, rows are added to a table using insert statements, and then the context passed in to BeginTx is cancelled,...

I am creating a transaction with: ``` session.TxContext(ctx, func(txSession db.Session) error { err := DoSomething(txSession) return err }, nil) DoSomething internally uses InsertReturning to insert a number of rows into...

### Changes This PR adds support for the custom email provider, and updates to the most recent auth0 api. ### References -https://auth0.com/docs/api/management/v2/emails/post-provider