Code Monkey home page Code Monkey logo

reorjs's People

Contributors

philipskinner avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

mcronald

reorjs's Issues

Node.js client

Some weird behavior when running on a computer with no network adapters.

Complete code editor

Complete the first version of the application editor and testing environment.

Results reporting

Results reporting does something strange, goes back over blocks and seems to mix things up.

Needs to use block maps in API storage for more robustness, plus needs to ensure that blocks can be completed in a none linear fashion.

Rate throttling

Rate throttling is not supported by either the stacker or the clients.

API documentation

Ensure API documentation is up to date with key generation endpoints.

Python 3.4 failure

Doesn't work, reported by elancer.

Documentation also doesn't mention python support.

Stacker issue

To reproduce:

  1. Start system
  2. Create tasks
  3. Connect node
  4. Create another task

The tasks created after the node has connected will not be stacked for sending to clients.

Logging

Logging is none existant, all comes through on stdout.

chkconfig command not always available

The chkconfig command is not always available, yet the install script assumes it is. Debian based systems don't have it installed or available. The alternative for those platforms is update-rc.d

Deepcopy error in mongodb api class

The deepcopy fails when reaching a Collection object from pymongo

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1332, in _execute
    result = method(*self.path_args, **self.path_kwargs)
  File "/home/eric/workspace/reorjs/reorjs-tmp/ReorJS/query/tornadoHandlers/dataset.py", line 37, in get
    self.application.DataSetHandler.get(id=id)
  File "/home/eric/workspace/reorjs/reorjs-tmp/ReorJS/query/handlers/dataset.py", line 38, in get
    results = api.db.Dataset.search({})
  File "/home/eric/workspace/reorjs/reorjs-tmp/ReorJS/api/objects/base.py", line 79, in search
    return self.connection().search(self, params, options)
  File "/home/eric/workspace/reorjs/reorjs-tmp/ReorJS/api/connection/mongo.py", line 99, in search
    obj = copy.deepcopy(object)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 298, in _deepcopy_inst
    state = deepcopy(state, memo)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 264, in _deepcopy_method
    return type(x)(x.im_func, deepcopy(x.im_self, memo), x.im_class)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 298, in _deepcopy_inst
    state = deepcopy(state, memo)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 298, in _deepcopy_inst
    state = deepcopy(state, memo)
  File "/usr/lib/python2.7/copy.py", line 163, in deepcopy
    y = copier(x, memo)
  File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
    y[deepcopy(key, memo)] = deepcopy(value, memo)
  File "/usr/lib/python2.7/copy.py", line 174, in deepcopy
    y = copier(memo)
  File "/usr/local/lib/python2.7/dist-packages/pymongo/collection.py", line 1705, in __call__
    self.__name)
TypeError: 'Collection' object is not callable. If you meant to call the '__deepcopy__' method on a 'Database' object it is failing because no such method exists.

PHP API lib

Make a helper lib for working with the API.

Licensing

Correct GNU licensing is required throughout.

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.