Jamie McLaughlin
Jamie McLaughlin
In DefaultDeployer, {{ project_dir }} resolves to the local project directory when it is used inside runLocal(). This may be intended behaviour, but it makes it difficult to copy things...
Using the export-ignore directive in .gitattributes is useful way to keep unnecessary files out of release archives and deployments. https://madewithlove.be/gitattributes/ I notice that Capistrano pulls deployments from git in a...
Hi, The file '/home/jamie/Downloads/vr.js-master/experimental/usb-driver/background.js' attempts to launch 'demo/demo.html' when the experimental usb driver plugin is launched. Unfortunately, the file doesn't exist. Maybe it got missed out somewhere or not committed....
I've now managed to get the vr.js experimental usb driver working on linux. I stumbled upon an article which clarifies the difference between the PROGRAM and RUN assignments in udev...
At the moment, Cupola doesn't seem able to correctly send keepalive messages to the Rift on Linux. The error given by chrome.usb is "Transfer stalled". If I comment out line...
Hi, just thought I'd mention that I got Cupola working very briefly on Linux. The first thing you need to do is adjust the udev rule which Google suggest. In...
Hi, After invoking php bin/console remg:generate:entity, whatever I type as the name of the entity, I now get: In ClassMetadataInfo.php line 3265: Notice: Trying to get property of non-object And...
The path given here in the docs seems to refer to the old location for editing routing (Symfony 2 and 3). It will direct you to a nonexistent file on...