Brian Wylie

Results 248 issues of Brian Wylie

import importlib worker = importlib.import_module('blah')

feature

Gotta put API Keys into the workbench requests. 1) Customer tracking/usage/stats 2) Customer billing (secondary)

feature
usability

It would be cool at add some visualization stuff to workbench. In particular lets emulate some of the work by Cortesi at first. http://corte.si/%2Fposts/visualisation/entropy/index.html Suggested approach: make a worker that...

feature

Switch calls of StringIO to cStringIO where performance matters.

performance

Bro reruns every time and different output means duplicated bro output logs

bug
performance
usability
code_quality

This will be insanely fun... to test 'streaming log' file ingestion and processing we'll have Workbench process it's own log file. This exercise will definitely expose a lot of needed...

feature
testing

When the plugin manager pulls in a worker it will auto-create a webpage for that worker and a css file. These artifacts will be placed into the web directory which...

feature
documentation

The open source Viper project is super neato (https://github.com/botherder/viper) and quite popular. So we will have the worker plugin_manager 'auto-morph' viper modules into workbench plugins. This happens at file modify...

feature
usability

The swf_meta.py worker (which got move into experimental directory) depended on pyswf https://github.com/timknip/pyswf. The code is nice but the dependency chain was long and deep too much for that one...

feature

Simple Node.js/MongoDB Web Service for an iOS App see http://www.raywenderlich.com/61078/write-simple-node-jsmongodb-web-service-ios-app

feature