Constantin Graf

Results 16 issues of Constantin Graf

Is there any way to find out how often a job already failed, inside the job? For example: If I configure the queue like in the example with `maxReceiveCount: 3`,...

## Bug Report - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [X] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). The following code...

scope:framework
bug
internal-api:wp-cli-utils-format-items

## Bug Report - [X] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [X] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). I created the...

scope:framework
bug

## Steps to reproduce Given a wordpress instance **without** another plugin that provides a `\Aws\S3\S3Client` class. - Download release ZIP (or clone the repo it works both ways) - Run...

I am trying to fetch a repeater acf field of a user and I get the following error: ` Illuminate\Database\QueryException : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'post_id' in...

I want to deploy a serverless container that uses a Dockerfile that is based on a image in the Scaleway Docker registry. The image that I want to deploy looks...

I made a mistake in the `Dockerfile` that I tried to deploy as a serverless container and the error message from the `serverless deploy` command was this: ``` Using credentials...

As far as I understand the code, the `serverless invoke` command is currently missing two important features. 1. It does not work with private functions/containers. 2. I can not pass...

I currently have an application with the following folder structure: - `serverless.yml` - `docker` - `image1` - `Dockerfile` - `codefile1` - `codefile2` I think this currently does not work because...

I created a data model with StarUML and exported it with this plugin. (https://github.com/niklauslee/staruml-ddl) After that I changed the database (added columns, changed columns to nullable, etc.). Is it possible...

enhancement