Reuben Cummings

Results 172 comments of Reuben Cummings

> @reubano hard to do find more time being at war, but I also want to keep Brunch up and running. Just need more help. Thoughts and prayers to you...

You should alternatively be able to set `app.run`'s `use_reloader` option to `False` like so, `app.run(debug=True, use_reloader=False)`.

My suggestion was an alternative to `os.environ.pop("FLASK_ENV")`. You should still use a Production server in production. But the Flask dev server is fine in development. In my case, I'm doing...

Gotcha. In that case, how hard would it be to make the metrics server "part of the application under development"? Maybe something like, [Run Multiple Flask Applications from the Same...

Technically, you can already do something similar to that example with `riko` since it shares a similar data structure. ``` python >>> from riko.modules.fetch import pipe >>> from meza import...

Add feel free to add this request to https://github.com/nerevu/riko/issues/8.

Glad you are enjoying riko and thanks for the suggestion! I agree this is a useful feature, but I'm not sure when I will be able to work on it...

> It seems the new "ua" field would just be passed down into each module via kwargs? This would be true if `ua` were passed as ``` python SyncPipe('fetch', conf={'url':...

I'll keep it open since it's a valid request. Any area in particular causing difficulty?

CR https://github.com/nerevu/riko/pull/45