radon

Results 6 issues of radon

I can't install the dependencies via `npm install`, even with node-gyp globally installed. The log starts to fail here: ```sh [...] > [email protected] install /home/radon/Gravebot/node_modules/v8-debug > node-pre-gyp install --fallback-to-build node-pre-gyp...

booted up, setup completed, trying to login (mainsite works) .env: (the one inside the docker container, changes in the `cachet-docker/conf/.env` seem to be ignored ``` APP_ENV="development" APP_DEBUG="true" APP_URL="************" APP_LOG="errorlog" APP_KEY="************"...

I highly recommend to update the license to explicitly state, that the code or its products may not be used for military purpose or for surveillance/intelligence gathering. The "no-evil" clause...

Hello, here is the code snippet: ``` public boolean Login() { JSONObject o = new JSONObject() .put("apikey", apiKey) .put("username", userName) .put("userkey", userKey); RequestBody b = RequestBody.create(JSON, o.toString()); Request r =...

**Describe the bug** When Lens is installed on a Win 10 and kubectl is installed in the WSL ubuntu linux subsystem, with configuration pointing the binary folder to where kubectl...

bug

Hello, I wanted to add trello integration to my docker-sentry. After adding `sentry-trello` to the requirements.txt i went through the build process, then the web upgrade process, which failed with...