Armin Ronacher

Results 153 issues of Armin Ronacher

Due to https://github.com/servo/bincode/issues/245, https://github.com/servo/bincode/issues/167 and a few others it's not uncommon that one can end up in a situation where objects fail to serialize. It would be nice to be...

I want to know what can be done to avoid having two redis libraries in Rust. There is an open issue for futures support in redis-rs (https://github.com/mitsuhiko/redis-rs/issues/103) so I would...

The extension currently stores the application on self in all cases, even if initialized with `init_app`. This is something Flask extensions should not really do if they can avoid it....

There are quite a few implementations of these traits now and I think it would be useful to share the debug implementation across them. I was thinking the best would...

enhancement
help wanted

Is there any chance that this license could be changed to MIT/BSD or Apache2?

The end goal is to have a way to track branches and automatically deploy whenever commits therein happen. However the same problem happens if two commits are scheduled by any...

The following is an example that was supported by a support request of bad validation on the new issue form: ![screen shot 2016-01-14 at 9 34 09 am](https://cloud.githubusercontent.com/assets/7396/12481274/cb04ad02-bffc-11e5-9641-ca5833e47c00.png)

Lots of users are confused that they need to sign in with username and not email into jira. Jira gives a bad error message there. Maybe we can add a...

It would be nice if we could link to where users can find the slack webhook URL from the plugin page.

It's possible that a functionality in the engine can buffer up an iterator in a vector. This at times can get pretty expensive if the iteration is large. It would...