Luke Hardiman
Luke Hardiman
``` const Store = require('electron-store'); const yourEncryptionKey = 'MyStrongEncryptionKey'; const store = new Store({ encryptionKey: yourEncryptionKey }); store.set('unicorn', '🦄'); console.log(store.get('unicorn')); //=> '🦄' ```
@mahadevans87 yes that is correct most apps can be reverse engineered and try retrieve the encryption key. That being said you do have options on making your encryption key a...
I just added `UIApplication.sharedApplication.applicationIconBadgeNumber = 0;` just incase anyone else has a problem.
Package is no longer available , i would go and install https://github.com/MauriceConrad/Photon or clone down and install locally `package.json` just replace the dev dependency https://github.com/connors/photon/blob/ba7b496f5d69ff486cdcf446bbfce3838bd6a4d0/package.json#L40 may work not sure but...
still on going project, had taken a break but will get back onto this
differently agree want to make it easier for my clients to be able to configure stuff them selfs will be pushing up outdates in the next couple of weeks
> Let me know if there's anything I can do to help Will do i have new version out but i have to sort out versions upgrades that blesta don't...
I have a new update for the latest blesta soon but i want to finish off backward support
based on this thread [https://www.virtualmin.com/comment/811540#comment-811540](https://www.virtualmin.com/comment/811540#comment-811540) using `--multiline` on curl request causes overhead. Will do some bench testing on creating scripts via dedicated and vps server.
Just bumped into this issue we have stopped MDM updating to iOS to 14.2 can we some how come together to resolve this issue? Keen to get this resolved as...