Jim Dalton
Jim Dalton
When running a controller test against a Magento installation with Enterprise edition installed I'm bumping into the following test error: ``` Exception: Warning: Illegal offset type in isset or empty...
I've used this plugin for a long time and I have the following problem (which I do not see addressed in the documentation). Put simply, I am in insert mode,...
Recently, while writing some code to access session data at a low level, we ran into an issue with `RedisSessionStore` because it defines the following low level session methods (and...
This is easier to demonstrate than to explain. Imagine the following file structure. Assume that subfolder-b is a symlinked folder. ``` /path/to/subfolder-a/subdir/filea.less /path/to/subfolder-b/subdir/fileb.less ``` In fileb.less: ``` import "../../subfolder-a/subdir/filea.less"; ```...
This pull request provides a solution for the issue raised in #206. The main change is to improve upon the regex pattern that is used to munge a folder structure...
Due to a recently introduced change (33fb966197f14772e750a167638f1cb49d1f3165), it would appear that that request IDs are no longer freed after a resource has been fetched. The end result is that the...