Results 176 issues of pancake

**V version:** **OS:** **What did you do?** try to build v for musl, **What did you expect to see?** a working build **What did you see instead?** a failure because...

Bug
Unit: Compiler
Unit: vlib
Status: Confirmed

There's VLANG support plugin for Vim in * https://github.com/cheap-glitch/vim-v/ * https://github.com/ollykel/v-vim But ideally I would prefer not to install any plugin to use V, So i'm filling this issue to...

**V version:** V 0.2.4 a4df418 **OS:** macOS 10.15 **What did you do?** ```v fn main() { JS.print('hello vtic', 32, 32) } ``` **What did you expect to see?** Working program.....

Bug
Unit: JS

**V version:** V 0.2.4 227d12f **OS:** macOS 10.15 **What did you do?** ``` $ cat hello.v [export: 'TIC'] __global tic = fn (a int) int { println('hello') return 3 }...

Bug
Unit: JS

Many ppl has been asking recently about how to create an escaped hex string, the answer is pcs, but first commands that come to my mind are pxs, p8s, p8x......

enhancement
good first issue