Andrea De Pirro

Results 14 comments of Andrea De Pirro

I'm planning to move my collection of api-platform services to a monorepo, in order to reuse helms, vendors, and other shareable stuff. Did you manage to solve your issues? Any...

@ymarillet your solution seems the one that works for me. Did you ever found a more generic solution for it? Or have anybody else did it?

@ymarillet I was thinking the same, doing 2 calls. But I hope that ApiPlatform will offer a good solution for it, as it seems to be a very common use...

I have a similar issue, seems like controller_action_layout_load_before is never executed when Turpentine is active. Anyone has a workaround?

I've developed the ability to configure multiple pem for iOS and Mac apps in my fork https://github.com/Yameveo/RMSPushNotificationsBundle/tree/multcert It's a little rough around the edges, but it works for our apps....

@richsage I've just created the PR. It needs updates to the docs, but I don't have time at the moment to update it, sorry

Hi @richsage tomorrow I'll rebase and try to fix tests. Bye!

this lib: https://github.com/drwpow/openapi-typescript/blob/main/src/types.ts uses the `Extensable` interface for all the objects that should support `x-whatever` custom extensions. ``` export interface Extensable { [key: `x-${string}`]: any; } ``` ``` export interface...

@1798972 have you ever found a way to remove or modify that part of the log?