Simon
Simon
Yes MQTT 5 does include an authorization failure code, but it doesn't appear to surface in `on_publish()` sadly.
>in most situations we will want to do something like docker-compose exec php [SOME_DEV_TOOL]. Like for example use phpdbg to run phpunit so that we can measure our code coverage....
> For php-zts version the command > > ``` > COPY --from=php-cli /usr/local/bin/phpdbg /usr/local/bin/ > ``` > > will not work as workaround > > It would be very helpful...
Funny after working through this for a while, and updating recently to `phpunit10 & php8.2` I found this: https://github.com/sebastianbergmann/phpunit/issues/5173#issuecomment-1418253018 Suddenly and without warning, I no longer have a horse in...
In my case, as an exclusive local docker use only, it would be ideal to bootstrap the container with my API key. It won't have other users, ever. Maybe if...
In case it helps anyone in the future, this caused me quite some headaches. In the end, I fixed it with these simple changes to my dockerfile: ``` RUN apk...
I'd be happy to!
Interesting, I'll give that a try, and also take a look at the TextEntry and if that is also pollable or not, thanks for the comment!
If maintainers can confirm/agree, I don't mind tackling the PR 🙏
I haven't forgotten, it's in my todo list :D If it's urgent to anyone else which seems unlikely, feel free but I should get to this in the next week...