Kevin Bond

Results 420 comments of Kevin Bond

> Sorry for that, but did not have enough time to setup an env with correct versions of PHP and extensions. No worries! We really need #301!

Thanks so much for your patience here @NorthBlue333!

Hey @KDederichs! What about `$this->browser()->client()->getContainer()`?

Ah ok, glad you got it sorted. This is the same behavior of `static::createClient()->getContainer()`. > Might be good to place that a bit more prominent in the docs (cause I...

Could `$browser->disableReboot()` solve this? Or maybe take a look at https://github.com/Happyr/service-mocking.

Ah, right ok, `disableReboot()` would just prevent the container from being _reset_ between requests for the current instance of `$browser`.

> Is it possible to configure the PantherBrowser that it introspects/pause the browser by an error? Not currently but seems like a good feature - I think this should be...

Strange. I wonder if it has something to do with the nested nature of your expanded checkbox list (I don't believe the tests cover this specific scenario). Are you using...

Hey @benr77, Not officially supported yet. We want to support this in a way that allows using a filesystem abstractions (Flysystem). I've been hacking on a sort of _symfony-flysystem_ bridge...

We've discussed moving `LiveComponent/src/Resources/*` to `LiveComponent/(root)` but I believe the routing config would be a BC break.