cagy

Results 3 issues of cagy

Cannot found pre-trained model, check all config files available (.cfg, .weights, .names)":null code:255line var config = configurationDetector.Detect(path);

[root@post1 pgproxy-master]# go build main.go:10:2: import "/root/pgproxy/pgproxy-master/cli": cannot import absolute path

![Image](https://github.com/user-attachments/assets/c50b0f6d-ecc9-4f0a-9a63-bb70859adfd5) public static void SendMessage(object message) { Logger.LogNotice($"Sending message of type {message.GetType()}"); using (var writer = File.AppendText(FileName)) { writer.Write(JsonConvert.SerializeObject(message, SerializerSettings)); writer.Flush(); } Logger.LogNotice("Message successfully sent"); } message is null