Dmytro Vdovychynskyi
Dmytro Vdovychynskyi
Greetings @OrkoHunter How do you like the idea to rewrite pep8speaks with GraphQL API? https://developer.github.com/v4/
Greetings! Trust relationship example provided in the [README.md](https://github.com/jtblin/kube2iam/blob/0674908a09796246ee2309344628486d791430f6/README.md#iam-roles) ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ec2.amazonaws.com" }, "Action": "sts:AssumeRole" }, { "Sid": "",...
Hello @abinoda ! I faced with issue with `Pull Reminders` app in Slack when another person approve my Pull Request and leave comment like on image below with approving PR...
Greetings! Nice wrapper But in my use case I need to use custom user-agent header for access If you ok with this feature request I will provide PR
In cases like ``` class Musician(models.Model): instrument = models.CharField(max_length=100) class Album(models.Model): artist = models.ForeignKey( 'app.Musician', on_delete=models.PROTECT ) ```` Order matters for cleaning models For example ```` from dj_anonymizer import register_models...
### What does this PR do? This example is equal to the one that is used at https://developer.hashicorp.com/vault/tutorials/monitoring/troubleshooting-vault#not-finding-the-server-logs But lack ending quote. ### Motivation Incorrect example on the integrations page...