Dmitrii Okunev

Results 100 issues of Dmitrii Okunev

Hello. Does anybody know how to workaround it? ``` [xaionaro@void helloworld]$ /home/xaionaro/src/dagger/build/bin/llvm-dec helloworld Cannot translate instruction: XCHG32rm: Couldn't translate instruction UNREACHABLE executed at /home/xaionaro/src/dagger/lib/DC/DCTranslator.cpp:144! #0 0x0000000000d5cd3e llvm::sys::PrintStackTrace(llvm::raw_ostream&) /home/xaionaro/src/dagger/lib/Support/Unix/Signals.inc:398:22 #1 0x0000000000d5cdd1...

I run: ``` ~/go/bin/go-callvis -group pkg -nointer -file /tmp/rotator-modules -skipbrowser -ignore gotask.ws/scm/ts/rotator/vendor -nostd -focus '' -limit gotask.ws/scm/ts/rotator/modules gotask.ws/scm/ts/rotator/cmd/rotator ``` And receive: ``` 2019/03/12 09:10:50 writing dot output.. 2019/03/12 09:10:50 converting...

Can I disable SSL/TLS somehow? This service is only a backend. Frontend (with SSL) may be on NGINX, for example.

Hello README.md says: > Install your database of choice (default is RethinkDB, version 2.0+) How can I use anything, but RethinkDB? Seems nothing else is supported :)

Trying to change "templates": 1. I copied original templates to another directory. Changed pages to be definitely recognizable. 2. Added to config `"templatesDirectory":"/home/site/templates/"`, restarted casgo — nothing changed. 3. Tried...

Just in case wondering: does it make sense to add support of UEFI files (using https://github.com/linuxboot/fiano)?

Hello. I've tried to replace the standard JSON decoder to gojay's. The result: * It works really much faster * RAM is leaking. In 10 minutes a simple application started...

duplicate

Hello. I've just built fcd and a Go's hello world, and tried to decompile the hello-world with fcd. As result it's a segfault: ``` $ cat helloworld.go package main import...

This is a spin-off of discussion: https://github.com/u-root/u-root/issues/1477 It was investigated that the `pclntab` might take 10-40% of the binary size. And I proposed in https://github.com/golang/go/issues/36555 to add an option to...

Help Wanted
Discussion

``` panic: reflect.Set: value of type string is not assignable to type *string goroutine 2195089 [running]: reflect.Value.assignTo(0x1843560, 0xc4c1c571e0, 0x98, 0x1aba604, 0xb, 0x181e800, 0x0, 0x1843560, 0xc4c1c571e0, 0x98) /usr/lib/go-1.10/src/reflect/value.go:2235 +0x427 reflect.Value.Set(0x181e800, 0xc4c6c77738,...

waiting-for-reply