James Mills

Results 194 issues of James Mills

After #124 got landed we should update the docs so other users can easily deploy Raneto.

pending

I tried to run this from my macOS iMac (_bit silly of me?_): ```#!sh (⎈ |local:default) prologic@Jamess-iMac Tue Oct 20 08:32:02 ~ 1 $ sudo furious 10.0.0.7 Password: Starting scan...

See: [Cookiecutter](https://github.com/audreyr/cookiecutter) Let's have at a minimum: - [ ] A circuits application template - [ ] A circuits.web application template

enhancement
bitesize

Add email/irc notifications to [`release`](https://github.com/circuits/circuits/blob/master/fabfile/__init__.py#L74) process. - See also: #116

enhancement
ready

Please add to this list! This will eventually be added to our new [website](http://circuitsframework.com). See: #13

task
documentation
in progress

We have [Worker](https://github.com/circuits/circuits/blob/master/circuits/core/workers.py#L54) which really wraps around [multiprocessing](https://docs.python.org/2/library/multiprocessing.html). Typically you would use this for CPU-bound work in a circuits application. However there are use-cases where you might want to call...

# High Level Goals - Support internal counters/metrics such as: `n_events`, `n_exceptions`, etc. - Support custom counters for applications. - On by default? (*Opt-out*)

enhancement
in progress

This would be nice to have and we would be the first Python web framework to have this feature (_I think_) :) /cc @nathschmidt you want to take this onboard...

enhancement