How to
Information on how to do something... anything.
Short answer: Restart apache or disable the APC classloader in your local.settings.php (see settings.php).
While working on the Give module, which follows the same pattern for donation forms as Drupal 8 core's Contact module uses for contact forms, an access control handler was not being found even though i quadruple checked that my handler annotation described the handler correctly for the name and location of its file.
The ConfigEntityType annotation for the access handler, with most other annotations removed:
I was getting errors like this in the console:
downloadable font: incorrect file size in WOFF header (font-family: "Graphik" style:normal weight:bold stretch:normal src index:1) source: ... themes/butaro/fonts/Graphik-Bold-Web.woff
downloadable font: rejected by sanitizer (font-family: "Graphik" style:normal weight:bold stretch:normal src index:1) source: ... themes/butaro/fonts/Graphik-Bold-Web.woff
Git would have given you warnings that look like this when you git added the fonts:
Our use case, re-saving existing messages, is a bit more complex than it should be, but not bad. This code will work for new or existing messages.
Where $exports is an array of long text strings that is each the JSON dump received form exporting a message type through the UI:
Here's the syntax you're looking for:
As of 2016, stable Debian repositories still have a very old version of Inkscape (0.48.5-3 in the default repos). The testing and unstable branches of Debian have the current recommended release, however, so it's quite simple to get it on your Debian:
This code shows how to set the browser bar page title the Page Title module way, without that module. (This was motivated simply because we were already gathering the info for another purpose in hook_node_view_alter(); there's no reason not to use Page Title!)
If you have tried to override an administrative template in Django using the app directories template loader functionality, you may have found yourself growing frustrated— I mean, you may have found yourself going insane.
The problem was acknowledged but
The order of INSTALLED_APPS is significant! Translations and Templates in Django can be overridden; the first app found will have priority.
I very much like having an autocomplete application launcher (one button to launch the launcher, and type a letter or three to select the program you want, and enter to launch it), and Synapse is the best i've used.
With no other recommendations forthcoming from Mint Debian Edition's official package list, and with Synapse clearly stable for Debian, the need seemed clear: add Debian's packages to LMDE in a way that wouldn't cause unintended updates to Debian, rather than LMDE-released, versions of packages which they share.