Andy Lulham

Results 25 issues of Andy Lulham

If I click the “add another” button for a stacked inline, the label is not incremented correctly: ![Screenshot 2022-02-28 at 13 38 50](https://user-images.githubusercontent.com/464193/155992662-fc51748f-6e8b-42a9-be58-eee6f5c083c9.png) It looks like django does this by...

I notice there are a couple of references to a `--force` flag in the `fb_version_generate` code, e.g.: https://github.com/sehmaschine/django-filebrowser/blob/6686ffeb00bac1779539992d7bea6253522606f2/filebrowser/management/commands/fb_version_generate.py#L70 This would be a useful addition. Would you be happy to accept...

Looks like there’s a problem in the deployment process: https://travis-ci.org/datasets/country-codes/builds/516205168#L482

A bunch of stuff here comes from statoids.com, but the data there appears to be quite out of date (e.g. Czechia still listed as Czech Republic). I wonder if it...

I occasionally get an “Upload Failed” message, like this one: ![screenshot_20210203-072726](https://user-images.githubusercontent.com/464193/106784009-c8a48800-6643-11eb-91ec-15aa1ac06dd7.png) When it happens, there doesn’t appear to be a way to retry. Refreshing the page clears the form. Also...

Mike Hancock was elected as a Lib Dem in 2010, but is currently an independent MP. [Details here](https://en.wikipedia.org/wiki/Mike_Hancock_%28British_politician%29). There’s no way to represent this in YourNextMP, so he’s still shown...

Difficulty 3

So e.g. ``` "Foo","Bsr","Baz"^M "Biff","Baff","Boff "^M "Qux","Teaspoon","Doge"^M ``` …results in: ``` $ csvlint test.csv .!. test.csv is INVALID 1. unclosed_quote. Row: 2. "Biff","Baff","Boff " ``` According to the [RFC 4180](https://tools.ietf.org/html/rfc4180),...

problem:bug
fn:validation
st:requires-replication

release-notes-generator uses conventionalcommits preset, but commit-analyzer doesn’t. This means changelogs and releases can end up out of sync. For example, the following commit: ``` git commit -m 'feat!: do a...

Many thanks for this package! #8 is a super useful fix, but isn’t currently on pypi. Would it be possible to push a new version to pypi, that includes this...