Steren

Results 159 comments of Steren

I don't have much time to troubleshoot, if anyone wants to take a look, please do (CC @jmasukawa)

I'd rather update the `dist` and `test` codebase to be compatible with recent node.js version. Is this something you could help @jmasukawa ? After that, I can cut a new...

If we compare deploying [this sample](https://github.com/steren/container-info) with Dockerfile and with Buildpacks The node app is able to catch the SIGTERM signal when using Dockerfile but not Builpacks, this is why...

I suggest we re-open this issue and only close it when either: 1. GCP Buildpacks have a better default experience that would result in the SIGTERM signal not being swallowed...

Cloud Run customers are looking at using GCP Buildpacks for Ruby and PHP (via Cloud Run's continuous deployment from git feature, or deploy from local source feature). Notably in order...

I'm an personally advocating internally for this issue to be picked up. It is not intended for customers to have to use the undocumented GAE buildpacks.

I can confirm that the right owners are aware of the request.

(the same comment applies to any language-specific behavior that GCP buildpacks use to pick up proper language version)

I am not suggesting an implementation, I am suggesting an API surface. When I do `const runner = await createRunner(recording);`, I do not have to pass any browser or page,...

I see the different use cases. But my question was about a potential future integration: Could the variables I define and use in Remix also be changed at runtime using...