David
David
I'm using the Enzyme for a tests I wrote simple test which render component and expect html to be validated ``` it("renders children when render", () => { const wrapper...
When we connecting to db by MasterSlaveConnection class, we not using driverOptions from specific connection but from common definition. ```php protected function connectTo($connectionName) { $params = $this->getParams(); **$driverOptions = $params['driverOptions']...
I'm develop a .net 5 project. For that I have embeded version of .net 5, For that setup to load analyzers I've enabled a flag ` ` However analyzers frequently...
### Version 17 ### Platform docker node:17-alpine ### Subsystem _No response_ ### What steps will reproduce the bug? Maybe someone faced same issue with NodeJS. It doesn't matter which version...
Csharpier fails on embeded .net versions without seting direct path to .net installation directory
Hello, I'm using embeded version of .net. Issue is if I don't set DOTNET_ROOT in user variables Csharpier is not discovering .net **dotnet csharpier --version** A fatal error occurred. The...
**Describe the bug** Im using KubernetesServiceDiscoveryProvider , I defined swagger endpoint ``` { "Key": "starwars", "Config": [ { "Name": "starwars API", "Version": "v1", "Service": { "Name": "starwars", "Path": "/swagger/docs/v1/swagger.json" }...
Hello, would be great if someone could add interfaces to that repo, as it’s really hard to use it if we need to rely on concrete classes ( not possible...
So it adding records but it doesn’t take into account global cache timeouts only it works when I put configuration object into set method. Global timeouts completely not working. However...