maggie44
maggie44
This is Yarn 3, I haven't tried with Yarn 2. 3.2.0 I have decided to abandon it and stick with Yarn 1. Nothing to do with Quasar, it's all on...
Another related yarn support issue, when running a build for electron it passes the `--production` flag which is deprecated: `yarn workspace ui build -m electron` ``` App • Running "yarn...
Are all of the settings from the customisation section of the app settings controllable from here if I was to export the folders from a version I have customised? Namely...
Fixed the lint errors.
Any updates on being able to get this merged?
Digging this one up to give it a +1. There is quite extensive configuration options for environment variables and with `config create` but as far as I can tell no...
> So two new commands maybe, `rclone config encrypt` and `rclone config decrypt` with corresponding API. Would that work for you @maggie0002 ? `rclone config encrypt passwordhere` or `rclone config...
> decrypt > > * call `config.ClearConfigPassword()` > * call `config.SaveConfig()` This would decrypt the password? It prompts for the password and seems to validate ok, but Rclone.conf remains encrypted.
It's a start, but would need some help with the API. And for some reason the decrypt isn't decrypting the file, despite it mimicking the same code as the CLI...
@ncw I pushed some changes, hopefully that covers it. There were some return types without precedent so went for what I thought made sense.