Xavier Cambar
Xavier Cambar
Although it appears in the usage `--help` option, the `--nodejs` option that allows to pass options to the node binary does nothing. The file `lib/command.js` declares it, but it is...
Following up comments on https://github.com/ember-learn/ember-cli-addon-docs/pull/230 I gave a shot at working on moving API docs to their own top-level section. This PR provides the following significant features: * zero-config API...
### Description I am working on a monorepo where all the lint-staged config are in the packages (or workspaces, depending or your preferred nomenclature). In other words, the package.json at...
as per https://github.com/danielspaniel/ember-data-factory-guy/issues/156#issuecomment-162867001, add a `with` method that replaces withParams and allows to validate headers as well as params. The methods accepts an object literal, the key `params` defines the...
## Changes proposed in this pull request This PR allows devs to use `$ jscs --fix` on their codebase to fix the rule `disallow-const-outside-module-scope`. If you think this can be...
## What Changed & Why The doc at http://ember-cli-deploy.com/docs/v1.0.x/configuration/#usage states that: > Individual config properties can be pure values or functions that receive the context object and return a value....
When installed as an app (in Android), the ability to share the current entry is lost (or not visible le enough for me, at least). That would be a nice...
The password auth requires config about the registration. For many reasons, that should not be mandatory., especially if the route is made public by everyauth.
A failed auth attempt should always return HTTP code 401. As far as I've tried (password only), the code returned is always 200.
This PR allows, with a backward compatible modification, to let the developers partially apply a context to a message. This is very useful for instance when extending the messages provided...