Andrej Hudec
Andrej Hudec
This is a little performance improvement. If the optimised dumped classmap is generated, the tests should not be part of it. Documentation: https://getcomposer.org/doc/04-schema.md#exclude-files-from-classmaps
Adding support for `craue_formflow_wrapper_class` twig variable to customize the wrapped div.
This is a little performance improvement. If the optimised dumped classmap is generated, the tests should not be part of it. Excluding unit tests is [very common in Symfony's bundles](https://github.com/symfony/filesystem/blob/master/composer.json#L23-L25)...
This fix ` Uncaught TypeError: factorial(): Return value must be of type int, float returned`. If the `$n`parameter in `factorial()` is bigger than 20, it will cause type error because...
| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | - #### Summary This PR adds new events `onMigrationsQueryExecuting` and...
Fixes: #31
fixes https://github.com/googleapis/google-cloud-php/issues/7187 [According to documentation](https://cloud.google.com/pubsub/docs/emulator), the Pub/Sub emulator only supports unsecure (HTTP) connections. After updating `google/cloud-pubsub` to version 2 there was no option to use the emulator with REST transport...
For the 3.x branch, this PR adds a compatibility option that allows encoding messages using the new `flat` format, while still supporting decoding of both the old `wrapped` and new...
The Pub/Sub message generated from this bundle is currently double JSON-encoded. This adds unnecessary complexity for other applications when processing the messages and introduces avoidable complications. It can be simplified...