vinser
vinser
Hi, This trivial code corrupts thumbnail ```go package main import ( "log" "os" exifkniferead "github.com/dsoprea/go-exif-knife/handler/read" exifknifewrite "github.com/dsoprea/go-exif-knife/handler/write" ) func main() { inPath := os.Args[1] outPath := os.Args[2] readExifTag(inPath) writeExifTag(inPath, outPath)...
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...
### Describe the bug: Unlike `go build` fyne-cross option ldflags does nothing when I try to set global var with `ldflags "-X 'main.ver=1.0.0'"` ### To Reproduce: For the code beneath...
### Describe the bug: Cross compilation with MacOSX13.3.sdk failed with error `could not package the Fyne app: could not package the Fyne app: exit status 1` Old chap MacOSX11.3.sdk does...
There in a typo in the title 'first lieutient' Should be 'first lieutenant'
### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...
OPDS server response feeds causes "No OPDS entries found" errors. Sample and simple server response: ```xml John Marrs /opds/authors/id=147/anthology=alphabet/page=1 2024-03-23T12:19:39+05:00 The One /opds/books/id=224 2024-03-23T12:19:39+05:00 John Marrs A simple DNA test...
When baseURL has a project (folder) and is something like `baseurl = "https://blist.vercel.app/project/"` menu language switcher routes to wrong urls. Default English home page url in such a case is...