Luke Westfall

Results 19 comments of Luke Westfall

Sounds good! One quick question, I noticed that calling `.From("[email protected]")` in `Build()` doesn't seem to override the globalFrom address. Would it be better if it did? In my mind it...

Found some free time today to take a stab - I think it was pretty easy (basically just swapping the null coalescing precedence on what was `this._globalFrom ?? @from`). Issue...

I duplicated this issue by accident in #747. I'll close and track here instead. GoogleLoginProvider should persist the token(s?) to localStorage, and try to get them on initialize so it...

I don't think you're going to get much here, this seems to be something that Google themselves restrict, they want the button rendered in their own iframe (seemingly with great...

FYI this probably should be in a discussion or stackoverflow - not an issue. There's a lot of ways to do this, just wrap your `asl-google-signin-button` directive in a container...

I'm going to attempt a PR on this this week. There's quite a few issues with the google provider that make it borderline unusable

@alexkeh now that this is closed, can we expect a Nuget release in the near future? I get this exception occasionally too, hoping these fixes will solve it.

Thanks for the response. I'm not sure that detecting the flavor of assembly is necessarily what I'm asking for (though if it were possible, that would be neat). If I...

> What we are requesting is the possibility to follow [conventional commits](https://www.conventionalcommits.org/). Not to nitpick, but while the majority of us _do_ want conventional commit support, the issue as written...