Mark Hobson

Results 32 issues of Mark Hobson

Implicitly done by upgrading to CentOS 8. Removed db4-utils and db4 that weren't available in CentOS 7 but now error in CentOS 8.

Whitespace around dates breaks sorting in Firefox, but is fine under Chrome: https://jsfiddle.net/markhobson/4qmhgzwe/6/ A cursory glance indicates that `new Date(date)` in [tablesort.date.js](https://github.com/tristen/tablesort/blob/gh-pages/src/sorts/tablesort.date.js#L8) is [not cross-browser compatible](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date#Timestamp_string): Firefox: ``` > new...

help wanted

Sets element font size, which was previously only being used for layout.

When using playwright-pytest in conjunction with [pytest-flask](https://pytest-flask.readthedocs.io/) the `playwright` fixture can hang on teardown. See [markhobson/playwright-pytest-bug](https://github.com/markhobson/playwright-pytest-bug) for a reproducible example. Notice the two tests and their fixtures: ```python def test_page(page:...

p3-collecting-feedback

The `Optional` validator is used to short-circuit validation to allow empty field values. This works for single-valued fields but not for multivalued fields. For example, when `DateField` is used with...

When a basic field coerces a string form data value into a stronger type it can raise an error message. For example, `IntegerField` adds an error message `Not a valid...

enhancement

[GOV.UK Frontend](https://github.com/alphagov/govuk-frontend) should be upgraded from 5.1.0 to 5.3.0.

Thanks for the contribution! **Below** is a template that can make it easier when submitting your Organization: **Your Organization**: _Active Travel England_ **GitHub Organization url**: _@acteng_ **Country/Locality**: _UK_ Inclusion requirements:...

Some live servers support fixtures with a scope other than `session`, for example [pytest-flask](https://pytest-flask.readthedocs.io/en/latest/features.html#live-server-scope-set-the-scope-of-the-live-server). When using a narrower scope with a custom `base_url` fixture, it is unable to be injected...

We should truncate the logged request/response bodies to something sensible like 1K.