Tobias Salzmann

Results 81 comments of Tobias Salzmann

Which one did you disabled Internal or External?

Related in #31 & #10

Hi thanks four your report, Great Idea! Next Release!

Just for letting you know: Version 1.7 has console support. Cheerio!

I cannot reproduce the problem you described, could you make a little step by step guide that leeds to the Problem?

Currently its just an On-The-Fly App, without storing settings. But probably I will add this later.

Basicly the App gets the resolutions of the system. So yes it should work. But I need to try it out by myself.

1. I am running the 2.14.3 (I just modified the Dockerfile from https://github.com/github/licensed/pull/328#issuecomment-744324925) 2. No additional CLI options passed in 3. nope same directory 4. not nested I modified the...

Had the same problem, ended up using a wrapper: ```golang package internal import ( "context" "github.com/cretz/bine/process" libtor "github.com/ipsn/go-libtor" ) var creator = libtor.Creator type LibTorWrapper struct{} func (LibTorWrapper) New(ctx context.Context,...