Giter Club home page Giter Club logo

powerarray's People

Contributors

detky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

powerarray's Issues

Uncaught TypeError: Cannot read property 'toUpperCase' of undefined

Hey there,
sweet little library but I have a problem when trying to sort an array:

PowerArray.js?7f5d:1100 Uncaught TypeError: Cannot read property 'toUpperCase' of undefined
    at Array.Sort (PowerArray.js?7f5d:1100)
    at eval (main.js?2ee2:61)
    at Module../src/main.js (app.js:3985)
    at __webpack_require__ (app.js:725)
    at fn (app.js:102)
    at Object.0 (app.js:4010)
    at __webpack_require__ (app.js:725)
    at app.js:792
    at app.js:795

Simple example:

import "./libraries/PowerArray.js"

let o1 = {
    name: "Z"
};
let o2 = {
    name: "A"
};

let test = [o1, o2];
let sortedTest = test.Sort({name: Sort.Ascendig});

Since there are no releases in this repo I just used the last available PowerArray.js file from master branch. Any idea how to fix this?

GetTypeOf() shows an error in Eclipse

In Eclipse (Mars) the "return pa.utils.DataTypes.function" in GetTypeOf() (currently in line 154) will be marked as an error as it uses the keyword "function". The exact message is

Syntax error on token "function", Identifier expected

Many thanks for PA and best regards
Friedemann ;-)

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.