Mike Greiling
Mike Greiling
This bug was introduced in e73ffe6 (Issue #744) Apparently, now that Model has both a `__call()` and `__callStatic()` method, when I attempt to invoke a finder from within an instance...
## Description of the issue. Lithium does a great job of avoiding the use of superglobals in favor of the Request object, and relegating all output functionality to the Response...
Vagrantfile: ``` Vagrant.configure("2") do |config| config.vm.box = "trusty64" config.landrush.enabled = true config.landrush.tld = "dev" config.vm.define "app" do |layer| layer.vm.hostname = "foo.dev" layer.vm.network "private_network", ip: "10.10.10.10" end config.vm.define "db" do |layer|...
Liquid provides a `xml_escape` filter that will work nicely in its place. CDATA has some potential pitfalls when it comes to content-type encoding and GitHub Pages serves up XML with...
This adds a simple theme using only the base 16 ANSI colors. Some terminal emulators (like the macOS Terminal.app) do not support truecolor, and one can get around this by...