Thijs Damsma

Results 29 issues of Thijs Damsma

Validating multipleOf values non integer values is problematic. It can be argued if this is a bug or a logical result of how floats work, but the result below will...

First of all thanks for the wonderful library and inspiring examples! As I was fiddling with the (asynchronous) bleak library I realized that some of the commands in pylgbst are...

Fixed bug in function 'onlyOne', where onlyOne(2,0,0) would return false because it was adding the (non coerced) value of the argument to the sum. Also onlyOne(2,0,-1) would return true

for second edition

As there is no pre-built firmware available, and there are quite a few build dependencies, I think it would be nice to include that and lower the barrier to entry....

Follow up of #95 SQLAlchemy allows setting UUID columns to either a string representation of a UUID (e.g '46260785-9b7e-4a59-824f-af994a510673') or to a Python uuid.UUID object. Fixes #94 Includes #179 as...

As far as I can tell there is currently no option to generate versions of the image with different aspect ratio's. Typical use case (for me) would be to generate...

I just learnt about the Journal of Open Source Software(http://joss.theoj.org/about), an academic journal where you can publish research software projects. Seems like this software deserves a publication there.

I want to add log messages to the post_gen_hook, and ideally I would want to change the log level depending on whether I called cookiecutter with the -v option or...

question

This is kind of a follow up on #176 When pasting data from excel with quotation marks, this isn't handled properly by jExcel. After some testing, I found that excel...

### Feature Request Currently both `inf` and `-inf` are substituted with `1/0` when `nan_inf_to_errors=True`. I think it would be better to substitute `-inf` with `-1/0`. I would be happy to...

feature request