Git Product home page Git Product logo

atmosphere's People

Contributors

zulaica avatar

Watchers

 avatar  avatar  avatar

Forkers

vcolavin

atmosphere's Issues

Polling Every Second is Unnecessary

RGB in functional notation takes three separate 8-bit integers (0-256). Polling every second mostly returns a fraction of a hue shift resulting in a floating-point that is an ignored calculation. Polling at 240 seconds would be more efficient and consistently return an 8-bit integer.

screen shot 2017-07-02 at 2 36 59 am

Move Visualizer Into Module

  • application.ts should be visualizer agnostic
  • A loadVisualizer function should rendering the visualizer during handleSuccess

Rename Rollup Options

(!) Some options have been renamed
https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32
options.entry is now options.input
options.sourceMap is now options.sourcemap
options.dest is now options.output.file
options.format is now options.output.format

Limit Logger Method Parameter Options

Description

method parameter for log() function currently will accept any string. The acceptable values for the method parameter should be restricted to a limited subset of actual Console methods. Attempting to pass a string that doesn't map to a Console method returns an Uncaught TypeError.

Uncaught TypeError: Cannot read property 'call' of undefined

Requirements

List of acceptable methods:

  • log (as debug)
  • info
  • warn
  • error
  • trace
  • table

Acceptance criteria:

  • Unsupported methods should return a friendly error in the console
  • Tests implemented (requires #2 to be resolved)

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.