New answers tagged bug
1
As described in the /me/inbox documentation, the route is
...effectively an alias for /inbox. It is provided for consumers who make strong assumptions about operating within the context of a single site rather than the Stack Exchange network as a whole.
Since it's just more or less a convenience route for the global /inbox method, it doesn't actual ...
1
Tricky, this was complication of date rounding (we store dates with sub-second precision in the DB) and some bad math when converting unix epoch dates for certain routes.
The latest build should fix these bugs.
0
It appears you have to specifically enable JavaScript for the WebBrowser control on Windows Phone.
<phone:WebBrowser x:Name="webBrowser" IsScriptEnabled="True" />
Top 50 recent answers are included