Chris Timperley

Results 126 issues of Chris Timperley
trafficstars

To allow Darjeeling to efficiently exploit the results of multiple, modular analyses, we should add a `ProgramEvidence` class that simply records named, immutable articles of evidence that can be used...

enhancement
feature
high-priority

Every transformation should be assigned a unique number, starting from zero. Numbers can be used for fast lookups by number and would be useful for debugging (e.g., a candidate patch...

feature

An example trace that shows the current behavior: ``` Traceback (most recent call last): File "/home/chris/.local/share/virtualenvs/darjeeling-ardupilot-5Zw1Ma5z/bin/darjeeling", line 33, in sys.exit(load_entry_point('darjeeling', 'console_scripts', 'darjeeling')()) File "/home/chris/tools/darjeeling/src/darjeeling/cli/__init__.py", line 309, in main app.run() File...

enhancement

Provides a nicer way of cleanly terminating the WebSocket server (#211)

enhancement