Chaoran Shi
Chaoran Shi
I have encountered a similar error: "[error] generate model struct fail: cannot format file: /path/tableXXX.gen.go:48:5: expected '}', found 1688 (and 1 more errors) panic: generate model struct fail." It appears...
Oh, I think I understand now. In Go's naming conventions, identifiers cannot start with a number. So, this is probably an unsolvable problem. ðŸ«
But I generated it using a binary file, so I can't use the `gen.FieldRename` method, right? @qqxhb
I am thinking that perhaps when generating the struct, we can add an "N" or any other letter in front of field names that start with a number. This could...
Yes, this problem still exists in the updated version, non-English input loses focus and content insertion can only be done in code mode
``` [10:30:57.802] ERROR: Deepl-Translate[Script Filter] Code 8: curl -s 'https://www2.deepl.com/jsonrpc' '--compressed -H authority: www2.deepl.com -H Origin: https://www.deepl.com -H Referer: https://www.deepl.com/translator -H Accept: */* -H Content-Type: application/json -H Accept-Language: en-us -H...
Sadly, DeepL doesn't support the region where I'm located, so I can't get an API key.