Christian Scheb

Results 45 comments of Christian Scheb

Sorry to bring up this topic again. I'm having pretty much the same use case as @darkdreamingdan. I'd love to use xeus-sql to teach students how to use SQL. It's...

👉 Released v6.4.0 including PHP 8.2 support

I can reproduce this behavior, but I don't yet understand where this is originating from. My recommendation would be to move your check to the `checkPreAuth` phase, so it's already...

Checker's `checkPostAuth` check is executed on the `AuthenticationSuccessEvent`, which happens once the `TwoFactorToken` was unwrapped. The original authenticated token is about to become the new security token, though by that...

We could add a `toArray` function returning all properties as an array. A function ```php public function toArray(): array { return get_object_vars($this); } ``` should to the job and make...

Hi, could you please explain why this is needed. Isn't `getQuote` doing the same thing?

Okay, I see. Could you please do me a favor and rebase your changes onto the main branch and force-push an update? For some reason the CI didn't trigger. I...

Please check the coding standards job, there have been some issues popping up.

The feature was discussed in #35, but it never got implemented. If you'd like to see that feature, I'm open to PRs. For getting a crumb value, there should already...