kristof de spiegeleer

Results 24 issues of kristof de spiegeleer

``` // mut ws := websocket.new_client('ws://localhost:30000')? //THIS DOESNT WORK YET mut ws := websocket.new_client('ws://[200:8b1a:83f8:91ad:b442:2ee9:2702:a428]:30000')? ``` result ``` 2022-08-01 07:58:36 [INFO ] websocket server: start listen on port 30000 V panic:...

Bug

has been reported before, made new test script ```vlang module main import net fn do()?{ for i in 0 .. 10000{ println(i) mut socket := net.dial_tcp("localhost:6379")? } } fn main()...

Bug

```vlang module mymodule import json struct ContactItem { description string telnr string } struct User { name string age int // contact1 struct ContactItem [skip] contact2 ContactItem } pub fn...

Bug
Status: Confirmed
Nicer V Errors

specs see https://github.com/threefoldtech/home/blob/master/specs/monitoring/zos_monitoring.md

type_feature

- update documentation - do in mdbook format

type_feature

we need to make sure that a ZDB env can always be get back to operational state - even if end of file corrupted - or index half lost we...

type_feature

test https://github.com/threefoldtech/tf_operations/projects/3

### Describe the bug ```bash builder error: In file included from /Users/despiegk1/code/git.ourworld.tf/despiegk/crystaldev/code/v/thirdparty/mbedtls/library/aes.c:26: /Users/despiegk1/code/git.ourworld.tf/despiegk/crystaldev/code/v/thirdparty/mbedtls/library/common.h:26:10: fatal error: 'mbedtls/build_info.h' file not found #include "mbedtls/build_info.h" ``` ### Reproduction Steps we have build a reproducible...

Bug

can we sponsor you to finish this project? if you have time, please met me know my email [email protected]

in all example priv key is being generated we need a way how to import a key