Duvergier Claude

Results 80 comments of Duvergier Claude

To the extent of my knowledge on this plugin (of which I am not the original developer) this is not something the plugin does: So you are suggesting a new...

Hi, Thanks for the translation. Could you "merge" changes of both #33 and #34 into a single Czech-related PR (say #33)? Also, please move fixes for missing pt_PT and incorrect...

What are the benefit of releasing a Docker image for this "agent"? Don't get me wrong, I'm usually all in for Docker images, but for this piece of code whose...

As I said, I want to be proven I am wrong. I don't see how running this proxy in a container is useful so if you could explain it to...

I get why the \Zend\Mime API is following MIME "flexibility" of content and the impact it has on the \Zend\Mail API. @weierophinney said: > Or should the first part matching...

I've just started a simple patch to address this issue: I'll check/test it later and submit a PR if it's working just fine.

I fail to achieve what I want. Using `app = FastAPI(title=app_settings.PROJECT_NAME, root_path="/the_api")`: * The _Swagger UI_ web client is available at `https://server.example.com/the_api/docs` 👍 * Which loads `openapi.json` from `https://server.example.com/the_api/openapi.json` 👍...

There are ideas in this FastAPI issue https://github.com/tiangolo/fastapi/issues/829 I need to try.

No, I failed to find the correct settings or hack so I ended up using a dedicated FQDN for the API.

Is there a Logstash v6.4 `ruby` filter workaround? Theses does not work (to move `detail.*` under root element): ``` ruby { // Triggers a: Ruby exception occurred: Direct event field...