Adrian

Results 130 issues of Adrian

This is just from me testing if things are broken with the new major release of Flask-SQLAlchemy 3. But once the stable version is out we can probably upgrade to...

hacktoberfest-accepted

We already have this for abstracts, so it'd make sense to have the same thing for papers.

enhancement
trivial
help wanted

While at it, being able to set a maximum amount of files that can be attached to an abstract would probably make sense as well.

enhancement
trivial

Even for short-ish things like TV shows (40 min) it's quite a hassle to seek to a certain position somewhat accurately (and with that I mean 15s precision). I'm not...

e.g. `DROP TABLE foo.bar` instead of setting the search path to `foo` and then `DROP TABLE bar`.

enhancement

Especially when e.g. comparing local copies to production databases you rarely care about these, and with big database the (otherwise possibly empty) diff is unreadable due to all the spam...

I just reformatted docs because people had trailing whitespace in many places. This doesn't mean I should be considered an author, so it would be nice if whitespace changes were...

Click uses `\b` to prevent re-wrapping: https://click.palletsprojects.com/en/8.1.x/documentation/#preventing-rewrapping Maybe this rule could detect if it's a function docstring that has a `@click.*` decorator on it, or have a setting that whitelists...

docstring

Right now there doesn't seem to be a way to do this. - Having to specify a null/undefined default for a prop where you're perfectly fine with it being undefined...

enhancement
help wanted

When creating a form to edit an existing object the empty-to-undefined conversion is problematic for optional fields that can be cleared by the user. Having to specify `parse={null}` in every...