dcboy

Results 23 comments of dcboy

use this args --disable-features=automation

always on 1.21.4 reproducer: https://go.dev/play/p/Alu2e-LdzqX?v=gotip ``` [15:11:43]➜ go-http2 go version go version go1.21.4 darwin/amd64 [15:12:28]➜ go-http2 go build [15:12:35]➜ go-http2 ./go-http2 listening on :56782 panic: runtime error: invalid memory address...

> Can you please provide information on how this issue can be reproduced, @dcboy or @MMohamad70. Otherwise we can't reproduce the issue and will have to close it. so sorry...

is the same with me ``` Execution failed for task ':react-native-reanimated:configureCMakeDebug[arm64-v8a]'. [CXX1210] /Users/xxx/D/work/project-a/node_modules/react-native-reanimated/android/CMakeLists.txt debug|arm64-v8a : No compatible library found ```

server side ``` func Serve() { uploadDir, err := filepath.Abs(path.Join(Flags.UploadDir, "./tusd/")) if err != nil { log.Fatalf("Unable to make absolute path: %s", err) } store := filestore.New(uploadDir) locker := filelocker.New(uploadDir)...

maybe this issues: https://github.com/golang/go/issues/58237

since go version 1.6, The net/http package has provided transparent support for the HTTP/2 protocol Cannot be used directly x/net/http2