James Mills

Results 704 comments of James Mills

Looks good so far :+1: -- Incomplete?

Where are we up to with this one?

Yeah let's try to get this over the line I think :) (I'll try to do some more testing) I'll see if I can create an example namespace? Do you...

Interesting to read the [`flask.ext` docstring](https://github.com/mitsuhiko/flask/blob/0.10.1/flask/ext/__init__.py) -- Makes me thingk we _should not_ go down this road from lessons learned before :)

See: mitsuhiko/flask#1484

This is correct and one of the issues I have with supporting namespaces. All of a sudden once you install another package in the same namespace; all the "convenient" imports...

OH my god! That's brilliant! Also awful :) Is there no way to support namespaces without breaking these imports and not hacking sys.modules? :) James Mills / prologic E: [email protected]...

Why can't we make circuits.contrib the namespace? I'm okay with this approach if we do that? James Mills / prologic E: [email protected] W: prologic.shortcircuit.net.au On Sat, Jan 21, 2017 at...

I'm thinking of this API design (*much like [`yield sleep(...)`](https://github.com/circuits/circuits/pull/62): ``` #!python def foo(self): x = yield Future(f, *args, **kwargs) yield x ```

I guess someone needs to nut this out as a prototype :)