Open ghost opened 8 years ago
Do you have a stack trace?
All i have is
Uncaught RangeError: Array buffer allocation failed fs.js:52 createBuffer @ buffer.js:66 SlowBuffer @ buffer.js:161 readFileAfterStat @ fs.js:356
from the console. How can I get the full stack trace?
Do you have any very large files in your project?
there is a large data file in the directory (119M), but it doesn't need to be included in the project. I added it to .imdoneignore and the task-board seems to be loading fine now. Thanks!
-- Ryan Viertel
On Thu, Aug 11, 2016 at 1:02 PM, Jesse Piascik notifications@github.com wrote:
Do you have any very large files in your project?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/imdone/imdone-atom/issues/124#issuecomment-239258505, or mute the thread https://github.com/notifications/unsubscribe-auth/ANOjfW-aTTGltnLEbxoZBA72gk4NrZXJks5qe3GzgaJpZM4JiUIa .
I think it might be nice if files over a certain size are automatically skipped. Maybe a setting.
that would be nice, but it would be good to have a place where you can view the skipped files in case somebody sets it too low and skips a file that they really do want in their project
-- Ryan Viertel
On Thu, Aug 11, 2016 at 1:35 PM, Jesse Piascik notifications@github.com wrote:
I think it might be nice if files over a certain size are automatically skipped. Maybe a setting.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/imdone/imdone-atom/issues/124#issuecomment-239267625, or mute the thread https://github.com/notifications/unsubscribe-auth/ANOjfVanT_6WbWFs9XJ9S0wOPCZ-qqZrks5qe3megaJpZM4JiUIa .
Is this still an issue?
When I try to open the task board now I no longer get an error but it doesn't ever finish loading. It finds the number of files and says it's looking for "TODO's with the following tokens" but never finishes loading.
On Dec 30, 2017 10:04 AM, "Jesse Piascik" notifications@github.com wrote:
Is this still an issue?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/imdone/imdone-atom/issues/124#issuecomment-354556535, or mute the thread https://github.com/notifications/unsubscribe-auth/ANOjfZsnVU3R9HP4gkad-j7tRMFPNp3Pks5tFmy_gaJpZM4JiUIa .
I have a project with 497 files and the imdone taskboard fails to load.
Atom Version: 1.9.8 System: Windows 10
Stack Trace
Uncaught RangeError: Array buffer allocation failed fs.js:52 createBuffer @ buffer.js:66 SlowBuffer @ buffer.js:161 readFileAfterStat @ fs.js:356
Atom Config.cson
"*": core: disabledPackages: [ "linter-gcc" "linter-spell-latex" "linter-spell" ] editor: fontSize: 15 softWrap: true tabType: "soft" "exception-reporting": userId: "6fbe11cb-45f8-e575-a985-744648b7689f" linter: {} "linter-gcc": execPath: "g++.exe" gccDefaultCppFlags: "-c -Wall -std=c++11 -fsyntax-only" minimap: plugins: cursorline: true cursorlineDecorationsZIndex: 0 "find-and-replace": true "find-and-replaceDecorationsZIndex": 0 "git-diff": true "git-diffDecorationsZIndex": 0 selection: true selectionDecorationsZIndex: 0 "tree-view": {} welcome: showOnStartup: false
imdone-atom config.json
{ "exclude": [ "^(node_modules|bower_components|.imdone|target|build|dist|logs)[\/\]?|.(git|svn|hg|npmignore)|\~$|.(jpg|png|gif|swp|ttf|otf)$" ], "watcher": true, "code": { "include_lists": [ "TODO", "DOING", "DONE", "PLANNING", "FIXME", "ARCHIVE", "HACK", "CHANGED", "XXX", "IDEA", "NOTE", "REVIEW" ] }, "lists": [ { "name": "CHANGED", "hidden": true }, { "name": "BACKLOG", "hidden": true }, { "name": "TODO", "hidden": true }, { "name": "DOING", "hidden": false }, { "name": "READY", "hidden": true }, { "name": "DONE", "hidden": true }, { "name": "ARCHIVE", "hidden": true } ], "marked": { "gfm": true, "tables": true, "breaks": false, "pedantic": false, "smartLists": true, "langPrefix": "language-" }, "meta": { "user": { "urlTemplate": "https://github.com/%s", "titleTemplate": "github profile for %s" }, "issue": { "urlTemplate": "https://github.com/imdone/imdone-atom/issues/%s", "titleTemplate": "github issue #%s" } }, "keepEmptyPriority": false }
Installed Packages
git-diff-details imdone-atom intentions language-cmake language-latex latex-autocomplete latexer linter linter-gcc minimap minimap-cursorline minimap-find-and-replace minimap-git-diff minimap-highlight-selected minimap-selection minimap-titles open-recent