edika99
edika99
I'm working on a very simple webhook made on netcoreapp3.1. I need to transform app.config file depending by the publish profile or the build (debug/release) When click on apply transform...
Removed exception on VerifyRecaptchaResponse and VerifyRecaptchaResponseTaskAsync when Response is null
[RecaptchaVerificationHelper.txt](https://github.com/tanveery/recaptcha-net/files/5994752/RecaptchaVerificationHelper.txt) I receive the exception if the recaptcha is not filled at all. I'm using v2 recaptcha. The excpetion is thrown on `RecaptchaVerificationResult result = recaptcha1.Verify(); ` at line 104...
I've notice that notification shown in non focused browser windows, does not hide automatically until the windows/tab is focused again. In my case, I have an application that send notification...
I don't know if it's related to gmaps or googlemaps api, but the fullscreen button on the maps does not work in 50% of time the maps is displayed. I...
I'm trying to move mesages from default INBOX folder to specifc folder, but the command copy only the messages in the destination folder but without deleting from the INBOX. Debugging...
I've restored my profile from a backup of my desktop to my new laptop. Last activity is dated 27th june 2023. When I click on 'Sync new activities', it sync...
This function is not minified propperly, generating a bad js file with incorrect syntax: `const escapeHTML = str => str.replace(/[&'"]/g, tag => ({ '&': '&', '': '>', "'": ''', '"':...
### Version 5.3.0 ### Link to Minimal Reproduction https://jsfiddle.net/edika/L467cm0f/27/ ### Steps to Reproduce I'm trying to show a comparison chart between two prices series. The comparison should start always from...
I'm trying to make the callback validators works via Declarative plugin but the functiuoin declared in data-fv-callback___callback is never called. the function that validate the field is this ``` function...