Moritz.M

Results 13 issues of Moritz.M

https://github.com/scttcper/ngx-toastr/blob/2b8fe58c2456a835e3c129482b32e7cff8c89b78/src/lib/toastr/toastr-config.ts#L114 The iconClasses object of the global configuration is not used when the .show() operation is called with a custom type. Is this suppose to work, or does the iconClass...

Additional setting for callback URLs according to errors Callback should be capable of alerting at a specified error level and / or error count

enhancement
low priority

https://fenos.github.io/dqlx/docs/mutations/set The example has a dot to much and does not work since the type does not fit ```GO data := []map[string]interface{}{ { "uid": "uid(v)", "email": "[email protected]", "name": "first name"...

Add ability to pass a custom func which is called on every request to renew or check authToken validity

v3-consideration

It would be great if there was a way to easily attach a terraform provider which is in debug mode, for example by unix socket. Integration testing for provider development...

``` GO type Specification struct { FEATURETOGGLE bool `required:"true"` FEATURESETTING string `conditionalRequired:"{FEATURETOGGLE == true}"` } ``` **Feature description:** - Be able to make field a requirement based on the fact...

## Expected Behavior Return status code 404 when a path is used that does not exist ## Actual Behavior Temporal UI returns status code 200 and a 404 landing page...

Except the query parser, I can't actually find a client as mentioned in the ReadMe

The github.com/Azure/go-autorest/autorest/adal module version previously used has been retracted due to token refresh errors. To address this, we've updated the dependency to a non-retracted version.​ - Updated Dependency: autorest/adal bumped...

The autorest dependency needs to be migrated to the new replacement, which is suggested in the repo https://github.com/Azure/go-autorest https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/MIGRATION.md As a workaround the latest none retracted version is `github.com/Azure/go-autorest/autorest/adal v0.9.24`...