Cedric BAIL

Results 37 issues of Cedric BAIL

### Description: This enable -no-strip-debug for platform that we were actually not triggering it for (android, ios and windows) and make them equivalent as what we are doing for linux,...

### Is your feature request related to a problem? Please describe: The web driver currently only support one window. It is an unexpected requirement on Fyne application that should be...

Bounty
Driver:web

### Is your feature request related to a problem? Please describe: Currently if we want to run go test on a specific target with _fyne_, we can't use _fyne-cross_ and...

enhancement

### Description: So apparently with go 1.20, we need to add `-lresolv` manually for some reason on darwin when any dependencies use the net package :-( See https://github.com/golang/go/issues/58416 and https://github.com/golang/go/issues/58159...

### Is your feature request related to a problem? Please describe: As most of our image are relying on zig to cross compile, and more of them might use it...

### Describe the bug: When using the -dir directive the metadata file is not read properly. The problem come from the fact that we read the metadata before parsing flags....

### Is your feature request related to a problem? Please describe: With PR #159 we will start using fyne for building the binary. This PR will provide support for fyne...

### Is your feature request related to a problem? Please describe: We currently do not make any attempt to build for iOS in our CI as we do not have...

### Description: Turn back on CI for MacOS and Web target. ### Checklist: - [ ] Tests included. - [ ] Lint and formatter run with no errors. - [...

### Description: Change on how we handle ldflags to pass them via GOFLAGS broke building for Darwin when on Linux and Windows. The code is actually not useful anymore as...