Max Kupriianov

Results 15 issues of Max Kupriianov

Installed `go-wasm-cli`: ``` $ npm i -g go-wasm-cli /usr/local/Cellar/node/11.5.0/bin/go-wasm -> /usr/local/Cellar/node/11.5.0/lib/node_modules/go-wasm-cli/cli.js + [email protected] $ go-wasm -v 0.0.3 ``` I receive the following error: ``` xlab ~/Documents/dev/go/src/github.com/mrmiguu/coco/example $ go-wasm start ✖...

You can use `FieldList` from https://github.com/xlab/structwalk for this kind of stuff: https://github.com/mrmiguu/coco/blob/e51861ba64cb68c40c4abda2cce111872c47fd30/coco.go#L238 We can implement `MethodList` as well. P.s. Cool project, ty

Hi, got another missing case in [linmath.h:193:16](https://github.com/LunarG/VulkanSamples/blob/master/demos/linmath.h#L193) ``` &cc.Declarator{ · Linkage: None, · Type: float([4])[4], · DirectDeclarator: &cc.DirectDeclarator{ · · Token: linmath/linmath_impl.h:193:16: IDENTIFIER "S", · }, } panic: TODO goroutine...

Hi, I'm back! Getting this panic: ``` panic: 1 goroutine 1 [running]: panic(0x2d58e0, 0xc42071e258) /usr/local/go/src/runtime/panic.go:500 +0x1a1 github.com/cznic/cc.(*ctype).Kind(0xc420719080, 0xc4203663c0) /Users/xlab/Documents/dev/go/src/github.com/cznic/cc/etc.go:858 +0xf2 github.com/cznic/cc.(*Expression).eval(0xc42052f980, 0xc4203663c0, 0x0, 0x0, 0x4f15e0, 0xc420719020) /Users/xlab/Documents/dev/go/src/github.com/cznic/cc/ast2.go:638 +0xc85 github.com/cznic/cc.(*Expression).eval(0xc42052fec0, 0xc4203663c0,...

bug

Hello! I'm trying to generate API spec for a design like this: ```go package design import ( . "goa.design/goa/v3/dsl" ) var _ = API("APITest", func() { }) var _ =...

bug
v2
v3

Getting this error: ``` Error: Source "util/Ownable.sol" not found: File outside of allowed directories. import "../util/Ownable.sol"; ``` Usually can be solved with solc using: ``` --allow-paths `pwd`/util ``` But how...

Hello! I've been using [my own bindings](https://github.com/zenhotels/lmdb-go) for a while, but recently switched to your package because of handy API and because Go doesn't allow to link the same C...

enhancement
docs

Hi! I'm playing around with your tool, it looks very promising. I'm willing to participate in testing as there are packages that I'd like to have checked inside out, for...

bug

In latest Xcode releases and especially on macOS Catalina there is no more `/usr/include` dir. But with `-ccincl` it is possible to point c-for-go to the compile-suggested include directories. However,...

bug

@CtrlZvi Unfortunately this pull request https://github.com/xlab/c-for-go/pull/31 has messed hard with all typedefs, see https://github.com/xlab/pocketsphinx-go/issues/9 So I'm leaving this issue open until a proper solution will be found.