Dominik Kohler

Results 19 issues of Dominik Kohler

My apologies for a lot of noise from me the last few days. We just started working on the QR-Bill implementation. I am currently writing our specification of the feature,...

enhancement

Same Fix as https://github.com/lazychaser/laravel-nestedset/pull/547, which is already merged to `v5` But this time directed to v6. @lazychaser is there a particular reason that `v5` is the default branch? If i...

The PHP Code: ------------- ```php require('../vendor/autoload.php'); use LightnCandy\LightnCandy; // The Template: $template = $helpers, )); echo "Generated PHP Code:\n$phpStr\n"; // Input Data: $data = array( 'var' => 'value' ); //...

This PR allows code completion for the `andReturnSelf()`-method by adding the `MockInterface` as return type. It uses the same return types as the `getMock()`-method. --- For this example, code completion...

The `check out the demo` on codepen is currently broken. > ReferenceError: Hashids is not defined I guess there should be some reference defined to the source, which is not...

I think it would be great if the auth_key could be disabled. We are using Athena in a k8s-Cluster, so its not available from outside. With that in mind, it...

This PR aligns this driver with the functionality of the AWS driver regarding how the mimetype can be manually set. The AwsS3Adapter tries to `mimetype` from config and overrules the...

This PR aligns this driver with the functionality of the AWS driver regarding it's mimetype detection. The GCS-lib has a mimetype detection, but it bases only on the file extension....

Hi all The Indicator Field seems not work for a boolean field, as I guess it's not it's intended behaviour. However, it would be great if this would work with...

Hi I'm just stumbled across a bug when using negative index, but the element with this index does not exist. The error can be triggered like this: ```php $object =...