Roland Franssen :)

Results 86 comments of Roland Franssen :)

Also, AFAIK the trick in docker envs et al is to use different process: https://github.com/relaxart/monolog-docker-handler/blob/master/src/DockerMonologHandler.php

i guess it would be nice if this just worked, without the need for extra `ThisableMessage` the feature would be binding `this`, or crash if used but not bound

> ->passMessageToDetail(true) ideally i'd prefer enabling this on the throwing/calling side, which is more or less matter of throwing ValidationException instead globally assuming any exception message is a non-sensitive one...

`throw HttpException::userFacing('safe message')` perhaps, to mark the exception "safe"

cc @rennokki pls :)

hi, how do i get a diff/changelog for https://artifacthub.io/packages/helm/bitnami/nats/7.9.9 vs https://artifacthub.io/packages/helm/bitnami/nats/7.9.10 :thinking:

> extremely impractical and error-prone agree, im going to block/ignore renovate updates

fix is `doctrine.orm.validate_xml_mapping: false`, which is deprecated, which is an issue ... but it works :shrug:

true :angel: im not sure what best way forward is. I do like to point out creating addiotional `.gedmo.xml` (#2657) is not really ideal in our case, we will probably...

currenly im quite happy with the client, but i had some issues discovering features like ACK/NAK as well. Also confusing is `Stream::publish vs Client::publish` + `Stream::put vs Client::dispatch` we settled...