Wagner Souza

Results 12 comments of Wagner Souza

@kodemonster, I've started a script to automatically load the repository list and get the description ```js const fs = require("fs"); const axios = require("axios"); const GITHUB_API_URL = "https://api.github.com"; const README_FILEPATH...

if anyone need a workaround, this should work ```js const Constants = { storage: { mykey: 'myvalue', } } const now = new Date(); const inFiveDays = new Date(now.setDate(now.getDate() +...

@raphaklaus Can I get it? Also, `promisify` is now native from [`util`](https://nodejs.org/api/util.html#util_util_promisify_original) module can I use it or is there any reason to use that lib?

@raphaklaus Yes we can use it. Also, can I replace gulp with webpack? Or it's better to do in another issue?

Nice to know @romelperez. If anyone else need something similar to what I asked, this was my alternative solution: ```jsx {props.children} ```

@adiwajshing, I tested this, but did not work.

For `BKS` you can use `jks.bks.BksKeyStore.load`

@houd1ni, check [this](https://github.com/koding/websocketproxy), maybe can help you

My temporary (and dirty) solution was to create another type extending the default, and update the value when insert in db ```go type Product struct { Price decimal.Decimal `bson:"price" json:"price"`...

@pierrejoye, > Also if someone actually wants a true maximized windows on Windows (should be similar for GTK or other, I did not try yet), as the dimensions work around...