GithubHelp home page GithubHelp logo

sunqibuhuake / atom-miku Goto Github PK

View Code? Open in Web Editor NEW
370.0 370.0 56.0 23 KB

【atom插件】来自异次元的程序猿鼓励师Miku

License: MIT License

JavaScript 86.99% CoffeeScript 3.67% CSS 9.34%

atom-miku's People

Contributors

sunqibuhuake avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

atom-miku's Issues

Failed to activate the atom-miku package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.3.3
System: Mac OS X 10.10.3
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At Cannot read property 'onDidChange' of undefined

TypeError: Cannot read property 'onDidChange' of undefined
    at Object.module.exports.AtomMiku.activate (/Users/bluse/.atom/packages/atom-miku/lib/main.js:40:29)
    at Package.module.exports.Package.activateNow (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/src/package.js:170:19)
    at /Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/src/package.js:740:25
    at Function.module.exports.Emitter.simpleDispatch (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/src/command-registry.js:241:20)
    at /Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:536:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:359:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:97:36)
    at HTMLDocument.<anonymous> (/Users/bluse/Downloads/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -4:08.2.0 tool-panel:unfocus (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -3:44.4.0 find-and-replace:show (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -3:41.9.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -3:41.9.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -2:52.3.0 project-find:show (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -2:36.9.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -2:32.1.0 core:close (ol.results-view.list-tree.focusable-panel.has-collapsable-children)
  2x -2:08.8.0 core:undo (atom-text-editor.editor.is-focused)
     -1:59.2.0 settings-view:open (atom-text-editor.editor.is-focused)
     -1:43.5.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:02.0 AtomMiku:toggle (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui)

Config

{
  "core": {}
}

Installed Packages

# User
atom-miku, v2.2.5

# Dev
No dev packages

Uncaught TypeError: Cannot read property 'addFrame' of undefined

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.3.2
System: Mac OS X 10.11.2
Thrown From: atom-miku package, v2.0.0

Stack Trace

Uncaught TypeError: Cannot read property 'addFrame' of undefined

At /Users/wenlei/.atom/packages/atom-miku/lib/miku-view.js:108

TypeError: Cannot read property 'addFrame' of undefined
    at MikuView.module.exports.MikuView.addFrame (/Users/wenlei/.atom/packages/atom-miku/lib/miku-view.js:108:26)
    at /Users/wenlei/.atom/packages/atom-miku/lib/main.js:41:27
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:86:11)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:210:32
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:86:11)
    at DisplayBuffer.module.exports.DisplayBuffer.emitDidChange (/Applications/Atom.app/Contents/Resources/app.asar/src/display-buffer.js:313:20)
    at DisplayBuffer.module.exports.DisplayBuffer.updateScreenLines (/Applications/Atom.app/Contents/Resources/app.asar/src/display-buffer.js:1224:19)
    at DisplayBuffer.module.exports.DisplayBuffer.handleTokenizedBufferChange (/Applications/Atom.app/Contents/Resources/app.asar/src/display-buffer.js:1186:19)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/display-buffer.js:5:61
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:86:11)
    at TokenizedBuffer.module.exports.TokenizedBuffer.handleBufferChange (/Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:393:27)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/tokenized-buffer.js:69:24
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:86:11)
    at TextBuffer.module.exports.TextBuffer.applyChange (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:664:27)
    at TextBuffer.module.exports.TextBuffer.revertToCheckpoint (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:834:16)
    at TextBuffer.module.exports.TextBuffer.transact (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:801:14)
    at TextEditor.module.exports.TextEditor.transact (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:1202:26)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:796:24
    at TextEditor.module.exports.TextEditor.mergeSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:2082:18)
    at TextEditor.module.exports.TextEditor.mergeIntersectingSelections (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:2044:35)
    at TextEditor.module.exports.TextEditor.mutateSelectedText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:794:19)
    at TextEditor.module.exports.TextEditor.insertText (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor.js:760:19)
    at TextEditor.object.(anonymous function) [as insertText] (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/underscore-plus/lib/underscore-plus.js:77:27)
    at TextEditorComponent.module.exports.TextEditorComponent.onTextInput (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-component.js:448:35)
    at HTMLDivElement.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/text-editor-component.js:3:61)

Commands

     -2:49.5.0 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui)
  2x -1:32.6.0 core:paste (atom-text-editor.editor.mini.is-focused)
     -0:53.7.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:52.6.0 core:confirm (atom-text-editor.editor.mini.is-focused)
 10x -0:26.8.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:12.8.0 application:new-file (ul.list-inline.tab-bar.inset-panel)
  3x -0:10.5.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:01.5.0 AtomMiku:toggle (atom-text-editor.editor.is-focused)

Config

{
  "core": {}
}

Installed Packages

# User
atom-miku, v2.0.0
language-nginx, v0.6.1

# Dev
No dev packages

Uncaught SyntaxError: Invalid or unexpected token

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.35.1 x64
Electron: 2.0.18
OS: Unknown Windows version
Thrown From: atom-miku package 2.2.5

Stack Trace

Uncaught SyntaxError: Invalid or unexpected token

At C:\Users\delll\AppData\Local\atom\app-1.35.1\resources\app\static\<embedded>:11

SyntaxError: Invalid or unexpected token
    at Module.get_Module._compile (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:146461)
    at Object.value [as .js] (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:150231)
    at Module.load (module.js:561:32)
    at tryModuleLoad (module.js:504:12)
    at Function.Module._load (module.js:496:3)
    at Module.require (/app.asar/static/index.js:47:45)
    at require (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:145974)
    at /packages/atom-miku/lib/main.js:4:12)
    at /packages/atom-miku/lib/main.js:84:3)
    at Module.get_Module._compile (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:146684)
    at Object.value [as .js] (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:150231)
    at Module.load (module.js:561:32)
    at tryModuleLoad (module.js:504:12)
    at Function.Module._load (module.js:496:3)
    at Module.require (/app.asar/static/index.js:47:45)
    at require (internal/module.js:11:18)
    at customRequire (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:1:666612)
    at Package.requireMainModule (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:3027983)
    at Package.activateConfig (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:3017342)
    at PackageManager.t.exports.PackageManager.packageHasSettings (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:892635)
    at PackageCard.hasSettings (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:2933981)
    at PackageCard.updateSettingsState (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:2924261)
    at PackageCard.updateInterfaceState (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:2924084)
    at new PackageCard (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:2915681)
    at PackageDetailView.completeInitialization (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:726170)
    at PackageDetailView.loadPackage (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:726737)
    at new PackageDetailView (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:723308)
    at SettingsView.getOrCreatePanel (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:914437)
    at SettingsView.showPanel (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:11:915158)
    at HTMLDivElement.clickHandler (~/AppData/Local/atom/app-1.35.1/resources/app/static/<embedded>:14:2919992)

Commands

  2x -1:05.1.0 AtomMiku:toggle (div.package-detail)
     -0:34.2.0 core:backspace (input.hidden-input)
     -0:17.3.0 core:confirm (input.hidden-input)

Non-Core Packages

anime-dark-ui 1.1.1 
atom-miku 2.2.5 
atom-miku-diy 3.5.3 
atom-simplified-chinese-menu 0.6.5 
chinese-translator 1.1.2 
mikutax-syntax 0.0.2 
simplified-chinese-menu 5.3.5 

error ctl+alt+k in mac os 10.11.3

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.7.2
System: Mac OS X 10.11.3
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At Cannot read property 'onDidChange' of undefined

TypeError: Cannot read property 'onDidChange' of undefined
    at Object.module.exports.AtomMiku.activate (/Users/Arslan/.atom/packages/atom-miku/lib/main.js:40:29)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:795:25
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:241: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:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:98:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -0:55.2.0 settings-view:open (ul.list-inline.tab-bar.inset-panel)
     -0:47.8.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:01.2.0 AtomMiku:toggle (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui)

Config

{
  "core": {}
}

Installed Packages

# User
atom-miku, v2.2.5

# Dev
No dev packages

url.indexOf is not a function

at [object Object].jQuery.fn.load (C:\Users\user.atom\packages\atom-miku\node_modules\jquery\dist\jquery.js:9612:13)
at MikuView.module.exports.MikuView.initEventBind (C:\Users\user.atom\packages\atom-miku\lib\miku-view.js:106:21)
at Object.module.exports.AtomMiku.activate (C:\Users\user.atom\packages\atom-miku\lib\main.js:21:23)
at Package.module.exports.Package.activateNow (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:183:20)
at C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:795:25
at Function.module.exports.Emitter.simpleDispatch (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\node_modules\event-kit\lib\emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\node_modules\event-kit\lib\emitter.js:125:28)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\src\command-registry.js:241:20)
at C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\src\command-registry.js:3:61
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:580:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:388:22)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\src\window-event-handler.js:98:36)
at HTMLDocument. (C:\Users\user\AppData\Local\atom\app-1.8.0\resources\app.asar\src\window-event-handler.js:3:61)

win10上出现一个错误提示

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.10.2
Electron Version: 0.37.8
System: Unknown Windows Version
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At url.indexOf is not a function

TypeError: url.indexOf is not a function
    at jQuery.fn.load (C:\Users\malin\.atom\packages\atom-miku\node_modules\jquery\dist\jquery.js:9793:13)
    at MikuView.module.exports.MikuView.initEventBind (C:\Users\malin\.atom\packages\atom-miku\lib\miku-view.js:106:21)
    at Object.module.exports.AtomMiku.activate (C:\Users\malin\.atom\packages\atom-miku\lib\main.js:21:23)
    at Package.module.exports.Package.activateNow (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\src\package.js:183:20)
    at C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\src\package.js:798:25
    at Function.module.exports.Emitter.simpleDispatch (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\node_modules\event-kit\lib\emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\node_modules\event-kit\lib\emitter.js:125:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\src\command-registry.js:241:20)
    at C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\src\command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\src\window-event-handler.js:98:36)
    at HTMLDocument.<anonymous> (C:\Users\malin\AppData\Local\atom\app-1.10.2\resources\app.asar\src\window-event-handler.js:3:61)

Commands

     -0:03.1.0 AtomMiku:toggle (atom-text-editor.editor.is-focused)

Config

{}

Installed Packages

# User
atom-beautify, v0.29.10 (inactive)
atom-miku, v2.2.5 (inactive)
jade-beautify, v0.1.5 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.1.0 (inactive)
base16-tomorrow-light-theme, v1.1.1 (inactive)
one-dark-ui, v1.5.0 (active)
one-light-ui, v1.5.0 (inactive)
one-dark-syntax, v1.3.0 (active)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.5.3 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.41.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.39.0 (active)
find-and-replace, v0.201.0 (inactive)
fuzzy-finder, v1.3.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.1 (active)
image-view, v0.58.2 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v0.53.1 (active)
notifications, v0.65.0 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2 (active)
snippets, v1.0.2 (active)
spell-check, v0.67.1 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.0 (inactive)
tabs, v0.100.2 (active)
timecop, v0.33.2 (active)
tree-view, v0.208.2 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.34.0 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.1 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

Failed to activate the atom-miku package

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.11.2
Electron Version: 0.37.8
System: Mac OS X 10.12
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At url.indexOf is not a function

TypeError: url.indexOf is not a function
    at jQuery.fn.load (/Users/liuyang/.atom/packages/atom-miku/node_modules/jquery/dist/jquery.js:9793:13)
    at MikuView.module.exports.MikuView.initEventBind (/Users/liuyang/.atom/packages/atom-miku/lib/miku-view.js:106:21)
    at Object.module.exports.AtomMiku.activate (/Users/liuyang/.atom/packages/atom-miku/lib/main.js:21:23)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:801:25
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:241: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:580:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:388:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:114:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:61)

Commands

     -0:24.8.0 core:close (atom-pane.pane.active)
     -0:22.5.0 application:new-file (ul.list-inline.tab-bar.inset-panel)
     -0:21 core:close (atom-pane.pane.active)
     -0:20.3.0 core:save (atom-text-editor.editor.is-focused)
     -0:00.0 AtomMiku:toggle (atom-text-editor.editor.is-focused)

Config

{
  "core": {
    "telemetryConsent": "limited"
  }
}

Installed Packages

# User
atom-miku, v2.2.5 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (inactive)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.2.0 (inactive)
base16-tomorrow-light-theme, v1.2.0 (inactive)
one-dark-ui, v1.6.0 (active)
one-light-ui, v1.6.0 (inactive)
one-dark-syntax, v1.3.0 (active)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.7.0 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.201.1 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.59.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v1.0.0 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2-hotfix1 (active)
snippets, v1.0.2 (active)
spell-check, v0.68.2 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.101.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.209.3 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

version 1.13.1 error for mac

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.13.1
Electron Version: 1.3.13
System: Mac OS X 10.12.3
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At url.indexOf is not a function

TypeError: url.indexOf is not a function
    at jQuery.fn.load (/Users/shizhan/.atom/packages/atom-miku/node_modules/jquery/dist/jquery.js:9793:13)
    at MikuView.module.exports.MikuView.initEventBind (/Users/shizhan/.atom/packages/atom-miku/lib/miku-view.js:106:21)
    at Object.activate (/Users/shizhan/.atom/packages/atom-miku/lib/main.js:21:23)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:191:19)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:846:25
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:240:20)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:59
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:587:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/atom-keymap/lib/keymap-manager.js:382:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:106:36)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app.asar/src/window-event-handler.js:3:59)

Commands

     -3:05.4.0 application:open (atom-pane.pane.active)
     -2:37.6.0 symbols-view:toggle-file-symbols (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -2:36.6.0 fuzzy-finder:toggle-file-finder (ol.tree-view.full-menu.list-tree.has-collapsable-children.focusable-panel)
     -2:33.3.0 core:confirm (input.hidden-input)
     -2:28.5.0 settings-view:open (input.hidden-input)
     -2:22.4.0 core:confirm (input.hidden-input)
  5x -1:49.1.0 core:backspace (input.hidden-input)
     -1:47.6.0 core:confirm (input.hidden-input)
     -0:25.9.0 settings-view:open (input.hidden-input)
  4x -0:23.9.0 core:backspace (input.hidden-input)
     -0:22.3.0 core:confirm (input.hidden-input)
     -0:00.0 AtomMiku:toggle (atom-workspace.workspace.scrollbars-visible-when-scrolling.use-animations.theme-atom-dark-syntax.theme-atom-material-ui)

Config

{
  "core": {
    "disabledPackages": [
      "power-mode",
      "editor-background",
      "markdown-scroll-sync",
      "hyperclick"
    ],
    "packagesWithKeymapsDisabled": [],
    "themes": [
      "atom-material-ui",
      "atom-dark-syntax"
    ]
  }
}

Installed Packages

# User
activate-power-mode, v1.2.0 (active)
advanced-open-file, v0.16.5 (inactive)
atom-beautify, v0.29.17 (inactive)
atom-material-ui, v1.3.9 (active)
atom-miku, v2.2.5 (inactive)
docblockr, v0.9.1 (active)
editor-background, v1.2.37 (inactive)
hyperclick, v0.0.40 (inactive)
language-vue, v0.21.2 (active)
language-vue-component, v0.5.0 (active)
markdown-scroll-sync, v2.1.2 (inactive)
power-mode, v0.1.3 (inactive)
atom-dark-syntax, v0.28.0 (active)
atom-dark-ui, v0.53.0 (inactive)
atom-light-syntax, v0.29.0 (inactive)
atom-light-ui, v0.46.0 (inactive)
base16-tomorrow-dark-theme, v1.4.0 (inactive)
base16-tomorrow-light-theme, v1.4.0 (inactive)
one-dark-ui, v1.8.2 (inactive)
one-light-ui, v1.8.2 (inactive)
one-dark-syntax, v1.6.0 (inactive)
one-light-syntax, v1.6.0 (inactive)
solarized-dark-syntax, v1.1.1 (inactive)
solarized-light-syntax, v1.1.1 (inactive)
about, v1.7.2 (active)
archive-view, v0.62.0 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.14.1 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.33.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.29.0 (inactive)
autosave, v0.23.2 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.43.2 (active)
bracket-matcher, v0.85.1 (active)
command-palette, v0.39.1 (inactive)
deprecation-cop, v0.55.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.204.5 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.2.0 (active)
go-to-line, v0.31.2 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.60.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.1 (active)
link, v0.31.2 (inactive)
markdown-preview, v0.159.3 (active)
metrics, v1.1.3 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.1 (inactive)
package-generator, v1.0.2 (inactive)
settings-view, v0.244.0 (active)
snippets, v1.0.4 (active)
spell-check, v0.68.5 (active)
status-bar, v1.6.0 (active)
styleguide, v0.48.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.103.1 (active)
timecop, v0.33.2 (active)
tree-view, v0.211.1 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.35.0 (active)
wrap-guide, v0.39.0 (active)
language-c, v0.54.0 (active)
language-clojure, v0.22.1 (active)
language-coffee-script, v0.48.1 (active)
language-csharp, v0.13.0 (active)
language-css, v0.40.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.43.0 (active)
language-html, v0.47.1 (active)
language-hyperlink, v0.16.1 (active)
language-java, v0.24.0 (active)
language-javascript, v0.122.0 (active)
language-json, v0.18.3 (active)
language-less, v0.29.6 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.37.0 (active)
language-php, v0.37.3 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.1 (active)
language-ruby, v0.70.2 (active)
language-ruby-on-rails, v0.25.1 (active)
language-sass, v0.57.0 (active)
language-shellscript, v0.23.0 (active)
language-source, v0.9.0 (active)
language-sql, v0.25.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.29.1 (active)
language-toml, v0.18.1 (active)
language-xml, v0.34.12 (active)
language-yaml, v0.27.1 (active)

# Dev
No dev packages

Uncaught SecurityError: Blocked a frame with origin "file://" from accessing a cross-origin frame.

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.58.0 x64
Electron: 9.4.4
OS: Unknown Windows version
Thrown From: atom-miku package 2.2.5

Stack Trace

Uncaught SecurityError: Blocked a frame with origin "file://" from accessing a cross-origin frame.

At C:\Users\AAA\.atom\packages\atom-miku\lib\miku-view.js:198

Error: Blocked a frame with origin "file://" from accessing a cross-origin frame.
    at MikuView.module.exports.MikuView.pause (/packages/atom-miku/lib/miku-view.js:198:36)
    at Object.toggle (/packages/atom-miku/lib/main.js:72:28)
    at /packages/atom-miku/lib/main.js:33:34)
    at CommandRegistry.handleCommandEvent (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:352326)
    at KeymapManager.dispatchCommandEvent (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:1227728)
    at KeymapManager.handleKeyboardEvent (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:1223862)
    at WindowEventHandler.handleDocumentKeyEvent (~/AppData/Local/atom/app-1.58.0/resources/app/static/<embedded>:11:286651)

Commands

Non-Core Packages

atom-miku 2.2.5 
laravel 0.7.1 

动作同步问题

有点丧心病狂、但是看到miku的动作跟bgm不同步感觉怪怪的^_^

Cannot find module 'jquery'

is there anything else I need to install? I have installed the editor atom only,it seems that there is no lib 'jquery'...

Atom Version: 1.3.2
System: Unknown Windows Version
Thrown From: atom-miku package, v2.0.0

Stack Trace

Failed to activate the atom-miku package

At Cannot find module 'jquery'

Error: Cannot find module 'jquery'
    at Module._resolveFilename (module.js:336:15)
    at Function.Module._resolveFilename (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\module-cache.js:383:52)
    at Function.Module._load (module.js:286:25)
    at Module.require (module.js:365:17)
    at require (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\native-compile-cache.js:50:27)
    at Object.<anonymous> (C:\Users\admin\.atom\packages\atom-miku-master\lib\main.js:2:9)
    at Module._compile (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\native-compile-cache.js:103:30)
    at Object.defineProperty.value [as .js] (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\compile-cache.js:208:21)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\native-compile-cache.js:50:27)
    at Package.module.exports.Package.requireMainModule (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\package.js:663:34)
    at Package.module.exports.Package.activateConfig (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\package.js:188:14)
    at Package.module.exports.Package.activateNow (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\package.js:166:14)
    at C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\package.js:740:25
    at Emitter.module.exports.Emitter.emit (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\node_modules\event-kit\lib\emitter.js:86:11)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\command-registry.js:241:20)
    at CommandRegistry.handleCommandEvent (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\command-registry.js:3:61)
    at CommandRegistry.module.exports.CommandRegistry.dispatch (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\command-registry.js:160:19)
    at AtomEnvironment.module.exports.AtomEnvironment.dispatchContextMenuCommand (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\atom-environment.js:1016:28)
    at emitTwo (events.js:87:13)
    at EventEmitter.emit (events.js:172:7)
    at EventEmitter.ipc.sendSync (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\atom.asar\renderer\api\lib\ipc.js:21:31)
    at BrowserWindow.RemoteMemberFunction [as emit] (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\atom.asar\renderer\api\lib\remote.js:143:29)
    at ContextMenuManager.module.exports.ContextMenuManager.showForEvent (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\context-menu-manager.js:156:33)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentContextmenu (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\window-event-handler.js:250:47)
    at HTMLDocument.<anonymous> (C:\Users\admin\AppData\Local\atom\app-1.3.2\resources\app.asar\src\window-event-handler.js:3:61)

Commands

     -0:10.2.0 application:new-file (atom-text-editor.editor.is-focused)
  8x -0:07.7.0 core:backspace (atom-text-editor.editor.is-focused)
     -0:02.2.0 AtomMiku:toggle (atom-text-editor.editor.is-focused)

Config

{
  "core": {}
}

Installed Packages

# User
No installed packages

# Dev
No dev packages

这个是什么情况

  url.indexOf is not a function

Hide Stack Trace
TypeError: url.indexOf is not a function
at jQuery.fn.init.jQuery.fn.load (C:\Users\asus.atom\packages\atom-miku\node_modules\jquery\dist\jquery.js:9857:13)
at MikuView.module.exports.MikuView.initEventBind (C:\Users\asus.atom\packages\atom-miku\lib\miku-view.js:106:21)
at Object.activate (C:\Users\asus.atom\packages\atom-miku\lib\main.js:21:23)
at Package.activateNow (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\src\package.js:230:33)
at activationCommandSubscriptions.add.commandRegistry.onWillDispatch.event (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\src\package.js:865:28)
at Function.module.exports.Emitter.simpleDispatch (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\node_modules\event-kit\lib\emitter.js:25:20)
at Emitter.module.exports.Emitter.emit (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\node_modules\event-kit\lib\emitter.js:141:34)
at CommandRegistry.handleCommandEvent (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\src\command-registry.js:360:24)
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\node_modules\atom-keymap\lib\keymap-manager.js:621:22)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\node_modules\atom-keymap\lib\keymap-manager.js:412:28)
at WindowEventHandler.handleDocumentKeyEvent (C:\Users\asus\AppData\Local\atom\app-1.27.0\resources\app\src\window-event-handler.js:110:40)

can't work

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.11.1
Electron Version: 0.37.8
System: Mac OS X 10.12.1
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At url.indexOf is not a function

TypeError: url.indexOf is not a function
    at jQuery.fn.load (/Users/doorxp/.atom/packages/atom-miku/node_modules/jquery/dist/jquery.js:9793:13)
    at MikuView.module.exports.MikuView.initEventBind (/Users/doorxp/.atom/packages/atom-miku/lib/miku-view.js:106:21)
    at Object.module.exports.AtomMiku.activate (/Users/doorxp/.atom/packages/atom-miku/lib/main.js:21:23)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)
    at /Applications/Atom.app/Contents/Resources/app.asar/src/package.js:801:25
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:241:20)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:3:61)
    at CommandRegistry.module.exports.CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app.asar/src/command-registry.js:160:19)
    at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/Applications/Atom.app/Contents/Resources/app.asar/src/atom-environment.js:1127:28)
    at EventEmitter.outerCallback (/Applications/Atom.app/Contents/Resources/app.asar/src/application-delegate.js:341:25)
    at emitTwo (events.js:100:13)
    at EventEmitter.emit (events.js:185:7)

Commands

     -0:00.0 AtomMiku:toggle (atom-pane.pane.active)

Config

{
  "core": {
    "disabledPackages": [
      "atom-beautify",
      "activate-power-mode"
    ],
    "ignoredNames": [
      ".git",
      ".hg",
      ".svn",
      ".DS_Store",
      "._*",
      "Thumbs.db",
      ".theos",
      "packages",
      "obj",
      "*.o"
    ],
    "openEmptyEditorOnStart": false,
    "telemetryConsent": "no",
    "themes": [
      "atom-dark-ui",
      "one-dark-syntax"
    ]
  }
}

Installed Packages

# User
activate-power-mode, v0.8.1 (inactive)
atom-beautify, v0.29.10 (inactive)
atom-miku, v2.2.5 (inactive)
atomatigit, v1.5.5 (active)
autocomplete-clang, v0.10.0 (active)
cpp-refactor, v2.2.0 (inactive)
dash, v1.6.2 (inactive)
gcc-make-run, v0.2.9 (active)
git-plus, v5.16.2 (inactive)
language-diff, v0.4.0 (active)
open-recent, v5.0.0 (active)
php-cs-fixer, v2.5.9 (active)
pretty-json, v1.5.0 (active)
script, v3.8.3 (inactive)
atom-dark-syntax, v0.27.0 (inactive)
atom-dark-ui, v0.52.0 (active)
atom-light-syntax, v0.28.0 (inactive)
atom-light-ui, v0.44.0 (inactive)
base16-tomorrow-dark-theme, v1.2.0 (inactive)
base16-tomorrow-light-theme, v1.2.0 (inactive)
one-dark-ui, v1.6.0 (inactive)
one-light-ui, v1.6.0 (inactive)
one-dark-syntax, v1.3.0 (active)
one-light-syntax, v1.3.0 (inactive)
solarized-dark-syntax, v1.0.2 (inactive)
solarized-light-syntax, v1.0.2 (inactive)
about, v1.7.0 (active)
archive-view, v0.61.1 (active)
autocomplete-atom-api, v0.10.0 (active)
autocomplete-css, v0.11.2 (active)
autocomplete-html, v0.7.2 (active)
autocomplete-plus, v2.31.1 (active)
autocomplete-snippets, v1.11.0 (active)
autoflow, v0.27.0 (inactive)
autosave, v0.23.1 (active)
background-tips, v0.26.1 (active)
bookmarks, v0.42.0 (active)
bracket-matcher, v0.82.1 (active)
command-palette, v0.38.0 (inactive)
deprecation-cop, v0.54.1 (active)
dev-live-reload, v0.47.0 (active)
encoding-selector, v0.22.0 (active)
exception-reporting, v0.40.0 (active)
find-and-replace, v0.201.1 (inactive)
fuzzy-finder, v1.4.0 (active)
git-diff, v1.1.0 (active)
go-to-line, v0.31.0 (inactive)
grammar-selector, v0.48.2 (active)
image-view, v0.59.0 (active)
incompatible-packages, v0.26.1 (active)
keybinding-resolver, v0.35.0 (active)
line-ending-selector, v0.5.0 (active)
link, v0.31.1 (inactive)
markdown-preview, v0.158.0 (active)
metrics, v1.0.0 (active)
notifications, v0.65.1 (active)
open-on-github, v1.2.0 (inactive)
package-generator, v1.0.0 (inactive)
settings-view, v0.242.2 (active)
snippets, v1.0.2 (active)
spell-check, v0.68.2 (active)
status-bar, v1.4.1 (active)
styleguide, v0.47.0 (active)
symbols-view, v0.113.1 (inactive)
tabs, v0.101.0 (active)
timecop, v0.33.2 (active)
tree-view, v0.209.3 (active)
update-package-dependencies, v0.10.0 (active)
welcome, v0.35.1 (active)
whitespace, v0.33.0 (active)
wrap-guide, v0.38.2 (active)
language-c, v0.52.1 (active)
language-clojure, v0.21.0 (active)
language-coffee-script, v0.47.2 (active)
language-csharp, v0.12.1 (active)
language-css, v0.37.1 (active)
language-gfm, v0.88.0 (active)
language-git, v0.15.0 (active)
language-go, v0.42.1 (active)
language-html, v0.45.1 (active)
language-hyperlink, v0.16.0 (active)
language-java, v0.23.0 (active)
language-javascript, v0.119.0 (active)
language-json, v0.18.2 (active)
language-less, v0.29.5 (active)
language-make, v0.22.2 (active)
language-mustache, v0.13.0 (active)
language-objective-c, v0.15.1 (active)
language-perl, v0.35.0 (active)
language-php, v0.37.2 (active)
language-property-list, v0.8.0 (active)
language-python, v0.45.0 (active)
language-ruby, v0.69.0 (active)
language-ruby-on-rails, v0.25.0 (active)
language-sass, v0.56.0 (active)
language-shellscript, v0.22.4 (active)
language-source, v0.9.0 (active)
language-sql, v0.23.0 (active)
language-text, v0.7.1 (active)
language-todo, v0.28.0 (active)
language-toml, v0.18.0 (active)
language-xml, v0.34.9 (active)
language-yaml, v0.26.0 (active)

# Dev
No dev packages

Failed to activate the atom-miku package

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.21.2 x64
Electron: 1.6.15
OS: Mac OS X 10.12.6
Thrown From: atom-miku package 2.2.5

Stack Trace

Failed to activate the atom-miku package

At url.indexOf is not a function

TypeError: url.indexOf is not a function
    at jQuery.fn.init.jQuery.fn.load (/packages/atom-miku/node_modules/jquery/dist/jquery.js:9823:13)
    at MikuView.module.exports.MikuView.initEventBind (/packages/atom-miku/lib/miku-view.js:106:21)
    at Object.activate (/packages/atom-miku/lib/main.js:21:23)
    at Package.module.exports.Package.activateNow (/Applications/Atom.app/Contents/Resources/app/src/package.js:253:25)
    at /Applications/Atom.app/Contents/Resources/app/src/package.js:984:31
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:353:24)
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:621:22)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:412:28)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:100:42)
    at HTMLDocument.<anonymous> (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:3:65)

Commands

     -0:54.3.0 tree-view:show (atom-workspace.workspace.scrollbars-visible-when-scrolling)
     -0:07.7.0 AtomMiku:toggle (input.hidden-input)

Non-Core Packages

angularjs 0.4.0 
atom-beautify 0.30.6 
atom-bootstrap3 1.2.12 
atom-miku 2.2.5 
atom-simplified-chinese-menu 0.6.5 
atom-ternjs 0.18.3 
atom-typescript 11.0.10 
autocomplete-modules 1.7.3 
autoprefixer 3.7.1 
color-picker 2.2.5 
file-icons 2.1.13 
highlight-selected 0.13.1 
jsformat 0.9.3 
jslint 1.5.1 
language-vue 0.23.1 
language-vue-component 0.5.0 
linter 2.2.0 
linter-csslint 2.0.0 
linter-eslint 8.4.0 
linter-jslint 11.1.0 
minimap 4.29.7 
node-debugger 1.10.1 
regex-railroad-diagram 0.19.4 
seti-ui 1.9.0 

mac 上看不到妹子

有声音,可以放歌,但是点击看妹模式也没有出现人物,关掉重启也是,没有看到妹子😂

用不了,报错

[Enter steps to reproduce:]

1. ...
2. ...

**Atom**: 1.22.1 x64
**Electron**: 1.6.15
**OS**: Deepin 15.5
**Thrown From**: [atom-miku](https://github.com/sunqibuhuake/atom-miku) package 2.2.5


### Stack Trace

Failed to activate the atom-miku package

At url.indexOf is not a function

TypeError: url.indexOf is not a function
at jQuery.fn.init.jQuery.fn.load (/packages/atom-miku/node_modules/jquery/dist/jquery.js:9857:13)
at MikuView.module.exports.MikuView.initEventBind (/packages/atom-miku/lib/miku-view.js:106:21)
at Object.activate (/packages/atom-miku/lib/main.js:21:23)
at Package.module.exports.Package.activateNow (/opt/atom/resources/app/src/package.js:253:25)
at /opt/atom/resources/app/src/package.js:984:31
at Function.module.exports.Emitter.simpleDispatch (/opt/atom/resources/app/node_modules/event-kit/lib/emitter.js:25:20)
at Emitter.module.exports.Emitter.emit (/opt/atom/resources/app/node_modules/event-kit/lib/emitter.js:141:34)
at CommandRegistry.handleCommandEvent (/opt/atom/resources/app/src/command-registry.js:353:24)
at CommandRegistry.dispatch (/opt/atom/resources/app/src/command-registry.js:266:23)
at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/opt/atom/resources/app/src/atom-environment.js:1382:34)
at EventEmitter.outerCallback (/opt/atom/resources/app/src/application-delegate.js:335:31)
at emitThree (events.js:116:13)
at EventEmitter.emit (events.js:194:7)


### Commands

 -0:13.5.0 AtomMiku:toggle (input.hidden-input)

### Non-Core Packages

atom-miku 2.2.5



Uncaught Error: Cannot find module 'jquery'

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.16.0 ia32
Electron: 1.3.13
OS: Unknown Windows version
Thrown From: atom-miku package 2.2.5

Stack Trace

Uncaught Error: Cannot find module 'jquery'

At module.js:457

Error: Cannot find module 'jquery'
    at Module._resolveFilename (module.js:455:15)
    at Module._resolveFilename (~/AppData/Local/atom/app-1.16.0/resources/electron.asar/common/reset-search-paths.js:35:12)
    at Function.Module._resolveFilename (/app.asar/src/module-cache.js:383:52)
    at Function.Module._load (module.js:403:25)
    at Module.require (module.js:483:17)
    at require (/app.asar/src/native-compile-cache.js:50:27)
    at /packages/atom-miku/lib/main.js:2:9)
    at Module._compile (/app.asar/src/native-compile-cache.js:109:30)
    at /app.asar/src/compile-cache.js:216:21)
    at Module.load (module.js:473:32)
    at tryModuleLoad (module.js:432:12)
    at Function.Module._load (module.js:424:3)
    at Module.require (module.js:483:17)
    at require (/app.asar/src/native-compile-cache.js:50:27)
    at Package.module.exports.Package.requireMainModule (/app.asar/src/package.js:796:27)
    at Package.module.exports.Package.activateConfig (/app.asar/src/package.js:266:12)
    at PackageManager.module.exports.PackageManager.packageHasSettings (/app.asar/node_modules/settings-view/lib/package-manager.js:53:14)
    at PackageCard.hasSettings (/app.asar/node_modules/settings-view/lib/package-card.js:785:34)
    at PackageCard.updateSettingsState (/app.asar/node_modules/settings-view/lib/package-card.js:430:16)
    at PackageCard.updateInterfaceState (/app.asar/node_modules/settings-view/lib/package-card.js:422:12)
    at /app.asar/node_modules/settings-view/lib/package-card.js:84:10)
    at PackageDetailView.completeInitialization (/app.asar/node_modules/settings-view/lib/package-detail-view.js:182:28)
    at PackageDetailView.loadPackage (/app.asar/node_modules/settings-view/lib/package-detail-view.js:201:14)
    at /app.asar/node_modules/settings-view/lib/package-detail-view.js:76:10)
    at callback (/app.asar/node_modules/settings-view/lib/settings-view.js:344:20)
    at SettingsView.getOrCreatePanel (/app.asar/node_modules/settings-view/lib/settings-view.js:349:19)
    at SettingsView.showPanel (/app.asar/node_modules/settings-view/lib/settings-view.js:407:24)
    at SettingsView.showDeferredPanel (/app.asar/node_modules/settings-view/lib/settings-view.js:394:14)
    at SettingsView.initializePanels (/app.asar/node_modules/settings-view/lib/settings-view.js:228:12)
    at /app.asar/node_modules/settings-view/lib/settings-view.js:106:20
    at _combinedTickCallback (internal/process/next_tick.js:67:7)
    at process._tickCallback (internal/process/next_tick.js:98:9)

Commands

Non-Core Packages

atom-simplified-chinese-menu 0.6.5 
atom-miku 2.2.5 

Changes to TextEditor.onDidChange and TextBuffer.onDidChange coming in Atom 1.23

Hi! Thanks for maintaining the atom-miku package!

In Atom v1.23, we will some changes that may affect your package.

The methods TextEditor.onDidChange and TextBuffer.onDidChange will now call their callbacks less frequently. Previously, these callbacks would get called once for each individual change to the buffer. So if you had 5 cursors and typed a character, they would get called 5 times. Now, they will only get called once, and the event that is passed to them will contain information about all 5 of the changes that have occurred.

The same properties that have always existed on the TextBuffer.onDidChange events (oldRange, newRange, oldText, and newText) will still be there, and they will now reflect the sum of all changes that have occurred. But now there will be an additional property called changes, which will contain an array of more fine-grained objects describing the individual changes. We encourage you to use this property instead of the old ones.

Effects on this package

It looks like this package calls the changed methods in the following places:

  • TextEditor.onDidChange

We found these calls using a regex search, so this list might be incomplete, and it might contain some false positives.

What to do about the change

It is likely that you do not need to do anything. The old event properties will continue to work.

However, you may be able to handle changes more accurately and efficiently by using the changes field of the events rather than the old properties. The changes field does not exist in Atom 1.22 unless you use the TextBuffer.onDidChangeText method. In Atom 1.23 and above though, .onDidChange and .onDidChangeText will become identical, having both the old properties and the new changes property.

Please let me know if you have any questions. I would be happy to help!

win10下打开miku报错 Cannot find module 'jquery'

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.5.4
System: Unknown Windows Version
Thrown From: atom-miku package, v2.2.5

Stack Trace

Failed to activate the atom-miku package

At Cannot find module 'jquery'

Error: Cannot find module 'jquery'
    at Module._resolveFilename (module.js:336:15)
    at Function.Module._resolveFilename (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\module-cache.js:383:52)
    at Function.Module._load (module.js:286:25)
    at Module.require (module.js:365:17)
    at require (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\native-compile-cache.js:50:27)
    at Object.<anonymous> (C:\Users\Administrator\.atom\packages\atom-miku-master\lib\main.js:2:9)
    at Module._compile (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\native-compile-cache.js:103:30)
    at Object.defineProperty.value [as .js] (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\compile-cache.js:208:21)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\native-compile-cache.js:50:27)
    at Package.module.exports.Package.requireMainModule (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\package.js:720:27)
    at Package.module.exports.Package.activateNow (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\package.js:172:16)
    at C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\package.js:800:25
    at Function.module.exports.Emitter.simpleDispatch (C:\Users\Administrator\Desktop\Atom\resources\app.asar\node_modules\event-kit\lib\emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (C:\Users\Administrator\Desktop\Atom\resources\app.asar\node_modules\event-kit\lib\emitter.js:125:28)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\command-registry.js:241:20)
    at C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\command-registry.js:3:61
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\Administrator\Desktop\Atom\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:570:16)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\Administrator\Desktop\Atom\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:378:22)
    at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeydown (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\window-event-handler.js:97:36)
    at HTMLDocument.<anonymous> (C:\Users\Administrator\Desktop\Atom\resources\app.asar\src\window-event-handler.js:3:61)

Commands

     -0:02.8.0 AtomMiku:toggle (ul.list-inline.tab-bar.inset-panel)

Config

{
  "core": {}
}

Installed Packages

# User
No installed packages

# Dev
No dev packages

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.