Samuel Oldham

Results 143 comments of Samuel Oldham

I worked it out, the original child (the title child) needed to not be in a flex child as that will then share out the space evenly. I submitted a...

Wait, false alarm! this then makes it so it cant clip, how weird!

I have had a longer look, and it seems like something with the re-implemented logic has caused the issue where it plays that item when you click save on an...

Okay, so I have been reading the documentation. The problem comes from the fact that a non-flex widget has an infinite size. We need either the text or the dots...

I had a go at wrapping both the text and the dots into a flex widget but all that happened was that the time stamp stayed in one place.

Of course!!! I will be able to tomorrow!

Amazing it looks fantastic!

Oh no... It has actually caused an issue with the podcast view.... mistook that for the same issue as #610 -- Before -- ![Screenshot From 2025-06-09 19-32-53](https://github.com/user-attachments/assets/0259612c-a77a-4b15-9b86-d59d8ffd76e2) -- After --...

Just to let you know you can use 'cargo clippy --fix --allow-dirty' to remove many of the warnings which you are encountering it is best if you run it regularly....

The API on the Spotify site is only really meant for the current user, not for public users in general (do correct me if I'm wrong though!). The API that...