Emmanuel Gomez

Results 19 issues of Emmanuel Gomez

Hi, Thanks for the handy matchers. I added support for contextual validations to the presence validation matcher. If you're interested, I'll go ahead and add support for the other types....

**Is your feature request related to a problem? Please describe**: Workloads should not have access to long-lived credentials. In cloud environments in particular, there are mechanisms for distributing short-lived credentials...

kind/enhancement
lifecycle/rotten

Hi, Thanks for the great Resque plugin. I did a little refactoring in my fork which I humbly offer for your consideration. -- Emmanuel

Building on #264, this adds an `AbstractCmi5` superclass and defines its `constructor()` to accept `LaunchParameters`, then make `Cmi5` extend that class and contain all `window.location` references in the `Cmi5` subclass....

Hi, and thanks for `xapi.js` and `cmi5.js`! We're using `xapi.js` in a backend (Node.js) context. We're interested in using the higher-level `Cmi5` class, but the strategy of relying on a...

Because of how the `constructor()` and `getLaunchParametersFromLMS()` interact, it's not easy to subclass and use the `Cmi5` in a backend context.

Main thing here is extracting statement construction from other logic. First goal is to support simpler and more extensive testing of statement construction (see `cmi5-statements.spec.ts`), but secondarily it opens up...

**Describe the bug** The `RedshiftDriver` class inherits `createSchemaIfNotExists()` from the `BaseDriver` class, by way of the `PostgresDriver` class. The implementation of that method doesn't error on Redshift, but [it only...

bug
driver:redshift
pre-aggregations