Daniel Kiesel

Results 19 comments of Daniel Kiesel
trafficstars

No, that's not working. I want the translated string and not the translation key.

I think it is a timing problem. Sometimes it will be shown, but the most time not.

I have found the problem! Joyride is not working with observables or async operations. The translation is loaded after some milliseconds and joyride uses the empty value before. When I...

@ddproxy Can you please check and merge it?

Why is there no Pull Request? Is this repository not maintained?

Wir (@craffft) haben eine OAuth2 Authentifizierung basierend auf dem Symfony [FOSOAuthServerBundle](https://github.com/FriendsOfSymfony/FOSOAuthServerBundle) für Contao 4 umgesetzt. Dabei wird momentan die tl_member Tabelle verwendet. Könnt ihr euch ja mal anschauen. Habe gerade...

Ich kann das Symfony API Platform Bundle empfehlen. https://api-platform.com Damit kann via Annotation eine Entity erweitert werden und dadurch wird eine Standard Rest API (Post, Get, Put, Delete) mit Pagination,...

It's not working. The problem is that you define a specific version of `stripe-php` in the composer file. This should be done by the project, where this bundle is used....

The correct path seems to be `app/Resources/ApiPlatformBundle/views/SwaggerUi/index.html.twig `

Do you know, where to store the `authorizationUrl`? I found something about `securityDefinitions`. https://github.com/swagger-api/swagger-ui/issues/1384