Chris Roberts

Results 6 issues of Chris Roberts

Upon navigating to http://myapp.iriscouch.com/acralyzer/_design/acralyzer/index.html#/dashboard/ and refreshing on Chrome 28.0.1500.95, Acralyzer immediately starts to chew up more and more memory as well as pegging the CPU (25%, so perhaps it's just...

Though not generally used for production purposes, it can be useful to install Python packages from VCS repos through pip by using a special URL (documentation: https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support). Tohil cannot be...

We've got all those commented printf's, it'd be great if we could turn them on at runtime. Preferably it would be configurable via Python (and perhaps even log via Python's...

Reduce reproduction of some code from pyman that triggers this: ```tcl package require tohil tohil::import inspect puts [tohil::eval {inspect.getmembers(inspect)}] ``` This causes an abort in `pyObjToTcl()` because `_pyObjToTcl()` is returning...

I don't really want to think about how to handle it properly right now.

bug

## Description In psql, when you run `\d+ `, the first line of output will look like this ``` Materialized view "public.matviewname" View "public.viewname" Table "public.tablename" ``` This is useful...

enhancement