Giter VIP home page Giter VIP logo

stackskim's People

Contributors

andrewhead avatar austinhle avatar cryptopus avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

stackskim's Issues

Legend gets added multiple times

To reproduce:

  1. Visit stackskim.info
  2. Choose relevant questions to populate search results
  3. Enter new query, choose relevant questions again.
    Legend now has two boxes for each content type.

Graphics are missing on StackSkim page

Note that this seems to be missing only for "www.stackskim.info", not "stackskim.info"
As of May 2015, it looked like the static content wasn't being loaded properly anymore.

Highlighting list elements doesn't work

Run query 'search and replace in string'. Find answer that is five blocks of code long. Skim the mouse over the bar and see that the highlighter gets stuck!

Snippet collapses when you edit label

After creating snippet, click on header to start editing the label. You'll see the snippet collapse. Ideally, clicking on the header will just edit its content without collapsing it.

Red auto-correct squiggles appear for snippets

To reproduce, create a few snippets. The text I saw that had auto-correct snippets was:

     BufferedReader br = new BufferedReader(new FileReader("test.txt"));
     for (String line; (line = br.readLine()) != null;) {
        System.out.print(line);
    }
}

Where my screen draws auto-correct squiggles beneath br and br.readLine().

Perhaps this is related to the header being editable?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.