Philip Ardery

Results 164 comments of Philip Ardery

What do you think @nicolas-grekas? What I'm proposing here is more expansive than #44787

I agree @nosilentesdblog. Methods like getAlpha could be misleading, especially when there is a getInt, which might lead some to assume getAlpha is getString. And yes, int casting is dangerous...

another demo: https://phpstan.org/r/2028d1b8-3106-49cb-82ea-586241bf5186

Thanks for merging this. You might consider adding another approach: ``` // call this after crawling to a page if you'd rather not override Bootstrap's default scrolling behavior $client->executeScript('document.documentElement.style.scrollBehavior =...

I can authenticate in Panther with CAS, but I am not using a bundle but rather my own Guard implementation. I can navigate to pages that require authentication, and click...

@shadowc, you said > May be panther can allow for POST calls in their client (I've tried this and it just plainly said POST calls are not supported) Where is...

Interestingly, other ajax posts seem to work, so maybe there is something about this specific implementation that's wonky. I will test further and report back.

@drupol no, I've found it is not. The CAS protocol is very simple and easy to implement (at least on the consumer side). My coworkers who are depending on phpCas...

all good, thanks for the recommendation EDIT: I see you're the primary contributor, nice! Thanks for the FOSS offering.

Wow, I can't believe so many people have this issue too. I will test the `$enable-smooth-scroll: false;` fix and, if that doesn't work, the `html {scroll-behavior: auto !important;}` fix and...