Nicholas Mata

Results 6 issues of Nicholas Mata

I am wondering if the code that gets executed in onmessage, onopen, etc runs on a new thread every time. I know it isn't an issue was just wondering and...

Is this package supposed to support windows? Because in Command Prompt I get the following.

Adds support for [Client Certificate Authentication](https://textslashplain.com/2020/05/04/client-certificate-authentication) during the OAuth 2 browser popup. This form for authentication is well known and supported by all major browsers (Safari, Chrome, Edge, etc) This...

### Expected Behavior Using `OAuth 2` Authentication, with `Implicit` Grant Type. When the popup browser shows the OAuth 2 login, my organization requires [Client Certificate Authentication](https://textslashplain.com/2020/05/04/client-certificate-authentication). Typically in a browser...

N-investigation
B-bug
S-verified

AttributeSet should be made nullable, as all views have nullable AttributeSet for programmatic use. `AppCompatButton` and `AppCompatImageButton` allow for nullable `AttributeSet` and `ProgressButton.init` allows for nullable `AttributeSet` as well. The...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 The following is a proposal to...