Lee

Results 5 comments of Lee

For what it's worth, with regards to bloat, it actually works out OK for us when any update to the `master` branch (via PR merge, etc.) also recreates the `gh-pages`,...

Are there other optional settings? This might translate to a documentation issue. (If the `config.py.example` contains all possible settings, along with good comments, then I suppose we can call it...

WIP at https://github.com/cggh/panoptes/tree/master_fixURL

https://github.com/pypa/virtualenv/issues/53 http://stackoverflow.com/questions/15472430/using-virtualenv-with-spaces-in-a-path https://github.com/pypa/pip/issues/923 https://lists.gnu.org/archive/html/bug-bash/2008-05/msg00052.html AlexeyMK's comment on https://github.com/pypa/pip/issues/923 gives me hope that we might actually be able to work around this intractable issue (without forbidding spaces in path names) by...

Seems related (string casting limit of 18 prec), Monet data types: https://www.monetdb.org/book/export/html/187 ``` DECIMAL '(' Prec ',' Scale ')' \|DEC '(' Prec ',' Scale ')' \|NUMERIC '(' Prec ',' Scale ...