Scott Hamper
Scott Hamper
Hey Brian, I noticed today that calling `initializePlugins` multiple times would end up loading/executing all plugins, but would wipe out the `plugins` object on each invocation. I was working on...
Hey @Sommerregen , I use GPM's `direct-install` command to pin each plugin to a specific version so that my continuous integration pipeline produces more consistent builds. However, for some reason...
When an MVC application is hosted under a virtual directory in IIS, SassHandler will throw an exception due to improperly resolving the complete system file path of a SCSS file....
Hey All, In commit 900db3a, [line 133 in Controller.php](https://github.com/getgrav/grav-plugin-login/commit/900db3ac4a8e194666b33a21f26e253c66e73579#diff-ff35b2ab04cabcbaa81c3f03339369d4R133) attempts to determine if the visitor's IP address is a v4 or v6 address. It is assumed that if the address...