Aaron

Results 18 comments of Aaron

package-lock.json is generally intended to be committed, this shouldn't be in the gitignore.

Is it the order the style sheet loads or the order/hierarchy of the css classes used? Because I have no idea what order webpack includes stuff (I can look into...

Any updates on this? I'm not quite sure how to setup a test myself using the raw SDK as I'm attempting to use via TypeORM (which would need an update...

Looks like the Quote API works for that, was able to implement directly with Alpha Vantage, might try and submit a PR if I find some time to add it...

Do the promises still work (or only work?) the way as described in the README? I am using the promises like so that seems to work also: ``` b2.functionName(payload) .then(callback)...

Dug around in the code and looks like the README info for Postgres should be updated to show `ENGINE: PostgresSQL` instead of `ENGINE: PostgreSQLJDBC`

Separate issue, or question rather, but I wont open a new one right now.. I used the dummy values for the ARNs and AWS-SDK is yelling at me that it...

Thanks for your reply, I'm using Node.js (https://www.npmjs.com/package/aws-sdk) I've run into such issues before with other packages using aws-sdk. If I remember right there is a way to avoid this,...

Ah hah! Your example above lead me to setting an Endpoint URL in the typeORM ConnectionOptions serviceConfigOptions fields that are passed to the AWS-SDK like so: ``` { type: 'aurora-data-api-pg',...

Ah that seems to work too, so both PostgreSQLJDBC and PostgreSQL are supported but JDBC is better?