Nate Wilson

Results 23 comments of Nate Wilson

I'd like to share some details I've learned via personal testing. ![shuffle toggle](https://user-images.githubusercontent.com/10457200/177649088-63fb74c8-e33c-4c33-83a1-25ad8bfdc9ec.png) Shuffle toggle (top left of the screen): works exactly as it should. If the shuffle toggle is...

Leaving a comment here (which hopefully will remove the "stale" label?) It's only a minor inconvenience, but it'd be great if the Shuffle button worked properly.

I've also experienced this issue, and I'd like to add that reordering a queue doesn't work either. You can click and drag a song, but once you let go of...

Out of all the issues currently open, this is the one that affects my experience the most. I like being able to change the song queue, and that just isn't...

@lrhn I tried copy-pasting your snippet, and it gave me an error: ![enum extends](https://user-images.githubusercontent.com/10457200/171904501-f7fc10e3-3a39-43e0-b369-351433aa722d.png) I saw in the [Dart language tour](https://dart.dev/guides/language/language-tour#enumerated-types) that `enum` already extends the `Enum` class, so it...

@lrhn I'm glad you brought this up. I personally don't have a strong preference about `snake_case` vs. `UpperCamelCase`. It's probably best to follow the import prefix convention, but I also...

@Hixie I believe so, although `namespace` would implicitly give all members the `static` property as well.

~I think it could be better to use "in" as the keyword, instead of "from"~ never mind, that's pretty confusing. I'm a huge fan of this proposal, hopefully this or...