Markus Fasselt
Markus Fasselt
@waynevanson sorry, I think I didn't express it well. I think it's coming from the callback that is passed via the setList parameter as it is used in the example...
Probably the warning is gone with the latest react versions. In my application I do not see the warning anymore 🤔
PHP 7.1 reaches end of line in 2 months and will not receive any security updates anymore (see https://www.php.net/supported-versions.php), so anybody who is still running 7.1 needs to update urgently....
In the OpenAPI spec the callbacks are defined for one particular endpoint. So it would be necessary to define which callback should be validated, as I think there is no...
The use case I am facing is that I need to ensure that the callback is triggered only with a valid payload and that the callback response is only processed...
Hey, I just discovered your project. It's interesting, I got the same idea several years ago: https://github.com/digilist/SnakeDumper I solved the foreign key problem by collecting all primary keys of dumped...
would be nice for me too.
Sure, I can take a look. Changing this to raw output does make sense, but I cannot reproduce your described error. Can you provide a fully working example or a...
Hi Dara, which version of SnakeDumper are you using? With version 0.2 I introduced automatic support for custom DBAL types, so that I think you must not configure anything (see...
I don't see a reason, why not :) I opened a PR to remove it.