Dale Potter
Dale Potter
## Related component [Character count](https://design-system.service.gov.uk/components/character-count/) ## Context The current [GDS content style guide](https://www.gov.uk/guidance/style-guide/a-to-z-of-gov-uk-style#numbers) states: > For numerals over 999 - insert a comma for clarity: 9,000 ...however the information/error message...
Small change to the `InputRequired` validator, so that it examines the entire contents of `field.raw_data` for validation logic (rather than just the first element). This is helpful when the HTML...
### Actual Behavior ```python >>> import wtforms >>> class F(wtforms.Form): ... foo = wtforms.HiddenField(default='bar', validators=[wtforms.validators.AnyOf(['bar']), wtforms.validators.InputRequired()]) ... >>> f = F() >>> f.foo() Markup('') ``` A minimal HTML page featuring...
- **Package Name**: azure-cosmos - **Package Version**: 4.2.0 - **Operating System**: Ubuntu 20.04 - **Python Version**: 3.8 **Describe the bug** [May not be a bug] What is the advice for...
# Issue Type - Bug report # Molecule and Ansible details ``` $ ansible --version ansible [core 2.14.1] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/dale/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible...
I noticed documentation is [listed as the first todo](http://python-emails.readthedocs.io/en/latest/#todo) on the docs homepage. Is there any preference, or considerations, for what should be covered or how this should be added?...
Adds some minor extra detail to the readme and examples files. The latter relating to my experience following issue https://github.com/lavr/python-emails/issues/74.
Many of the test case files contain the line: ``` Organisation name ``` Just before 2.03 is released, the formatting for this should be fixed using regex.
See differences between how `iati-activities/iati-activity/activity-date/@iso-date` is defined at: - Version 1.05: https://github.com/IATI/IATI-Schemas/blob/version-1.05/iati-activities-schema.xsd#L461-L468 - Version 2.01: https://github.com/IATI/IATI-Schemas/blob/version-2.01/iati-activities-schema.xsd#L664 This also applies to other instances of @iso-date attributes from v2.01.
- Add expected error for nested form