Pedro Aguiar

Results 157 comments of Pedro Aguiar
trafficstars

What is the difference between what you're suggesting from [this](https://github.com/springdoc/springdoc-openapi-gradle-plugin/security)?

It's already possible: https://github.com/springdoc/springdoc-openapi/issues/335#issuecomment-572704824 .

The line right above it seems to allow the user to adapt the window dynamically instead of hard-coding a set of values.

I can corroborate that, unlike `quarkus.oidc.auth-server-url`, `quarkus.smallrye-openapi.oidc-open-id-connect-url` value is fixed at build time. The workaround is to provide it at build time via its respective environment variable: `QUARKUS_SMALLRYE_OPENAPI_OIDC_OPEN_ID_CONNECT_URL=...`

What do you mean by "before sending a message"? Does that mean that the errors go away once you send a message? If so, are you referring to sending a...

We need more information, such as which user trigger this warning. I suspect the that their account was created before some change in the phone numbers, like the 2017 national-wide...

@Raptor Can you check if the problem still occurs with the latest release (v3.11.0)? If so, can you provide a minimal reproducible example as asked above?

> In the php dockerfile, it seems it doesnt install any zip package. If you try to install laravel inside the container after docker-compose up, it says something like "not...

> @Paguiar735 Thank you for your detailed reply. I ended up solving my issue by just hacking at it until it worked. > > Regarding your comment > > >...

There's a failing test: ```sh 290 /opt/hostedtoolcache/Ruby/2.7.8/x64/lib/ruby/2.7.0/psych.rb:456:in 291 parse_stream': undefined method `parse' for # ``` Can you install the following dependency and try again? ```sh apt-get install -y libyaml-dev ```