Eckii24

Results 4 issues of Eckii24

This place in code https://github.com/schemaspy/schemaspy/blob/b325481f349acb04f5fd05bf7a2ffdbacadcd472/src/main/java/org/schemaspy/input/dbms/config/PropertiesResolver.java#L115 lead to a `StackOverflowError` if the name of the custom DatabaseType is the same as the extended db-type. ``` Exception in thread "main" java.lang.reflect.InvocationTargetException at...

Hey @thomasloven, I have implemented a basic support of the new feature from hass 2022.4 where entities can be hidden. My solution is more of a quick fix. To include...

In the following implementation, the ignore file is explicitly considered, when searching for a configuration file: https://github.com/belav/csharpier/blob/4b30a177f33be5facae530432cc07dac6d991fe1/Src/CSharpier.Cli/EditorConfig/EditorConfigLocator.cs#L25 Does it really make sense to consider the ignore file, when searching for...

**Describe the bug** Azure models provided with a "dot" inside of the deployment names are not found. This is because of this logic: https://github.com/sashabaranov/go-openai/blob/658beda2ba8be4d155bc62208224a5766e0640c0/config.go#L73 Is there any reason, "." and...

bug