Jeff Thompson

Results 31 issues of Jeff Thompson

With Node 12.x installed (the default on Ubuntu 22.04), `make android.release` gives the following error. Due to the faker dependency, the minimum Node version should be 14.x. `error @faker-js/[email protected]: The...

bug
✅ Approved

I have Firefox for Android 57.0.1 and IPFS companion 2.1.0. IPFS-like paths (/ipfs/$cid) are not redirected. (Are they supposed to be in this version?) (The same link redirect correctly in...

status/blocked
status/blocked/upstream-bug
status/deferred
area/android

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package version Latest commit a2c7efffdf506fb00f51c69697855ac42546a67a ### Language version and compiler version go 1.17,...

bug
🔍 Ready for Review

Changes for go1.18. Similar to the [Berty pull request](https://github.com/berty/berty/pull/4135), In go/go.mod, add a replace for quic-go v0.25. In packages/go.mod, change to quic-go v0.25. Run `go mod tidy` to update the...

bug

Fix `make test_bridge.android` build error. # Description `make test_bridge.android` gives the build error "A problem occurred configuring project ':bridge'. You must specify a URL for a Maven repository." This pull...

Change to a CID of a sample image from the IPFS web site which is likely to be fetched. # Description The request to fetch the IPNS file times out....

With Go 1.18 installed, in `packages`, `make test` prints: ../../go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go118.go:6:13: cannot use "quic-go doesn't build on Go 1.18 yet." (untyped string constant) as int value in variable declaration Other packages...

:rocket: feature-request

#### System information AKASHA version: `0.6.2` Operating System: `all` #### Expected behaviour Can view Akasha content without creating an account. #### Actual behaviour Must create an account to use Akasha....

feature-request

Consider the following Go code with a method that returns a byte array and an error: package example type TestClass struct { } func (req *TestClass) GetData() ([]byte, error) {...

To "make sure gobind is up to date", runInit calls goInstall with "golang.org/x/mobile/cmd/gobind@latest" . But it shouldn't have "@latest". This instruction can replace the gobind command in the user's $GOPATH/bin...