Sehrope Sarkuni

Results 9 issues of Sehrope Sarkuni

Leaving a note here as a reminder to take another look at the SASL error handling. At first glance I don't think the errors would bubble up as they're thrown...

I was reading through the spec and thought it'd be nice to have a table of contents to jump to the various sections. Also adds a heading to the version...

## 1. Title AWS::CertificateManager::Certificate - Resource deletion fails when using DomainValidationOptions ## 2. Scope of request AWS::CertificateManager::Certificate with DomainValidationOptions allows automated validation of certificates via Route53 records on a HostedZone....

bug?

Couple of commits here to clean up some CI issues. * First removes the old Travis-CI config that hasn't been used in ages. * Second bumps a bunch of eslint...

How about adding a default value for `fallback_application_name` to show case the driver being used in the wild? Some possible values: * `Node.JS PostgreSQL Driver` * `Node.JS PostgreSQL Driver -...

After merging #3171 noticed there was a CI failure running on `master` but it's not specifically related to that PR. It's happening on the ARM runner: > /home/pgjdbc/actions-runner/externals/node20/bin/node: /lib/aarch64-linux-gnu/libc.so.6: version...

Please add `pg-password-util` to the wiki: https://www.npmjs.com/package/pg-password-util It's a standalone lib that handles encoding PostgreSQL passwords client-side so that `CREATE USER ...` / `ALTER USER ...` statements do not include...

This PR is a rebased version of #122 with a couple more commits added by me. That original PR improves the error handling and adds automatic disabling of color output...

This is a new PR that adds fs.statSync(...) to the model when rendering partials. It allows referencing things like the last modified timestamp or file size in the model itself....