Gagik Kyurkchyan

Results 4 issues of Gagik Kyurkchyan

Hello The issue is that didAutocompleteWith is not called. When I debugged the app, I also noticed that didSelectRowAtIndexPath in TRAutocompleteView code is not called either. Then I noticed that...

**Describe the bug:** Our Python application utilizes a seamless model to perform speech-to-text transformations. To host the application, we use an Azure virtual machine (Standard NC24ads A100 v4 (24 vcpus,...

bug

I am currently working on integrating LightBDD with Playwright. Playwright tests should derive from its own base class. Which means, I can not dervice from `FeatureFixture. In the [FeatureFixture docs](https://github.com/LightBDD/LightBDD/wiki/Feature-Fixture)...

question

I have the following custom conventions configuration in my ASP.NET WebAPI project `Program.cs` file ```csharp builder.Services .AddControllers(mvcOptions => mvcOptions .AddResultConvention(resultStatusMap => resultStatusMap .AddDefaultMap() .For(ResultStatus.Invalid, HttpStatusCode.BadRequest, resultStatusOptions => resultStatusOptions .With((_, result)...