Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RapidLib RapidLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • rapid-mix
  • RapidLibRapidLib
  • Issues
  • #97

Closed
Open
Created Aug 26, 2017 by Francisco Bernardo@franciscoOwner

Using RapidLib in a React/Webpack application

I've been trying to use RapidLib in a React/Webpack application and haven't been able to do it.

I tried to use both versions of RapidLib. The one in code circle, supposedly client side JS library,

https://www.doc.gold.ac.uk/eavi/rapidmix/RapidLib.js

and the "node" one (which I just learned that it isn't a node module, but unsure of what it really is)

http://doc.gold.ac.uk/eavi/rapidmixapi.com/examples/RapidLib.js.zip

So far I've had errors while trying to figure out what had a constructor and what is a function (given that this doesn't seem to be documented anywhere) referring that there is no constructor for RapidLib, Regression/Classification is not a function, or there is no constructor

`Failed to compile.

./src/rapidLib/RapidLib.js Line 2: 'RapidLib' is not defined no-undef Line 26: 'path' is not defined no-undef Line 41: 'read' is not defined no-undef Line 63: Unexpected use of 'print' no-restricted-globals Line 64: 'printErr' is not defined no-undef Line 66: 'read' is not defined no-undef Line 74: 'readbuffer' is not defined no-undef Line 76: 'read' is not defined no-undef Line 81: 'scriptArgs' is not defined no-undef Line 105: 'dump' is not defined no-undef Line 109: 'importScripts' is not defined no-undef Line 367: 'EmterpreterAsync' is not defined no-undef Line 373: 'EmterpreterAsync' is not defined no-undef Line 2536: 'readline' is not defined no-undef Line 3460: 'FileReaderSync' is not defined no-undef Line 4598: 'path' is not defined no-undef Line 4609: 'node' is not defined no-undef Line 5426: 'SOCKFS' is not defined no-undef Line 5433: '__read_sockaddr' is not defined no-undef Line 5435: 'DNS' is not defined no-undef Line 5670: 'FUNCTION_TABLE' is not defined no-undef Line 6396: 'SDL' is not defined no-undef Line 6396: 'SDL' is not defined no-undef Line 6396: 'SDL' is not defined no-undef Line 6484: 'MozBlobBuilder' is not defined no-undef Line 6484: 'WebKitBlobBuilder' is not defined no-undef Line 6647: 'GL' is not defined no-undef Line 6649: 'GL' is not defined no-undef Line 6659: 'GL' is not defined no-undef Line 6846: 'SDL' is not defined no-undef Line 6847: 'SDL' is not defined no-undef Line 6937: 'SDL' is not defined no-undef Line 6939: 'SDL' is not defined no-undef Line 6945: 'SDL' is not defined no-undef Line 6947: 'SDL' is not defined no-undef Line 6968: Unexpected use of 'screen' no-restricted-globals Line 6969: Unexpected use of 'screen' no-restricted-globals Line 6969: Unexpected use of 'screen' no-restricted-globals Line 29674: 'quit' is not defined no-undef `

Assignee
Assign to
Time tracking