Wagner Souza
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() +...
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...