Carlos Esquerdo Bernat

Results 5 issues of Carlos Esquerdo Bernat

Added section of programming language V (vlang.io) ![image](https://user-images.githubusercontent.com/2339275/98310538-7cf32b80-1fcd-11eb-9b4b-d07cc738e9be.png)

new-feature
frozen

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...

Bug

### 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...

Feature Request
Unit: veb

### 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 }...

Bug
Unit: Memory Management
Unit: veb