GithubHelp home page GithubHelp logo

love-wiki-version-picker's People

Contributors

airstruck avatar bartbes avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

thelinx love2d

love-wiki-version-picker's Issues

Order of items in version list is not defined

The injectVersionTags function injects versions into the picker. It uses for .. in which doesn't iterate in a predicable order. When iterating properties of an object that was defined as an object literal, most implementations will iterate the in the same order the properties were defined, but this isn't guaranteed. Should change back to pulling the version page with XHR or store versions in an array instead of a plain object.

Function missing when re-added

PrismaticJoint:setLimitsEnabled was removed, then re-added. The current code removes it from listings because it was remove, ignoring the fact that it was then re-added. I guess this means there needs to be another step to deal with this specific case, which is exciting. The simplest fix seems to remove removed functions first, then remove added functions, but check that if we're not to hide an added function, that it is re-enabled.

Support box notes

See https://love2d.org/wiki/love.event.push.
These boxes provide a nicer UI, and work better with longer lists, see https://love2d.org/wiki/CanvasFormat.

We can, of course, change the template to provide easier access to the available data. Unfortunately I'm not quite familiar with how the code works or I would've done it myself.

From what I can tell the result is two divs, one for the header, and one for the contents, I propose we modify the template to:

  • wrap it in an extra div, containing both
  • add semantic data, if possible

I see there's some custom attributes in the page already, so it should be fairly easy to add those to the wrapper div.

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.