Galdin Raphael

Results 24 comments of Galdin Raphael

Thanks for your response @MackinnonBuck It's nice that this is going to be addressed in some form. The real reason this bug/feature-gap is a pain is that the error message...

I think now I understand why this wasn't already added... the docs need some work...

@Ruakij - for traefik, I would create a separate ingressroute with a higher priority and no middleware to handle API requests. When you have two IngressRoutes, only one of them...

An alternative would be to use an array as the root (in the output): ```json [ { "basename": "hey-there-delilah" } ] ```

I think an array would make more sense than the current output. However if you don't feel strongly about it, feel free to close this. A breaking change would be...

> It seems to build some sort of structure with 22,000 objects using 117MB of memory which I assume is not being freed for some reason. Sounds more like inefficient...

I understand that the GCC versions available are currently tightly coupled to the chosen OS's standard PPA repositories. However, the latest compiler could always be made available via other means...

I was seeing the same behavior when I installed using vcpkg. However, I see the file here: https://github.com/oatpp/oatpp/tree/master/src/oatpp/web/mime Should be something to do with the way vcpkg package was buildt.

Ok, I think I figured. Use the example for v1.3.0-latest instead: https://github.com/oatpp/example-crud/blob/1.3.0-latest/src/AppComponent.hpp

@KaydenMiller - that can already be achieved. The session duration must be set on the OIDC authorization server (Entra, Okta, Keycloak, or whatever you use) and client apps should be...