Luca Corbo
Luca Corbo
I'm sorry you're having trouble installing fyne-opensnitch. It seems there is something different between our envs that we are unable to identify. Below you'll find all the steps I did...
You should not use the version v1.1.0 since it has not been tested with the actual codebase (trying different versions was only for debugging purpose aiming to found a possible...
Thanks for testing. It could be related to ShowAndRun() not called from main goroutine (fixed with c10a72e) and updated fyne deps to v1.2.4 in 8513ccf too. Could you please update...
Sorry, rules editing is not supported yet.
If you need a proxy it can be specified with the --env flag: ``` fyne-cross linux --env GOPROXY= ``` Note: make sure you're using the latest version v1.1.0 since it...
It's hars to say without looking at your code. Anyway one possibility could be a `*.syso` library in your project that is linked during the linux cross-compilation. Also make sure...
> Looking at it there seems to be a mix between windows and linux tools being used - don't you think @lucor ? > `/usr/local/go/pkg/tool/linux_amd64/link: running i686-w64-mingw32-gcc failed: exit status...
Vendoring could help but does not cover all use cases for example when the user won't or can't add the code to the repo (i.e. license aspects). A possible to...
If for extending the docker image you mean add a ssh key and configure the ssh client, yes that would work but I won't add a ssh key to an...
I agree @Bluebugs, add the possibility to share a `GOMODCACHE` directory between host and container and pre-fill the cache with `go mod download` could be a solution. We already do...