Code Monkey home page Code Monkey logo

graph-app-kit's People

Contributors

akollegger avatar eve-bright avatar joknelid avatar oskarhane avatar pe4cey avatar valineo4j avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graph-app-kit's Issues

Problems with versions of dependencies when installing

When trying to install graph-app-kit as explained in "Install and import" (in the README.md) with npm install graph-app-kit --registry https://neo.jfrog.io/neo/api/npm/npm, we're getting the following errors:

npm WARN [email protected] requires a peer of react@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-dom@^15.6.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react@>=0.14.0 <= 15 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of react-dom@>=0.14.0 <= 15 but none is installed. You must install peer dependencies yourself.

The required versions are somehow contradictory to each other.

AsciiTable formats integers in neo4j driver format incorrectly

Example query:

    call dbms.queryJmx('java.lang:type=Memory') yield attributes 
    with attributes.HeapMemoryUsage as heap 
    with heap.value.properties as heapProps 
    return heapProps.init as init, heapProps.used as used, heapProps.max as max;

Putting this into ASCIITable yields the wrong result. It should probably call neo4j.int() on those nested types. This is an oddity of the JS driver, because numeric coverage in JS doesn't match longs in java.

╒════════════════════════════╤══════════════════════════╤══════════════════╕
│"init"                      │"used"                    │"max"             │
╞════════════════════════════╪══════════════════════════╪══════════════════╡
│{"low":-2147483648,"high":0}│{"low":212860936,"high":0}│{"low":0,"high":1}│
└────────────────────────────┴──────────────────────────┴──────────────────┘

Use GitHub dependency instead of own registry

Hello there,
is there a special reason that you recommend installing graph-app-kit via your own registry? This makes it harder building apps that depend on it, i.e. specify it in their package.json.

As far as I understand this shouldn't make a difference. In this case I would propose also adding an example for usage as an dependency in the package.json in the readme-file:

"graph-app-kit": "neo4j-apps/graph-app-kit#1.0.0"

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.