Nikolai Orekhov

Results 21 issues of Nikolai Orekhov

**FTP Server OS:** Windows **FTP Server Type:** FileZilla **Client Computer OS:** Windows **FluentFTP Version:** 49.0.2 **Framework:** .NET 8 If I try to connect using ftp & ftps it perfectly works....

bug
response requested
closing soon - no response

I want to create a differeny OpenAIService per key. Here's what I tried: 1. I can use static `OpenAIService.CreateService` and provide options. This works but generally `ServiceProvider` should be disposed....

Very nice and neat example, thanks! The only thing I want to notice is that normally refresh happens every hour (in this example 15 minutes). There's no need to generate...

**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** ASP.NET Core OData 7.x had a special class `WebApiAssembliesResolver` that used to access only assemblies available to the application. Now ASP.NET...

bug

Recently switch from `DataProtectionStore` to `DatabaseJsonWebKeyStore` and noticed that no DataProtection is present. It looks to me that mentioned stores are generally less secure than default one. Note that for...

TokenValidationParameters has IssuerSigningKeyResolver that provides you a kid of the required key immediately. Adjusting TokenHandlers in JwtServiceValidationHandler has an issue. It gets a list of keys to check while the...

JwtTokenService is a scoped service and it doesn't have any locking mechanisms. In case a credential needs to be created (for example on first start or credential expire) it will...

### Steps to reproduce Import some table with lots of data approximately like this: /// Some table and columns var query = $"COPY {toTable} ({columns}) FROM STDIN WITH CSV HEADER";...

fixes #6499 #5999

protobuf.js version: 6.8.6 There's a special code inside `@protobufjs/inquire`: ```js function inquire(moduleName) { try { var mod = eval("quire".replace(/^/,"re"))(moduleName); // eslint-disable-line no-eval if (mod && (mod.length || Object.keys(mod).length)) return mod;...