Matthias Vandermaesen
Matthias Vandermaesen
## Issue report **Question 1: What is the problem?** I'm trying to run [this application](https://github.com/sul-dlss-labs/image-server) which contains [this gem](https://github.com/curationexperts/riiif). The gem documentation states that I can change the behaviour of...
I'm trying to install zmq-beta extension (https://pecl.php.net/package/zmq) as a PECL package via phansible. I've noticed that the phansible assumes that the .so filename of the extension, and the name of...
Hi! I'm trying to set up Bedrock per the installation instructions, but `npm install` is failing with this error message: ``` > [email protected] install /home/netsensei/Workspace/my-bedrock-project/node_modules/ttf2woff2 > (node-gyp rebuild > builderror.log)...
So, I would like to add an custom created installed resource. But I was wondering how discovery of the plugin happens. [The documentation](http://docs.thedatatank.com/5.6/installed) says that this can be done in...
Clover coverage is supported by PHPUnit. I use it an several other projects. It reports how well unit tests are covering the actual code. It helps tremendously to write tests...
Hi, I'm using Angular Google Maps (http://angular-google-maps.org/) in an experimental project, but when karma tests oftentimes fail with this error: ``` PhantomJS 1.9.7 (Mac OS X) ERROR ReferenceError: Can't find...
Currently, we always generate a domainname according to this rule: . When hard linking assets and working in a team, this can cause problems with broken links. In a team,...
Rum says a db/db user where created based on the output of the shell command, while the db objects themselves were not created at all. This is confusing. We should...
Creating a database on a local machine should be optional. Sometimes, a shared db server is used to store the database. A local db setup isn't need in such a...
Frontend devs sometimes prefer to work from http://localhost/projectdir since their mobile testing devices don't support hosts files and setting up local dns'es is too much of a hassle. Therefore vhost...