A K Tolentino
A K Tolentino
Hi, After running the command in `pip install pyzmail`, i get an issue with `distribute`. I am unable to find the maintenance page of that package so i decided to...
May i request you add instruction in your README.md about how to regenerate the data and where endpoint exactly did you get this data from. So the community may reproduce...
Provided we have the model: ``` from django.contrib.postgres.fields import ArrayField from django.db.models import Model from phonenumber_field.modelfields import PhoneNumberField class Foo(Model): contact = PhoneNumberField() contacts = ArrayField(PhoneNumberField(), default=list) ``` Then run...
## Parser configuration ```js const issueParser = require('issue-parser'); const parse = issueParser('gitlab'); ``` ## Text to parse From: [Managing Issues > Default closing pattern](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#default-closing-pattern) ```text Awesome commit message Fix #20,...