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…
Although I know I can learn anything, I don't feel like I'm really grasping this yet. Part of it is I still feel crispy. Part of me thinks I shouldn't…
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…
When I check my decisions against the suggestions I realize I need to ask myself a question. Can this be made an editable field for the client. Even if I…
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…
This had photos but doesn't now. Backup your work before changing your theme! So what is the difference? .lost-hero-content { background: url("img/fredrick-kearney-jr-unsplash.jpg") no-repeat scroll left center / cover rgba(0, 0,…
Today's issue was the spacing of elements in a PHP function that used flex-direction: row reverse. Answer: justify-content: space-between; But the real deal is targeted research. I looked over a lot…
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…
When I first wrote the CSS for my contact form, I wrote this: .main-content { max-width: 60%; margin: 0 auto; } Which looked like it worked. Until I was reviewing…