Koen Punt

Results 109 issues of Koen Punt

We're using this library in kotlin, and when passing more than 2 futures to combine, the resulting arguments are always non-null, even when the result type of the future is...

The [RetryLink](https://www.apollographql.com/docs/react/api/link/apollo-link-retry/) from Apollo can retry operations, and does so by simply executing the operation object again. The MultiAPILink determines which api to use from a directive in the document,...

Node 16 is out of its maintenance period, and thus isn't officially supported anymore. This PR adds the combinations of Ruby 3.2 × Node 18 and Ruby 3.2 × Node...

When having a multiple select the create option link always appears, this is because the option, when selected, is not in the select anymore.

bug

As @slothbear mentioned in #16, there is currently no event indicating there has been an option added. Something like `chosen:option_added` could be triggered.

feature

This reenables two accidentally disabled tests. This also removes the [OCD snake_case patch](https://github.com/jpfuentes2/php-activerecord/commit/0d12e4d7b2f477ae96ca8cd78175d5dd0a2b7bb5) that once was introduced.

Depending on your MySQL configuration, errors like this can appear: ``` PDOException' with message 'SQLSTATE[22007]: Invalid datetime format: 1292 Incorrect datetime value: '2014-07-19 09:59:36 UTC' for column 'updated_at' at row...

It would be nice to set connection details from an array. Now it is already so that the connection string is parsed to an object. So converting from an array...

Work to implement suggested feature: #486

feature