Brian Muller

Results 35 comments of Brian Muller

@nov this is not an actively maintained project (see the notice on http://findingscience.com/mod_auth_openid/). PR's welcome, though.

+1 for getting this fixed. Seems like an easy fix - but a nasty bug. This exception gets thrown all the time w/ some basic crawling.

Hey @janpascal - This is made a bit more complicated given the asynchronous nature of the queries. What sort of interface were you thinking of?

That could work, but it wouldn't be able to function like a true generator. For instance, you wouldn't be able to do: ``` python for o in MyObject.all(generator=True): print o.name...

@kitensei - it's definitely technically possible. I think one of the reasons I haven't tackled this yet is because I'm not sure what the API would look like. If you...

Excellent - the script tag can be found here - http://api.embed.ly/tools/script I really hate http://talkerapp.com/ - and having a web interface to MUC with link magic was the last thing...

Hey @ent1c3d - this is a great idea! Thanks for the suggestion. I'm unlikely to be able to have the time to add support any time soon, but pull requests...

If you'd like i18n support, then there are a few changes in the project that would have to be made, for instance adding the ability to have other lists of...

It may not be used internally, but I know for certain that second argument is being used by other projects and libraries. > On Oct 13, 2014, at 10:18, maia...