geek-merlin
geek-merlin
We use this for our own projects. This should be postponed until the upstream patch is in.
It looks like hovering is [added](https://github.com/stefanocudini/leaflet-list-markers/blob/master/examples/simple.html#L38) in the example.
Patch worksforme. Only thing left is to fix the path expression.
OK Codestyle is fixed now. Next i can use some hints: ``` php // @fixme Fix directory to use project root. $this->addDrushServiceProviderFromSubdirectories(dirname(DRUPAL_ROOT) . '/drush'); ``` Deriving the drush dir from...
Thanks for looking into this! Unfortunately i won't be able to work on this any soon.
> (config:import --partial) Thanks! But: That would be no win compared to "edit config-export and cim". Your plan to use interaction sounded reasonable and i did not get why it's...
I also ran into this. No way to add a non-existing config item, which is very annoying, as i worked with a hidden config setting that has no UI. Checked...
PR #4118 works fine here for quite some time ;-).
I ran into this too. After quite some fiddling this worked for me: - Format the USBdisk with option **MBR** => It will NOT be recognized. - Format with **GPT**...
Note: One could also mitigate the huge-directory issue (like git does) via prefix dirs (blobs/ac/ab/acab0815.blob). (EDIT: this had been done long ago.)