alex
alex
Another alternative is to add a cmd line flag like -expand or -expand-glob, false by default. Then, Windows users can enable it explicitly, whenever needed. On Sun, 22 Jul 2018,...
Another way to solve this is to move `func walk` or the matching algorithm into a separate file like `walk.go` and then have another one named `walk_windows.go` so that addlicense...
> This also needs to distinguish between shells, preferably only in the case of dos shell. I thought last time you said: > So I don't think you have to...
I'm not sure there's a real benefit in adding it as a feature to the library as OAuth 2.0 access tokens are normally short lived, unless you're using offline mode....
Wrong issue ID.
Hey @mikanmarusan could you clarify which part of the code you are referring to? I suspect you're talking about `_get_*_user_info` methods but wanted to make sure.
@mikanmarusan care to provide a PR?
Good catch, @paulo-raca. I think they actually did. I'm just a bit concerned with the `email` field. We don't request email from other providers. I did it on purpose to...
Exactly. one can put in `secrets.py` anything they want, so we can keep the default to a minimum. @elor see the following for localhost with facebook: https://github.com/x1ddos/simpleauth#facebook. It might be...
@MiCHiLU I have some doubts as to whether this PR really enhances anything: `_oauth2_callback` is the first to be called (unless you're doing something in a middleware), which then invokes...