Ilya Chekalsky
Ilya Chekalsky
Some S3-like providers do not support multipart upload, so we need to configure multipart_threshold to disable it.
According to AWS S3 support response, when we are creating presigned S3 URL, it's expiration date restricted not only by our will, but also by expiration date of a token...
Hi, great work! Any chance to use your approach with videos? I've tried a little bit and now it's flickering a lot.
If you will try to do this: `$pdo->fetchCol("SELECT id FROM table WHERE removed = false AND data @> '{\"is_hidden\":false}'::jsonb AND type in (:types)", ['types' => [1, 2]]);` you will get...
# Description If there is a double quote in comment then whole string is included as the value # Yaml file to test ```yaml -- name: test process: name: 4K...
In IDE autocomplete for `HelperLocator` class doesn't have basic helpers like `a`, `base` etc Would you like to add it there? It could be achieved by adding PHPdoc to `HelperLocator`:...