Hsiaoming Yang

Results 250 comments of Hsiaoming Yang

@mikekhristo I am doing [flask-oauthlib](https://github.com/lepture/flask-oauthlib) now, and this was fixed in it https://flask-oauthlib.readthedocs.org/en/latest/client.html#fix-non-standard-oauth

Thanks for mention loginpass. Yes, loginpass is a very simple wrapper around authlib. @nickdirienzo > Unfortunately both projects' README do not mention OpenID Connect No, loginpass readme "Features" section has:...

In the meanwhile, I am designing https://github.com/lepture/mistune/issues/62

@raymestalez I am sorry, there is no plan on supporting mobile.

A headless browser would be better. It can also parse pages with async data.

@WesCossick I've added a link to your repo on README

Good point. A `tittle` attribute will do.

@hyaocuk Of course.

@hyaocuk Have you installed node? Have you ever used grunt? Just install everything you need with npm: ``` $ npm install ``` And then: ``` $ grunt ``` It will...