Daniel Reguero

Results 16 issues of Daniel Reguero

[As per the docs here](https://developer.yahoo.com/oauth2/guide/openid_connect/getting_started.html#step-1-send-an-authentication-request-to-yahoo), I added the option in the `auth()` method to take in a third argument for scope, it works the same way as state, where it's...

As per https://github.com/advisories/GHSA-78wr-2p64-hpwj, this package is using version 2.11.0 of the Apache Commons IO -- https://github.com/snowflakedb/snowflake-jdbc/blob/master/thin_public_pom.xml#L42 I believe a simple update to the latest version should address this, https://commons.apache.org/proper/commons-io/changes-report.html#a2.17.0 if...

bug
status-triage_done

This PR intends to address [#3764](https://github.com/sidorares/node-mysql2/issues/3764) by introducing a `state` property on the connection object, aligning behavior with the [original mysql package](https://github.com/mysqljs/mysql/blob/master/lib/Connection.js#L21). The new property reflects the current connection status;...

mysqljs/mysql incompatibilities

When running the mysql2 test suite against an Amazon RDS MySQL instance, several tests fail because Amazon RDS restricts the use of SET GLOBAL. RDS blocks changes to global server...

needs discussion

Hey there, I am looking to contribute to this package =) I started by reading the contribution guide and it said how to run the tests. So I decide to...

question
documentation

### **TL;DR: The tests don’t reliably clean up after themselves on failures, failed assertions can leave connections, pools, or prepared statements open, causing the process to hang. The poku testing...

refactor