-
Hi,
great package! Is there an easy way to enable all the URLs to use `https` instead?
Thanks!
-
In order to quickly set up a demonstration of the platform, it would be useful to generate mock data. Add a mock data package to the project and set up some initial mock data scripts to populate proje…
-
var mocker=require("mocker-data-generator");
var util=require("util");
var Product = {
brand: {
values: ['Apple','Samsung','Sony']
},
category: {
values: ['laptop','phone'…
-
If you're submitting a bug, please clearly state what is:
#### the JSON Schema content that fails - preferably using http://json-schema-faker.js.org/ (paste the schema, click `generate` and grab updat…
-
@dmitrisweb, @dmitryshimkin,
The raml-mocker as had update to its dependencies. i.e. fakerJS 3.1.0 etc. Current version of raml-mocker is 0.2.0. Can we have the raml-mocker-server updated to track ve…
-
After reading the documentation http://www.ember-cli-mirage.com/docs/v0.2.x/factories/#using-fakerjs i thought that `faker.random.list('a', 'b')` will return me a value 'a' or 'b', but it returns a fu…
-
Here's how I see this working. If Mirage finds a `/mirage/scenarios/default.js` file, it will use that to seed its database during development, rather than the fixture files.
This file will export a …
-
I'm using sendgrid-nodejs to send a welcome email on sign-up.
Using mongoose, i set a post hook and send the email after a valid save.
For the moment, it works well. I'm just missing my tests.
Is the…
-
@fizerkhan, in #2 you mentioned:
> More importantly, the generator code is not enough for fake data. You can use FakerJS https://github.com/marak/Faker.js/
Thanks for the suggestion! I might add it …
-
Hello,
in README file it's saying next for init and running new dyson project:
```
npm install dyson -g
dyson init [dir]
dyson [dir] 3000
```
When you try to run project with
```
dyson [dir] 3000
…