senzacionale

Results 20 issues of senzacionale

Is it possible to support also Walmart Press & Hold captcha? ![image](https://user-images.githubusercontent.com/6663030/190483732-b1d60950-a233-4c19-b3c0-c1b9c14ca65f.png) Thank you

issue: proposal

![image](https://user-images.githubusercontent.com/6663030/194503362-97670b73-3098-44a8-8ad2-5bb8ac24b19a.png) When I choose something from the dropdown is always added as a plain text. "+Tag" button is not there anymore until this text is removed. Is this normal feature?...

Added DEFAULT_IP env variable for each Container. In variable does not exist container IP is taken

Is OpenSearch supported becuse ElastichSearch example doesn't work with OpenSearch. Message: 'The client noticed that the server is not Elasticsearch and we do not support this unknown product.'

If I have `formRef: NgForm;` and then later ``` if (this.formRef) { (this.formRef.ngSubmit.emit(); } ``` can I somehow programmatically get "ngxFormSubmit" and not "ngSubmit"? I have generic form. Thank you

![untitled](https://cloud.githubusercontent.com/assets/6663030/2916280/76834e4c-d6b9-11e3-9df6-b36e1c5f304e.png) my solution if is ok: ``` var attributes = property.GetCustomAttributes(); if (attributes != null && attributes.Count() > 0) { var attribute = attributes.ElementAt (0); string name = attribute.Name ??...

I would like to do akka.net cluster and healthcheck. Do I need Akka.HealthCheck.Cluster or is Akka.HealthCheck enough? Do you have some example how to check if cluster is up and...

Is it possible to use DB instead of memory for adding users? I am currently already using DB for IdentityServer but I would like to extend it with your library...

Hello, I am getting strange error: User has been disabled. I am getting correctly request from google oauth2 and send it to IdentityServer. `[10:21:17 ERR] User has been disabled{"subjectId": "a046b845-ffb7-4fcd-b686-17dc370ee100"},...

When I want to open admin page I am getting this error Either the request URI must be an absolute URI or BaseAddress must be set. An unhandled exception occurred...

question