Ken
Ken
**V version:** V 0.3.0 7be9963 **OS:** macos, macOS, 12.5, 21G72 **What did you do?** ```v struct Calc { mut: typ S } struct TypeA {} struct TypeB {} fn (mut...
**V version:** V 0.3.0 ab244d2 **OS:** macos, macOS, 12.5, 21G72 **What did you do?** ```v struct In { r1 int [required] } struct Out { In [required] } fn main()...
update v
debug build is slow
**Is your feature request related to a problem? Please describe.** I need to - get real file path when "drop file" I want to - use custom drop area (e.g.:...
**V version:** V 0.3.1 21b2a98.d7758b2 **OS:** macos, macOS, 12.6, 21G115 **What did you do?** ```v // signal/signal.v module signal #include fn C.sigaction(sig int, act &C.sigaction, oact &C.sigaction) int pub struct...
I tested only on macOS. It might already work on other platforms. **Is your feature request related to a problem? Please describe.** I want to use WebRTC **Describe the solution...