Jacob Alzén

Results 142 issues of Jacob Alzén

### Description: Update web driver to support changing cursors. Previously it was always using the pointer cursor. ### Checklist: - [ ] Tests included. - [x] Lint and formatter run...

### Checklist - [x] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same feature, before opening a new one. - [x] This issue only relates...

optimization

### 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...

bug

### Description: The main benefit here is that someone using the race detector will know that they are using fyne.CurrentApp() from the wrong goroutine in a migrated app and it...

I am opening this a like a tracking issue for some reports I got when running the memory sanitiser (`go build -msan`) on a GLFW app. To be fair, I...

glfw-3.3
security

Go 1.24 is supposed to be releasing any day now and it includes support for new two new annotations `#cgo noescape` and `#cgo nocallback` (see https://tip.golang.org/doc/go1.24#cgo). I'm not sure to...

enhancement

On my Fedora Silverblue 42 install with Trayscale from Flathub, the network check shows a missing icon in the UDP row:

I usually don't start the app unless I have to and thus it is common for me to send a file to my computer from my IPad/iPhone and then open...

Bumps minimum Go to 1.21 for a few modernisations.

This PR contains a few small changes to improve the code readability, remove some unneeded code and make the tool faster.