JalonSolov
JalonSolov
I only get the error (not the warning) on Linux, but it is indeed happening in latest V.
The error is on the select statement, but V should definitely telling you why, instead of showing a C error.
Please check https://github.com/vlang/v/issues/17510 It's a good idea to serialize as strings (the enum names), instead of the int values.
Looks like you just need to update the test.
Hrm. vls needs to be updated as well.
Looks at the output of `v help build-js`. That's what is implemented so far.
There is no error if the `[0]` is removed after the closing `}` on the 2nd sql.db call. The question is whether or not this code should work as-is. If...
`VMODULES` is where V stores modules... including vls.
The problem with that is... what happens if there are multiple users on a machine? They would all be forced to use the same config. That's why things get put...
I agree with the idea of using os.config_dir(). I was mainly responding to your question of why not use `$VMODULES/vls/bin/`.