jgallucci32
jgallucci32
I can reproduce the issue and notice the following errors in Windows Event Viewer **Event 1000, Application Error** ``` Faulting application name: ssh-keygen.exe, version: 7.7.2.1, time stamp: 0x5b60b79a Faulting module...
If using the Helm chart, you must add this entry to resolve the issue and force it to use `https` for the user_saml app: ```yaml nextcloud: extraEnv: - name: OVERWRITEPROTOCOL...
An example of this can be found in the Ruby linter `rubocop` ``` --fail-level flag to allow non-errors (or other levels) to be reported but not fail the linting process....
With E10 going away and E20 getting a price hike, I see this feature as being essential to keeping the community active with the Starter (previously Team) edition. Has anyone...
This can be reproduced by creating the following `~/.condarc` file ``` channel_alias: https://conda.anaconda.org channels: - https://conda.anaconda.org default_channels: - https://conda.anaconda.org ``` I first noticed this error when trying to configure JFrog...
Update, this can be fixed by adding `/main` to the end of the channels as follows ``` channel_alias: https://conda.anaconda.org channels: - https://conda.anaconda.org/main default_channels: - https://conda.anaconda.org/main ```
Another reason for having this feature is the use of controller-tools behind a company firewall which rate limits/throttles downloads to Github and other sources. It sometimes can take an hour...