f.map("Boston, MA") shows nothing on Windows
Closed this issue · 7 comments
illtellyoulater commented
Hi guys,
this does not show anything on Windows 7 64bit
f.map("Boston, MA")
Am I supposed to require something else other than flammarion?
> ruby -v
> ruby 2.2.2p95 (2015-04-13 revision 50295) [x64-mingw32]
zach-capalbo commented
Do any of the other examples work? Are you running this from inside irb or from a script?
illtellyoulater commented
mattscilipoti commented
Same issue on OSX (10.11.6) . Everything is working, in irb or as script (with f.wait_until_closed
), except for f.map
.
Using flammarion 0.1.11
zach-capalbo commented
Hmm... If you press Ctrl+shift+i on the window that pops up, are there any errors reported in the web console?
mattscilipoti commented
I don't see any change when I press Ctrl+shift+i. It creates an email when I press I press cmd+shift+i.
zach-capalbo commented
Thanks for the report! I've reproduced the issue, and am working on a fix now.
zach-capalbo commented
Fixed in version 0.1.13