Laura Seidler

Results 9 issues of Laura Seidler

Hi everyone, I'm really liking gcpdiag, and it has uncovered a few issues with our infrastructure already that we were able to fix, so a big thanks for making it...

With the changes introduced in https://github.com/DivanteLtd/vue-storefront-api/pull/390, the catalog API middleware became `async`. While this works generally fine, it breaks the default express error handling - instead of invoking the next...

When output cache tagging is enabled, cache entries are tagged with the first letter of the entity + the respective ID, e.g. `C1234`: https://github.com/DivanteLtd/vue-storefront-api/blob/master/src/api/catalog.ts#L130 Given that the entities `category`, `cms_block`...

#### Summary It looks like `redux-offline` was already removed from the web app, so the actions in this package relying on it don't work anymore. #### Environment Information - Webapp...

We ran into the issue that alerts that e.g. include a line-break cannot be processed anymore after turning off underscore escaping (which in our case, breaks links passed to potential...

Stale

This was implemented in #1028 for roles and policy attachments, but not for policies themselves, so they are still marked as to be removed: ``` global - IAMRolePolicy - AWSReservedSSO_OrgTechLeadAccess_4d1c5d3f2cc9cc4f...

### Bug Description We use the connector with IAM Auth + Cloud SQL for Postgres. It generally works okay, but we are occasionally seeing errors on shut down of our...

type: cleanup
priority: p2
type: docs

**Describe the bug** I'm using the `ImageField` like so: ```php ImageField::new('avatar') ->setUploadDir('public/uploads/avatars/') ->setBasePath('uploads/avatars') ->setUploadedFileNamePattern('[year]-[month]-[day]-[contenthash].[extension]') ``` This works, however I'm able to also upload files that are _not_ images. I would...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug