Joeri Verdeyen
Joeri Verdeyen
I'm running a sf2 application in Docker containers. ``` $finder->find('grep'); ``` returns `NULL`. ``` $finder->find('/bin/grep') ``` Is working. So it's using the very slow finder search by default. I'm using...
Hi, I'm using Berkshelf (http://berkshelf.com) to manage my Vagrant boxes, this might be very helpful to use with little chef. In short what it does: - manages your opscode cookbooks...
I would like to add some branding parameters/options to some admin pages. For example in `kunstmaan/admin-bundle/Kunstmaan/AdminBundle/Resources/views/layout.html.twig` ``` ``` And the cookbook link in `kunstmaan/seo-bundle/Kunstmaan/SeoBundle/Resources/views/Admin/Settings/robotsSettings.html.twig` Some suggestions: - A BrandingBundle with...
More configuration information, change the visibility prefix from the config file.
Hi, Thanks for this custom build. I'm using the following `Vagrantfile` ``` Vagrant.require_version ">= 1.7.0" $vm_gui = false $vm_memory = 2048 $vm_cpus = 4 def vm_gui $vb_gui.nil? ? $vm_gui :...
after a `lando start` the proxy containers fails to run. In the docker logs I can see the following: ``` docker logs -f landoproxyhyperion5000gandalfedition_proxy_1 STARTING UP ██ █████ ███ ██ ...