shove
shove
If the problem really exists, I personally suggest that this PR turn to optimize the Log module. for reference only :)
```v import net import net.websocket struct AnotherStruct { mut: server &websocket.Server = unsafe { nil } } fn new_another_struct() ?&AnotherStruct { addr := net.resolve_ipaddrs('127.0.0.1', .ip, net.SocketType.tcp)?[0] another_struct := AnotherStruct {...
Okay, that's a good idea!
`/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a` This is because your macos system is missing this file ⬆️ , so you need to check that xcode is fully installed. This happened to me too, but after...
you are welcome. It could be that my files don't match your sdk version, or it could be something else
I think so
V don't have that yet, I think the field names are already known, and for some aggregate functions we should use "as" to determine the field names
hmm, It's already marked as a `feature request`
> ```v > result := db.query('SELECT max(id) as max_id FROM jobs')! > dump(result.fields()) > ``` Yes, currently mysql, sqlite, mssql, pg several databases have different wrappe ways for query results,...
> @shove70 `C.sqlite3_column_name` I think this should be a function to get the field name, but it's not a public function Yes, it is a field name query against the...