chmod a+x exe/(file name)
Remedy for: WARNING: exe/greeter is not executable WARNING: See http://guides.rubygems.org/specification-reference/ for help Got this from the RubyGems docs I still can't make my exe run. Weird but I don't think…
Remedy for: WARNING: exe/greeter is not executable WARNING: See http://guides.rubygems.org/specification-reference/ for help Got this from the RubyGems docs I still can't make my exe run. Weird but I don't think…
I created a Bingo card! Well, essentially this is a grid of whatever I would want it to be. It uses the Prawn gem and is written in Ruby. The…
Today I learned not to use the copy of Ruby labeled preview. It is only for testing and could be bug filled. So I installed Ruby 2.3. (I think it…
I transferred my local site to my staging site on WPEngine. But my icons didn't show up. Boooo. The awesome instructors at Skillcrush had the answer. Because my wp_content file…
The first rule of problem solving: If you have a problem that you've done all you can to solve but it still persists, Something you believe to be true is…
The photos are lined up and evenly spaced - all thanks to flexbox. .homepage-featured-work-row { display: flex; flex-flow: row; justify-content: space-between; } After returning to display: block; to pull the…
Yep, just spent an hour and a half not able to figure out why my headline was laying to the left of my images instead of above them. I kept…