nicolasbrailo / cpp_exception_handling_abi

A mini ABI capable of handling throw/catch statements for C++ without libstdc++
Creative Commons Zero v1.0 Universal
163 stars 34 forks source link

Markdown version of the blogpost? #1

Closed xplorld closed 7 years ago

xplorld commented 7 years ago

Thanks for your awesome blogpost! It is rather inconvenient to read the black text in deep dark grey background. I'm not sure whether it is from my browser, though I tested in incognito mode and appears to be same. Is this the style you expected? image

nicolasbrailo commented 7 years ago

Thanks for the report @xplorld. That's definitely not how it's supposed to look! The whole css looks broken (the menus shouldn't be ul's). I just tested it in Firefox, Chrome and Android's Chrome and it looks more or less the same as in the screenshot here. Any chance there's an extension on your side breaking the stylesheet? Could you try with a different browser?

screenshot_2017-04-17_09-40-36

xplorld commented 7 years ago

Oh I found the problem.

It turns out to blame my VPN configurations. In China there is a Nation-wide Firewall blocking many of the websites including google.com, wordpress.com and many others. My VPN was in an 'automatic' mode to decide whether go through the VPN or not by a whitelist. Some of the stylesheets (not sure which) was newly blocked but not yet added to the VPN whitelist so could not be fetched. Opening global VPN results in a page looks exactly as your screenshot.

Thanks for your grest post!

nicolasbrailo commented 7 years ago

Happy the issue is solved then, and thanks for reading!