Dwight Spencer
                                            Dwight Spencer
                                        
                                    @userdsp did you even install the android-sdk and the android-ndk? you should do that first.
Sorry @lendljetleyba don't take this the wrong way as I'm going to be blunt and say. Learn bash and linux. Then play around with p2p-adp
See this thread: https://github.com/kosborn/p2p-adb/issues/46#issuecomment-377562397
The `ls` command is how one lists directory contents and the find command is how one searches for things try `find / -name p2p\*adb 2>/dev/null` to find the exact path...
I second this. The docs for installing is limited at best and non existent for running in prod via docker.
Ok tested, on v1.0.0 this works: ```go install github.com/h2oai/wave/cmd/wavedb@latest``` Which means one can do: ``` docker run --rm -ti -v $HOME/.local/bin:/go/bin -v ./:/go/src -w /go/src --nam e=wavedb -p10100:10100/tcp golang:1.20 go...
wow, came here to post this one too. But thanks to https://sr.ht/~emersion/hut/ I'll be able to jump on this one doing one of the live streams and smash out something....
> gitea Gitea is ok and already has a cli tool https://gitea.com/gitea/tea and also looks like one would need to introduce https://gitea.com/gitea/go-sdk or go-swagger as a dependency. I'll leave that...
***TR;DR:*** I get we're using gopher.js here in this project but does that mean we use `net/http/request` or does one have to use a javascript library for http requests?
That's going to need a major rewrite of the upstream tool. They expressly create their own file open function. I'm sure there's ways to script around that and even using...