Richard Collette
Richard Collette
If the value field is a numeric, the value returned in ngModel bound field is a string.
### Describe the bug? Both UserSchemaAttribute and UserSchemaAttributeItems apply annotations to property members to send default values, which is null for non intrinsics. A 500 error results when calling the...
### Describe the bug? SMH. At what point does Okta realize that we are paying customers, and it is just embarrassing how many bugs there are that are not being...
### Describe the bug? The documentation at https://developer.okta.com/okta-sdk-dotnet/latest/ appears to be missing the documentation for the V6 and V7 releases. ### What is expected to happen? I should see at...
### Describe the bug? Environment specific configurations are not honored. ### What is expected to happen? Configuration that is present in appsetting.development.json (and others) should override the settings in appsettings.json...
### Describe the feature request? I would like to be able to log failed Http requests. Normally this is done by implementing a DelegatingHttpMessageHandler and providing that in the construction...
### Describe the feature request? Serializers have the the ability to convert Enums to strings. There is no need for StringEnum and in fact it gets in the way of...
### Describe the feature request? Classes such as ActivationToken do not have public property setters and therefore cannot be constructed in in unit tests with expected responses. They also cannot...
**Actual behavior** The context directory is deleted when targeting a second stage of a multi-stage build when the second stage relies on a prior stage. **Expected behavior** The context directory...
**Actual behavior** copying files with a glob or * pattern takes much much longer than it does with Docker. **Expected behavior** I would expect that the performance would be similar...