Eli Burch

Results 25 comments of Eli Burch

Added flash partition map and .blsig, sorry for the delay. Dumping via flash does not work however, since there is no 'p' command as discussed above in my first comment....

This error happens if you don't have the right hardware. Run ``make noati`` and you won't run into this error. Then you can test with the script in a5_cpu

So that is expected when running unit tests. In that case, I don't know why my tests aren't running. Just to confirm, to run tests, I should follow: - run...

I'm not sure if this can be done without a breaking api change, since Select.Options is an exported field, which is of type []string, and string does not implement `Stringer`

I was taking a look at how to fix this, and I noticed if I remove the ``r.tapBG.Resize(size)`` that was added in https://github.com/fyne-io/fyne/pull/4246/files#diff-62a61810f876fc3fd542cd9078b1d4a41c9efb8a841e0d97c4376c1fac9d59e2, the issue is fixed. Unfortunately, all snapshots...

It seems like the underlying issue is that the animation mutates `tapBG`, which is what is used to draw the animation. However, if during the animation (when `tapBG` is visible),...

Is it not possible to fix the errors that are being logged, instead of suppressing them? I'd be worried about missing important regressions if we suppress these errors

Just FYI, the crash reported here was unrelated to the ``Error in Fyne call thread, this should have been called in fyne.Do[AndWait]`` logs. It was a bug on develop in...

Interesting. These render correctly on Gentoo linux with the builtin fyne font:

@dweymouth can you share pprof data file for 2.6.3 and 2.7.1? I am unable to reproduce on Windows 11 or Linux