Carlos Esquerdo Bernat
Carlos Esquerdo Bernat
Added section of programming language V (vlang.io) 
Add tests in CI
### Describe the bug Gives this error: V panic: failed to listen 0 net: socket error: 9; code: 9; binding to 0.0.0.0:8080 failed v hash: 6b3449b ### Reproduction Steps Run...
### Describe the feature As vweb, we want the same parallelism with petitions, handling more than the current event loop, or with the event loop launching the process of the...
### Describe the bug veb leaks memory, also maybe picoev ### Reproduction Steps With this code: ```v module main import veb { Result } pub struct Context { veb.Context }...