Stephen Marsh

Results 13 comments of Stephen Marsh

@outoftime welcome! I'll reproduce next time I have access to a Chromebook. In the meantime I can tell you It was typed from the normal `"` key and the keyboard...

Valid: `` Not valid (US international keyboard): `` The W3C validator gives the following error for on that character: > Line 2, Column 18: an attribute value must be a...

@outoftime totally agree, and maybe a hint about checking keyboard settings? If you wouldn't mind pointing me to where the validation happens I can make a PR.

Ah okay, thanks. I'm new to React so I missed the htmllint dependency on first glance. I might actually open an issue with them and suggest they modify https://github.com/htmllint/htmllint/blob/master/lib/rules/attr-quote-style.js to...

Oops, thanks for pointing that out. Linted.

hi @vasanthangel4 could you tell me which things are not working as expected on iOS devices and which browser(s)? (Safari?)

Hi @vasanthangel4 - I think I see what you mean. With VoiceOver on, the carousel doesn't respond to swipe gestures to change/navigate the slides, or even scroll the container. I...

I get `uninitialized constant User` as well after putting Mongoid History in a gem I am contributing to. I may well have just configured incorrectly but I'm stumped none the...

Update: could be related to this line: https://github.com/aq1018/mongoid-history/pull/127/files#diff-bcdd27320396c76a2b2c2b20b0b65dd2R34 ??? Commenting those lines out it no longer throws error... Then setting `track_history :modifier_field => :author` throws error it can't find 'Author'...