Nikolay Ryazantsev

Results 13 comments of Nikolay Ryazantsev

If someone is looking for a simple way to redirect, here we are: ``` "QuotaExceededResponse": { "Content": "", "ContentType": "text/html", "StatusCode": 429 } ``` This will redirect to \account\error with...

Okay, [temporary] solved is as `@(Html.Recaptcha(RecaptchaSettings.Value, new RecaptchaV2Checkbox {Uid = new Guid("11111111-2222-3333-4444-555555555555")}))` and set script hash in script-src. But it's looks odd. Also, in fact, reCaptcha itself requires to add...

Yes, right. The reason why renamer got stuck is file locking. It was unclear what was keeping them locked. The same applies to the ProjectRenamer itself - I was unable...

I posted updated dll in the issue#64

Absolutely the same problem. It used to work but suddenly I discovered that endpoints get duplicated when I change literally anything inside actions. Visual Studio 2022 17.7.3. I suspect it's...

I looked closer to this problem and realized that it seems there is no reason to use any external libraries like this for this purpose. The only reason why people...

No, of course no, No polling. I don't do it manually, server does it. Internal SQL mechanism seems to be the same to triggers but triggers have no built-in notification...

Okay, it seems like problem is solved. The problem is that `umd` version of your plugin requires Vue globally available so I changed the way how I load Vue to...