Sergey Che

Results 7 issues of Sergey Che

### Version 0.6.0 ### What steps are needed to reproduce the behavior? 1) Start a container with a port exposed. 2) Connect to it using "localhost" – works. 3) Connect...

bug

IServiceScopeFactory works as expected, whereas IServiceProvider only works sometimes. ```c# // ... services.AddKafkaFlowHostedService(builder => builder .UseConsoleLog() .AddCluster(config => config .WithBrokers(new[] { "..." }) .AddConsumer(consumer => consumer .Topic("...") .WithGroupId("...") .WithWorkersCount(1) .WithBufferSize(1000)...

bug

I understand that in order to build the install script we need the sdk, and that the main use case for Playwright is testing, which also requires it, but for...

P3-collecting-feedback

### Describe the bug wallet_switchEthereumChain doesn't switch to a chain added manually through wallet UI, but switches successfully when the chain is added programmatically with wallet_addEthereumChain ### Steps ```js try...

type: bug

**Describe the bug** `TalkerScreen` does not respect configured `LogLevel` while console logs _do_ respect it. I initialize a global `Talker` instance like this: ```dart late final Talker logger; void main()...

While browsing over the source code I've found this bit in `HubConnection._connectionClosed` method (line 692): ```dart if (_connectionState == HubConnectionState.Disconnecting) { _completeClose(error: error); } else if (_connectionState == HubConnectionState.Connected) {...

## Context / issue I want to use SafeAuth in a Flutter Web application for deterministic EOA creation using social login, but need a umd bundle for this. ## Proposed...