Re: Wanted: HTML tag generator for WebHelpers2

2013-07-03 Thread Jason McKellar
with its C dependencies. > > Maybe I should just ask the list: is lxml suitable as a tag generator > for webhelpers2.html? Or is it too big for a general-purpose library, > not everyone of which will be generating HTML. > > > -- > Mike Orr > > I may be in the minority about

alternative to match_param accepting a dict

2012-08-29 Thread Jason
settings.setdefault('match_param', {})['action'] = name except TypeError: raise Exception('match_param must be a dict') return view_config.__call__(self, wrapper) -- Jason -- You received this message because you are

Re: Pyramid debug toolbar and iframes

2012-06-14 Thread Jason
That's strange. I use four iframes on a page and the debug toolbar shows up in each iframe and the outer page. There must be something else keeping it from displaying. --Jason -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To vi

Re: wildcard domain for "sibling" domains

2012-03-27 Thread Jason
to add more to it > without trying to reconcile all of them. > > - C > I can dig it. I will close the pull request and just sub-class the current AuthTktAuthenticationPolicy and AuthTktCookieHelper to extend the __init__ methods and the AuthTktCookieHelper._get_cookies method. -- Jason

wildcard domain for "sibling" domains

2012-03-27 Thread Jason
blicsuffix package ( http://pypi.python.org/pypi/publicsuffix )? If its unlikely to be accepted, I would like to know so that I can create a new auth ticket authentication policy instead. Thanks, Jason -- You received this message because you are subscribed to the Google Groups "pylons-devel" group.