JalonSolov

Results 395 comments of JalonSolov

> One of the most underrated features of macOS is the App Name Menu of the App Menu. On Macs the name of the app in the App Menu is...

``` ld: blob.o: in function `acpi__initialise': /home/runner/work/vinix/vinix/kernel/blob.c:18100: undefined reference to `lai_set_acpi_revision' ld: /home/runner/work/vinix/vinix/kernel/blob.c:18101: undefined reference to `lai_create_namespace' ```

`vos` is already taken. We searched. `vos` was the original name until we did the search. We searched a LOT of alternatives as well. `vinix` was finally the one suggestion...

Try using the x.json2 `as_map` function, then iterate the map to find what you need.

If you want to try to fix it, just assign yourself to it.

Even if your postgres server is remote, you still need to have the headers local for your build.

If you have the files in wsl, you should be able to copy them to Windows. The `pg` driver source in V has these lines for Windows: ```v #flag windows...

With latest V, the error message is now: ``` ================== /tmp/v_1000/../../../../../../home/jamie/foo.v:2: error: function pointer expected ... ================== (Use `v -cg` to print the entire error message) ... ``` Making the...

It is customary to create necessary PRs in whichever repos need them, but you can't push them at the same time as something will still break. Just list other PRs...

tcc ships with V because tcc in most systems out there is more than 2 years out of date, and won't work properly for V.