Chris Lamb

Results 28 issues of Chris Lamb

See https://reproducible-builds.org/ Signed-off-by: Chris Lamb [email protected]

Prefer UTC & locale-agnostic timestamps, as well as fallback to the SOURCE_DATE_EPOCH[0] environment variable instead of using Time.now (eg when passing input via stdin). [0] https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Chris Lamb [email protected]

Importing "from inspector_panel.panels.inspector import debug" is pretty long - you need to compete with people just typing "print" because it's shorter and they are lazy. Therefore, maybe if you add...

Hi, I can often crash wasavi with "ctrl+v →G". ie. I'm trying to select the current line down to the bottom of the file (in order that I can delete...

Hey, I *really* love how you can just do `daiquiri.setup()` and then just Move On. However, as soon as I would like to change the formatting (ie. drop the process...

Whilst working on the [Reproducible Builds effort](https://reproducible-builds.org/) I noticed that sphinxcontrib-mermaid could not be built reproducibly. This is because the inheritance properties of class diagrams were collated using a Python...

I often need to know exactly where we are committing inside a Django view. I've got this working with http://gist.github.com/484450 (Unfortunately, commit() and rollback() are methods of the database connection,...

Feature

Hi, [This is redis 4.0-rc2] The "Test HINCRBYFLOAT for correct float representation" appears to be failing on non x86 architectures. See, for example: * https://buildd.debian.org/status/fetch.php?pkg=redis&arch=armel&ver=4%3A4.0-rc2-2&stamp=1483816143&raw=0 * https://buildd.debian.org/status/fetch.php?pkg=redis&arch=armhf&ver=4%3A4.0-rc2-2&stamp=1483816489&raw=0 * https://buildd.debian.org/status/fetch.php?pkg=redis&arch=mips&ver=4%3A4.0-rc2-2&stamp=1483817927&raw=0 *...

state:to-be-closed

Seems like there's ``DH_UPGRADE_SETUPTOOLS`` when using the "buildsystem" style but no equivalent for the ``--with=python-virtualenv`` style. Is this deliberate? (Want a patch?)

easy
docs

The CasePleuralSpaces.left_pleural_space and CasePleuralSpaces.right_pleural_space fields are nullable (ie. ``null=True``). ## Possible Solution This could be an oversight; perhaps we can make them not-null - it would certainly be tidier and...

official
interface-backend
minor
bugfix
good first issue