Luciano Amodio
Luciano Amodio
Is there a way to have nested routes works? my page config is like this: ```js pages: [ { matchPath: '/:lang?/:uid', getLanguageFromPath: true, }, ] ``` paths like `\section` and...
``` Running "protractor" task Using SauceLabs selenium server at http://adamquadmon:[email protected]:80/wd/hub /home/travis/build/xxx/node_modules/protractor/node_modules/selenium-webdriver/lib/webdriver/promise.js:1542 throw error; ^ UnknownError: Unexpected server error. ``` my .travis.yml: ``` language: node_js node_js: - "0.10" before_script: - gem...
I'm developing against ionic master and this will fix bower dependencies, not sure if the best approach
I'm trying to have synth returning a default resource. The following code in the `back/back-app.js` works, is there a better way to do it? ``` javascript /** * Array of...
The command `wp acorn vendor:publish` fail with the following error: ``` Fatal error: Uncaught Error: Call to a member function make() on null in /srv/www/site.test/current/web/app/themes/sage/vendor/roots/acorn/src/helpers.php:33 Stack trace: #0 /srv/www/site.test/current/web/app/themes/sage/vendor/log1x/sage-directives/src/Directives.php(79): Roots\app('blade.compiler')...
Introduces two new CLI arguments to allow fine-grained control over how output file paths are generated: --filename-template: Specify a template string using variables like {domain}, {hash}, {ext} to define a...