ScriptMaster
ScriptMaster
### Describe the bug `v -autofree -cg run autofree.v` ``` ================ V panic ================ module: net function: len() message: Unknown address family file: /Users/.../v/vlib/net/address.c.v:111 v hash: bb9eaca ========================================= 0 autofree...
What this PR does and why --- When issuing `vab .` or `vab run .` the default file name produced is based on a hard-coded string (V Test App). This...
+ Added css loader to resolve and load .css files @lucacasonato + Added sccs support from deno sass https://deno.land/x/[email protected]/mod.ts + Added scss tests `deno test -A mod_test.ts`: ``` [native, wasm]...
### Describe the bug i resolved the v install vui error, it was having issue with my CFLAGS in my env, like some mentioned. So, I had to add $VSRC/third_party/mbedtls/include...