Vadym Vikulin

Results 91 comments of Vadym Vikulin

I investigated issues related to Http Request. Conclusion: 1. Http Request does not send HTTP headers at all. Actual result: Following headers are missing: `Date-Iso:Testing Authorization:Testing Userid:[email protected] ` Apache log...

Thanks for quick answer. GFX should be used with hardware specific lib. Such as TFT or MCUFRIEND_kbv. I found an example for UTFT lib and some more. I'm looking for...

Test code for TCP: ``` package main import ( "net" "log" "time" //kcp "github.com/xtaci/kcp-go/v5" ) func main() { // start the server ln, err := net.Listen("tcp", "127.0.0.1:48000") log.Println("Listening KCP...") if...

> > > I'm leaning towards just adding the workaround like what's mentioned in the SO question to the docs. Probably something like a `:host` + `host: "[::1]:8080"` parameter -...

@c-smile what is the sciter working configuration? I tried Go 1.17 with recent master (0.5) and It could not run: see https://github.com/sciter-sdk/go-sciter/issues/330

Finally I determined what was the problem: when I use https://github.com/c-smile/sciter-js-sdk/archive/refs/heads/main.zip sciter.dll it does not work but this works well: https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.win/x64/sciter.dll and https://sciter.com/sdk/sciter-sdk.zip

Confirmed for golang 1.17.7. Full log: ``` $ cd examples/simple $ go build # github.com/sciter-sdk/go-sciter ../../../go/pkg/mod/github.com/sciter-sdk/[email protected]/sciter.go:110:85: cannot use _cgo0 (type _Ctype_HWINDOW) as type unsafe.Pointer in argument to _Cfunc_SciterDataReady ../../../go/pkg/mod/github.com/sciter-sdk/[email protected]/sciter.go:141:85: cannot...

This solution works for me: https://github.com/sciter-sdk/go-sciter/issues/245#issuecomment-896794879

check syntax in scripts/*.sh. That would be a simple missing quotes or anything failing code