Joseph Flatt

Results 32 comments of Joseph Flatt

Ok, I did some testing and while this might make finding the settings.php file faster, I think that most of the time there will be no functional difference. The patch...

I am going to take a stab at this. I suspect that this might break some APIs, but I will see how much I can implement without doing that.

I have made a port of the core functionality of the d8cache module and uploaded it at https://github.com/hosef/d8cache, although I have not fixed the hooks for blocks because they are...

I finally have all the tests passing, so this is ready for review. I am pretty sure there is still stuff that i have to clean up in the comments...

I think I am going to take another stab at this. I want to try and see if I can implement it in a way that is easier to explain...

@herbdool I updated the PR with the changes from 1.x again and I think I have addressed all of the things you brought up in the last review. There is...

I was able to get rid of the issue by totally removing the call to array_flip. I was not able to find any other way of getting that error to...

That is good to know. The problem though was that as far as I could tell, my debug code just never ran at all. Even putting a try/catch around it...

@izmeez The functionality provided here is not specific to Pantheon, but Pantheon uses it to provide better caching in the proxy cache layer that they have on their infrastructure. The...

It is from the HTML5 spec, not the CSS spec. I am not sure why, but HTML color inputs require exactly that format to use them. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color#value