Niklas Correnz

Results 91 comments of Niklas Correnz

Also: > Buzz\Exception\NetworkException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead

I don't understand why the extension behaves this way. Any other dev-tools (inspect, react, logs, whatever) only shows the current tab. Why does this extension have to show other tabs?

Looks like this was fixed already over a year ago: https://github.com/reduxjs/reselect/commit/cea19b94cd2bf33c2350de821c74f38c8980cf00 Could you please create a new release! Also I've tried to add a test, but I can't get the...

I think they withdrew the PHP 8.4.11 release, although I can't find any information about that. It doesn't appear on https://github.com/php/php-src/releases and wasn't published to docker hub. So that might...

Try 8.3.23 😄 that 8.3.24 was "released" on the same day as 8.4.11 and is also not on the releases-list (anymore?). But in any case, I'm just guessing here. I...

As I said, for one we need to inject services into our custom connection. The bundle allows to override the connection's class with `wrapper_class`, but not as service with extra...

I've been updating our stack today (Symfony 8 with monolog-bundle 4) and I'm a bit lost with sentry. The [docs](https://docs.sentry.io/platforms/php/guides/symfony/integrations/monolog/) still refer to `hub_id` and `fill_extra_context`, which are no longer...

Thanks a lot! I think it worked, I've accidentally crashed into our rate limit by logging 1k events because I didn't realise the class' log level would override the handler...

@Litarnus I can confirm now, it works great. To summarize, this is all I needed: ```diff monolog: handlers: sentry: - type: sentry + type: service + id: Sentry\Monolog\Handler level: warning...

This library is a psr-7 implementation. I cannot find a `restrictedDataAccessToken` anywhere on https://www.php-fig.org/psr/psr-7/. What do you mean? What does this have to do with this library?