Michael Slowik

Results 14 issues of Michael Slowik

I'm fighting with this weird, hard-to-reproduce bug where firebase gets into endless loop of a token refresh. ### Version @nuxtjs/firebase: 8.2.2 firebase: 9.6.7 nuxt: 2.15.8 ### Steps to reproduce It...

It looks like buildpacks are the only way to replicate App Engine environment locally. The limitation is - they are developed with production in mind. Key problems are: - `composer...

Because of `--no-dev` flag composer args are suitable only for production build. To allow dev or staging work `COMPOSER_ARGS` environment variable is introduced. `COMPOSER_ARGS` can be used to override default...

Because database migration is a step required to deploy majority of modern PHP apps, App Engine should have `/cloudsql` folder with socket connections to binded to Cloud SQL server the...

kind/enhancement

It's more common to use arrays as composer scripts than strings (ref.: https://getcomposer.org/doc/articles/scripts.md). Currently, buildpack will fail if the parameter is array https://github.com/GoogleCloudPlatform/buildpacks/blob/ef536fcd4a631fc75230c6a252bf230d2b272df0/pkg/php/php.go#L85 . Example: ``` "scripts": { "gcp-build": [...

After running multiple tests I couldn't make entrypoint to work with images generated using buildpacks while quoted. After removing this quote everything works correctly. Quoted version will always throw error...

Using `--volumes-from` overwrite image workspace with empty workspace. This change mounting only `/cloudsql`.

PHP-specific configuration is available [here](https://cloud.google.com/docs/buildpacks/php) and so should appear in README.

Most of PHP frameworks including Laravel require writable paths to maintain various types of caches (view cache, bootstrap cache, application cache etc). Because the only writeable path is `/tmp`, multiple...

kind/enhancement
lang/php

Hello, I'd like to bring up a broader topic related to the way Buildpacks handle composer PHP versions. When referencing the documentation from [Google Cloud Buildpacks for PHP](https://cloud.google.com/docs/buildpacks/php#specify_the_php_version) and using...

kind/bug
lang/php