Luke Westfall
Luke Westfall
### Describe the feature It'd be nice if there was an option to end the process less gracefully as opposed to `IHostApplicationLifetime.StopApplication()` > But.... why? In my scenario, I'm trying...
### Describe the feature you would like to see added Make MenuItem.disabled type of `boolean | () => boolean`. This would allow more dynamic disabling of menu items. Not to...
Hi, apologies in advance if this is just a flag I didn't set or something, I couldn't find anything in the docs. I have a prompt and I'd like to...
Apologies if this is already being tracked elsewhere. It's becoming more and more common to have a project that isn't under a solution. Are there any plans to support projects...
I'm experiencing behavior that my API isn't handling well when I pass my patch document to it, I've narrowed it down to compare()'s tendency to "deep compare" only, and by...
**Describe the bug** PaginatedList.CreateAsync violates [CA1000](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1000) In my project I fixed this by making an abstract, non-generic PaginatedList that PaginatedList inherits, and then made CreateAsync a generic method in the...
**Describe the solution you'd like** Calling `.From("[email protected]")` in `Build()` doesn't seem to override the globalFrom address. As discussed in #320 it's better if calling `.From()` would override the globalFrom mailbox....
**Describe the solution you'd like** The documentation (great as it is) is missing details about the usage of `globalFrom` in service registration which would've sped up development for my use...
The error messages in these logical branches should be swapped. I can PR sometime this week, I'll so be refactoring all error messages as readonly strings a la `SocialAuthService`. https://github.com/abacritt/angularx-social-login/blob/7f25ada6d209549be6f15d13d120ebb6070af7a1/projects/lib/src/providers/google-login-provider.ts#L145-L153
I'm not an extension developer, nor a seasoned assembly programmer so there might be better options, but can we get a new language definition to specifically handle KickAssembler .asm files?...