David Lechner
David Lechner
Don't worry about the linting, I can fix it when I get back to this.
Does it work if you change the command to `go build -o hello`?
Did you run the command manually or did you modify `.vscode/tasks.json`?
I don't think you should change `${workspaceFolderBasename}` to `test2`. I don't see any folder with that name, so not surprising that it says it doesn't exist.
Can you provide a minimal reproducible test case and logs showing timing of when connections are started and completed along with the full stack trace of the error?
Can you give exact steps to repeat the problem? When you say "tethering" do you mean you are using the tethering feature in brickman?
We are using ConnMan for network management. It "owns" `/etc/resolv.conf`. So as a workaround, you should set the DNS using `connmanctl` instead of editing `/etc/resolv.conf` directly.
Could you make a pull request to fix this?
I'd rather not spend time trying to make jessie work. It was never really finished in the first place.
I agree that Bleak should not be dealing with Android permissions. It should be up to the individual application to deal with that. So I would be happy to take...