Paul Myjavec

Results 9 comments of Paul Myjavec

This is an important fix, it's basically stopping our org from adopting this integration because it basically spams the entire channel.

I turned on the integration and it triggered several team members as they believed it's too noisy. I have to say, on second inspection, I agree. I think it would...

For some reason, my environment is missing present working directory in the `sys.path` so the import doesn't work. Adding the following, [checkers/foreign_key_strings.py#L119](https://github.com/PyCQA/pylint-django/blob/6c1e67ee9fb8db2f1fbc3eaf63d7accc2a195236/pylint_django/checkers/foreign_key_strings.py#L119), solved my issues. ``` import sys sys.path.append('.') ```...

Would be nice to have this. I was trying to use MFA with [google-autheticator-libpam](https://github.com/google/google-authenticator-libpam) and this breaks our Ansible because the pam module requires `AuthenticationMethods publickey,keyboard-interactive:pam` to be set in...

A little bit of extra feedback on this issue. We were also having a similar problem using the LXD connection plugin, commenting out the cycle detection seems to fix the...

@aengelberg this still seems to be an issue: ``` $ circleci-cli config validate Error: Error calling workflow: 'build-and-deploy' Error calling job: 'build-and-publish-image' Unknown variable(s): base_revision ``` Running latest 0.1.8302 You...

Is there a way to disable changing output configuration altogether and just relying on standard libraries? We have an application that uses the standard logging library, now we see three...

I'm having a similar problem, for some reason I don't think collectstatic is copying the CSS files to the S3 bucket. I'm experiencing it with Google cloud storage, but the...

Just so you know, I was having a problem with deploying via the `gcloud` cli. I was "submitting" a build and deploy via the cli which would archive my workspace...