Aaron Kofsky
Aaron Kofsky
> However, I'm not sure I understand the value of `let_underscore_must_use`. `let _ = ...` seems like exactly the pattern people normally use to _intentionally_ ignore a `must_use`; under what...
@bors try @craterbot check
@estebank ah it seems i cannot do a crater run. If there aren't any other changes I should make, can you run the crater run?
Looks like the crater run finished! The report says 47 crates failed--I checked a few of the failures and they do seem to be accurate (people `let _ =` a...
@estebank Done! I've added the additional diagnostics to the lint.
Ok, I will try implementing the Jukebox idea some time this weekend. Thank you for the feedback.
Okay, I've changed it so that the jukebox is now accessible via the game options menu. Like discussed in the comments above, the jukebox only allows you to access song...
I was able to get libtorch/pytorch to work on my M1 mac running Monterey. I ran the following command: ``` brew install pytorch ``` I then set the following environmental...
Sure, I can make the changes later tonight!
Alright, I've made the changes! I did the two minor style changes (i'm deciding to keep the braces in the switch case, since I think it looks more in line...