Anton Litvinov

Results 19 issues of Anton Litvinov

When trying to build project on windows I get th following error: ``` # github.com/facchinm/go-serial-native src\github.com\facchinm\go-serial-native\windows.c: In function 'wc_to_utf8': src\github.com\facchinm\go-serial-native\windows.c:52:43: error: 'WC_NO_BEST_FIT_CHARS' undeclared (first use in this function) if (!(size...

https://github.com/mysteriumnetwork/node/pull/5280

research

**Describe the bug** Total Earnings / Sessions time is always empty for myst node run natively on Windows **To Reproduce** Steps to reproduce the behavior: 1. run myst executable `C:\Users\user\.mysterium-bin\myst.exe...

bug
system:windows

### Description Under some rare circumstances I get the following panic: ``` fatal error: concurrent map writes goroutine 4067 [running]: runtime.throw({0x7ff6f08f58e8?, 0x0?}) C:/Program Files/Go/src/runtime/panic.go:992 +0x76 fp=0xc0017bb908 sp=0xc0017bb8d8 pc=0x7ff6ef78a256 runtime.mapassign_faststr(0x7ff6f06f6ec0, 0xc000202ea0,...

type: bug

Symptoms: > invalid config to consumer request with nil instead of ip address. > like this: > {"local_port":0,"remote_port":0,"ports":null,"provider":{"public_key":"iixI/brFnGk5JPADWVhzum2WltsMV2A8iabJKgJuWQo=","endpoint":"46.14.127.237:57757"},"consumer":{"ip_address":"\u003cnil\u003e","dns_ips":"\u003cnil\u003e"}} Cause: IP is allocated for consumer on session start, but never gets...

**Describe the bug** When connected to certain nodes all TCP responses are empty. **To Reproduce** Steps to reproduce the behavior: 1. Connect 2. Run command: ``` curl.exe -v http://hello-world:8080/index123 *...

bug