Valentin Clavreul
Valentin Clavreul
I use GFM tables in the "description" section for my class but it's not rendered ## Expected behavior With the following PHPDoc ```php /** * Some summary * * Some...
## Description * Since `v10.1.0` While using a filter with `route`, every 200 POST request will be matched ```yaml m6_web_log_bridge: filters: request: route: some_route method: [ 'POST' ] status: [...
In the spirit of #429, I suppose there is nothing that prevents us to parallelize `BatchModifyKVStoreKey` calls. This will help us upload huge batches of data. Note that from what've...
## Issue With a full CDM, using a "clone" action on an entity (with possibly embedded data) did not copied _all_ values (only a subset...). ## Solution Still not sure...
TODO : decide which release to use before merge
**Test case** * lastest version of the CDM * use this kind of model setup (embedded attribute with multi values containing another embedded attribute) : ```yaml OrderFulfillment: attributes: items: type:...
Hi ! With the latest version (1.7.0) on Linux, whenever I click on the search bar, the app freeze for a few minutes. If I wait a little, then it...
When using a trailing slash in [this configuration](https://github.com/newrelic/helm-charts/blob/cfab889f9966a4c9144c100c8b9dc1ec391fcea1/charts/synthetics-job-manager/values.yaml#L76) it fails with a "cannot resolve host name `synthetics-horde.eu01.nr-data.net/` error". Works fine when removing the trailing slash. Expected behavior : principally fix...