GithubHelp home page GithubHelp logo

atom-textstats's People

Contributors

cjoh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dsernst

atom-textstats's Issues

Failed to load the textstats package

[Enter steps to reproduce below:]

  1. Starting from commandline immediately throws the error

Atom Version: 1.1.0
System: Mac OS X 10.10.5
Thrown From: textstats package, v0.1.0

Stack Trace

Failed to load the textstats package

At Cannot read property 'prototype' of undefined

TypeError: Cannot read property 'prototype' of undefined
    at __extends (/Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:4:199)
    at /Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:11:5
    at Object.<anonymous> (/Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:62:5)
    at Object.<anonymous> (/Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:64:4)
    at Module._compile (module.js:428:26)
    at Object.defineProperty.value [as .coffee] (/Applications/Atom.app/Contents/Resources/app.asar/src/compile-cache.js:169:21)
    at Module.load (module.js:353:32)
    at Function.Module._load (module.js:308:12)
    at Module.require (module.js:363:17)
    at require (module.js:382:17)

Commands

Config

{
  "core": {
    "themes": [
      "one-light-ui",
      "chester-atom-syntax"
    ],
    "disabledPackages": [
      "linter-eslint"
    ]
  }
}

Installed Packages

# User
case-switch, v0.5.0
chester-atom-syntax, v0.1.1
language-latex, v0.6.1
language-nginx, v0.6.1
latex, v0.24.2
linter, v1.1.0
linter-csslint, v0.0.14
linter-flake8, v1.4.2
linter-jshint, v0.1.7
linter-jsxhint, v0.1.2
minimap, v4.10.1
react, v0.12.2
textstats, v0.1.0

# Dev
No dev packages

Package.getStylesheetsPath is deprecated.

Store package style sheets in the styles/ directory instead of stylesheets/ in the textstats package

Package.getStylesheetsPath (/usr/share/atom/resources/app.asar/src/package.js:460:9)
Package.getStylesheetPaths (/usr/share/atom/resources/app.asar/src/package.js:471:32)
Package.loadStylesheets (/usr/share/atom/resources/app.asar/src/package.js:453:38)
<unknown> (/usr/share/atom/resources/app.asar/src/package.js:185:19)
Package.measure (/usr/share/atom/resources/app.asar/src/package.js:165:15)
Package.load (/usr/share/atom/resources/app.asar/src/package.js:179:12)

Failed to activate the textstats package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.211.0
System: Mac OS X 10.10.3
Thrown From: textstats package, v0.1.0

Stack Trace

Failed to activate the textstats package

At Cannot read property 'prototype' of undefined

TypeError: Cannot read property 'prototype' of undefined
  at __extends (/Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:1:1)
  at /Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:5:3
  at Object.<anonymous> (/Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:62:5)
  at Object.<anonymous> (/Users/hoekstra/.atom/packages/textstats/lib/textstats-view.coffee:1:1)
  at Module._compile (module.js:452:26)
  at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Object.<anonymous> (/Users/hoekstra/.atom/packages/textstats/lib/textstats.coffee:1:17)
  at Object.<anonymous> (/Users/hoekstra/.atom/packages/textstats/lib/textstats.coffee:1:1)
  at Module._compile (module.js:452:26)
  at Object.requireCoffeeScript (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/coffee-cash/lib/coffee-cash.js:85:19)
  at Module.load (module.js:347:32)
  at Function.Module._load (module.js:302:12)
  at Module.require (module.js:357:17)
  at require (module.js:376:17)
  at Package.module.exports.Package.requireMainModule (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:709:34)
  at Package.module.exports.Package.activateConfig (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:257:12)
  at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:236:14)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:772:25
  at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)
  at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:222:20)
  at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
  at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:520:16)
  at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:355:22)
  at HTMLDocument.module.exports.WindowEventHandler.onKeydown (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:180:20)

Commands

     -0:02.9.0 core:paste (atom-text-editor.editor.is-focused)
     -0:01.2.0 textstats:toggle (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "themes": [
      "one-light-ui",
      "one-light-syntax"
    ],
    "disabledPackages": [
      "linter-eslint"
    ]
  }
}

Installed Packages

# User
case-switch, v0.5.0
language-latex, v0.6.1
latex, v0.24.2
linter, v1.0.4
linter-csslint, v0.0.13
linter-flake8, v1.4.2
linter-jshint, v0.1.6
linter-jsxhint, v0.1.2
react, v0.12.0
textstats, v0.1.0

# Dev
No dev packages

Package.getActivationCommands is deprecated.

Use activationCommands instead of activationEvents in your package.json
Commands should be grouped by selector as follows:

  "activationCommands": {
    "atom-workspace": ["foo:bar", "foo:baz"],
    "atom-text-editor": ["foo:quux"]
  }
Package.getActivationCommands (/usr/share/atom/resources/app.asar/src/package.js:808:9)
Package.hasActivationCommands (/usr/share/atom/resources/app.asar/src/package.js:733:20)
<unknown> (/usr/share/atom/resources/app.asar/src/package.js:187:24)
Package.measure (/usr/share/atom/resources/app.asar/src/package.js:165:15)
Package.load (/usr/share/atom/resources/app.asar/src/package.js:179:12)
PackageManager.loadPackage (/usr/share/atom/resources/app.asar/src/package-manager.js:372:14)

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.