Skip to content
  • Support on IE8 Browser

    Bug Reports
    3
    0 Votes
    3 Posts
    2k Views
    A

    @psychobunny End of life Imo. 🙂

  • whsta wrong on chrome

    Bug Reports
    21
    0 Votes
    21 Posts
    7k Views
    D

    @Tanner I guess that works, but I should also learn how to pull specific commits.

  • 0 Votes
    11 Posts
    3k Views
    A

    @psychobunny Hmm, updated, cleared the cache etc, no difference. 😕

    On a sidenote, running git pull gives me an error about node_modules/cookie-parser not being on npm.

  • Mobile Bug

    Bug Reports
    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    @zenkamal @a_5mith This sounds like it's due the new way we store post bookmarks.

    Basically:

    Before, we stored the pid (e.g. 2341) Now, we store the post index (e.g. 5) The bookmark only updates if the current post # is > than the bookmarked post # Unfortunately, 5 will never be greater than 2341, so the bookmark never goes away.

    The old bookmark is basically trying to load the 2341th post in the topic, which doesn't exist. You can clear the bookmark by clicking the "x" at the top right of the notification alert, then that topic should be fixed.