-
## Version **1.0.14** of [chance](https://github.com/chancejs/chancejs) was just published.
Branch
Build failing 🚨
Dependency
cha…
-
## The dependency [chance](https://github.com/chancejs/chancejs) was updated from `1.1.3` to `1.1.4`.
🚨 [View failing branch](https://github.com/bgdsh/wechat-work-nodejs-sdk/compare/master...bgdsh:g…
-
## Brief
I would like to be able to provide a seed value to faker (chancejs) instance
The idea behind this is to generate (sequentially) always the same data when running a seeder
In the proje…
-
I like to create a factory method for each model so that it's easy to create it with all its data and associations.
```
class Post extends Model {
static async init ({ title, user }) {
…
-
## Package version
AdonisJs version 4.1.0
## Node.js and npm version
npm version: 6.5.0
Node.js version: 11.8.0
mysql version: 14.14
## Sample Code
**Schema file:**
```
up () { …
-
We use chance extensively for generating test data for API calls. We have come across issues where `chance.email()` is generating invalid emails, based on validation requirements that the email should…
-
## The dependency [chance](https://github.com/chancejs/chancejs) was updated from `1.0.18` to `1.1.0`.
🚨 [View failing branch](https://github.com/bgdsh/wechat-work-nodejs-sdk/compare/master...bgdsh:…
-
## The devDependency [chance](https://github.com/chancejs/chancejs) was updated from `1.0.18` to `1.1.0`.
🚨 [View failing branch](https://github.com/VikramTiwari/geo-from-ip/compare/master...VikramT…
-
I have a collection of **beacons** that I want to show on a map. I want their positions to be synchronized between all instances of the application.
That is, when I move a **beacons** to another po…
-
Right now, this module will automatically fall back to `Math.random()` in browser environments that don't support CSPRNG use, essentially failing open.
To operate securely, it should instead fail h…