Imbwaldo

- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 13
-
-
-
Imbwaldo commented, -
-
-
Imbwaldo created a post, Code runs off right margin before wrapping
I'm finding that my code wraps ... but not until it has run off the right edge of the editor. I end up having to scroll to the right in order to catch a few characters that are hidden over there, t... -
-
Imbwaldo created a post, HTML validation: catch missing closing tag
How much overkill is using WebStorm to develop responsive email?! Well, I do it anyway because WebStorm is such a fine tool.I know I risk sounding like a comlete idiot, but I'm going to ask anyway.... -
Imbwaldo created a post, Foundation and foundation/functions path
I've spent all day trying to set up a Foundation project with Sass in WebStormand I keep running into this wall: in my _settings.scss file, I get an error message at line 13.@import "foundation/fun... -
Imbwaldo created a post, Capybara test output doesn't match spec
When I run a test, the output reads like this:expected #has_content?("Nevermind") to return true, got falseThat's fine--makes sense. But the spec reads like so: it "should have the content 'Neve...