Michele Di Cosmo
Michele Di Cosmo
The first time I run the following code, it runs ok. The second time I run it without restarting the program, I get this error. This happens both in debug...
As per dotenv documentation, multi-line settings should be stored with escaped new line characters (i.e. `\n`). `dump-env` generates the `.env` file without honoring this escaping
While using cGoa release 36 (the latest at this moment), when setting up the package using: ``` cGoa.GoaApp.setPackage(propertyStore, cGoa.GoaApp.createServiceAccount(DriveApp, { packageName: 'foxglove-bootstrap-store-package', fileId: '23DEu3o2C1NllQlUbdNjqxkpD1ZEvrIHs', scopes: cGoa.GoaApp.scopesGoogleExpand(['cloud-platform']), service: 'google_service' })); ```...
Hi, I have read your README and see there is still some important feature to be implemented in the short term, but I saw no commit since 2017. Have you...
On Windows 10 with Flutter 1.0.0: ``` C:\src\demo\planets-flutter-master>flutter build apk Initializing gradle... 128.8s Resolving dependencies... * Error running Gradle: ProcessException: Process "C:\src\demo\planets-flutter-master\android\gradlew.bat" exited abnormally: Starting a Gradle Daemon (subsequent builds...
Now that BoxCryptor has been acquired and not maintained anymore, I am moving away from it. The software is very buggy for operations on multiple files, so I used this...