User Details
- Office Hours
- M/F: After 3PM (PDT) ~ T/W/Th: Not available ~ Weekends: Fairly open
- Time Zone
- Pacific Daylight Time (PDT)
- Location
- Odessa, WA
- Nickname
- Elizabeth or Liz
- School
- Gonzaga University
- DEV
- https://dev.to/eml2017
- Github Account
- https://github.com/eml2017
- Operating System
- Ubuntu / Windows 10
- Alternative Species
- Baby Emperor penguin
- Favorite Color
- Pastel pink
- Listening To...
- 1980s rock
- Watching...
- Gilmore Girls
- Working on...
- My front-end web dev skills
- Coffee Order
- Anything with caramel in it
- Pizza Order
- Pepperoni, sausage, and mushrooms (with a little bit of Parmesan sprinkled on top)
- Studying
- Computer science & computational thinking (with a concentration in art)
- Other Vehicle
- Doc Brown's DeLorean
- Roles
- Disabled
- User Since
- Feb 29 2020, 11:31 AM (160 w, 1 d)
Oct 2 2020
No strong preference either way. OTBS looks a bit cleaner, but I tend to agree with @gacmix about Allman's readability (easier to visualize blocks of code).
Sep 26 2020
Sep 21 2020
It looks like using make ready builds for a second, but then hits me with:
@jcmcdonald I was wondering about this too... it seems like the associated task (T1323: Apply Updated Standards) is no longer valid, so I wasn't sure if that applied to this diff as well.
Sep 14 2020
Sep 12 2020
Sep 11 2020
@ardunster what did you use to run this? make run? Just curious, because I tried it, ran into some trouble, and wanted to check if it was just me/my machine.
Sep 4 2020
Sep 3 2020
Aug 31 2020
I was working on the lambda example while looking through the comments again and realized I said that a was the function name... lambdas are anonymous/unnamed functions 🤦
Aug 30 2020
Aug 27 2020
Aug 24 2020
Aug 19 2020
@ardunster, from my understanding, a represents an anonymous function name. It’s used when we wish to execute a function, but don’t want to make a separate function elsewhere in the code.
Also, I like your thinking on using different keywords for stacks and queues.
@ardunster, for arrays and lists, would it be handy to have something static and dynamic? Like if you wanted to store a company’s department names (a finite number of entries, likely not going to change) and a list of employee ID numbers (an infinite number of entries, grows or shrinks as employees are hired/leave), you could utilize both arrays (departments) and lists (ID numbers).
@ardunster, thanks for making the Roadmap page! It’s going to be super helpful when we start.
Aug 17 2020
@ardunster oh goodness, I must've been on autopilot when arc diffing this, because I didn't even notice that change. I don’t recall touching the .json, so I suspect it changed when I chose an interpreter. Thanks for pointing it out!
Changed "python.pythonPath" back to what it was before (see @ardunster's comment)
Aug 13 2020
Thanks for your help! It looks like I'm back in business.
Aug 12 2020
Aug 11 2020
It appears that I'm having the same merge conflicts with my local Ratscript repo that I'm having with my local DiamondQuest one, so I can't seem to pull this diff.
Aug 8 2020
Aug 7 2020
Here's a quick update on the sprite sheet. I've started moving the individual sprites closer together to get rid of the padding that's causing us trouble. Should be done soon!
Aug 1 2020
Jul 30 2020
Hi @SGallagherMet! Thanks for letting me know. I'm also a bit new to working with/making sprites, so I appreciate the heads-up. Were there any sprites in particular you noticed were giving you trouble? Or was it just improper sizing on the whole thing (i.e. if one is off, then the others are all off)?
Jul 29 2020
T1356 seems to cover what we did/are doing a little better, so I think it's alright to get rid of this one or mark it as complete.
Jul 28 2020
Jul 27 2020
Thank you so much for your help, @jcmcdonald! It looks like everything worked correctly, as the warning I got before isn't showing up anymore.
Jul 22 2020
Jul 21 2020
Jul 20 2020
...and here's a visual update. I believe everything's there, but parts of the designs are hard to see (e.g idle's nose). I'm working on cleaning up stuff like that. This is also a .png file, which was just for the sake of a quick save. The final one will be a .gif :)
@jcmcdonald Probably uploading to both, that way there’s a visual copy and a copy in the code.
Jul 18 2020
Jul 16 2020
Jul 15 2020
Jul 9 2020
Jul 8 2020
Jul 7 2020
Jul 5 2020
Jul 4 2020
Jul 3 2020
Jul 1 2020
Sorry folks, I forgot to change the name of this diff before landing it. There should be no errors, despite what the commit message says.