Vaughn Iverson
Vaughn Iverson
I suspect this release will fix the Windows 10 install issues people have been encountering as well... https://github.com/vsivsi/meteor-job-collection/issues/231
@mitar Thanks for the PR. And @benlavalley thanks for trying out the changes. I'll merge this and do a new release when I have some time next week.
@mitar Are you planning to make the change @brookback suggested to your fork?
@mitar Right. Sorry, just glanced at this and didn't pick up that detail. I expect to merge this and push out a release this week. Thanks for your patience.
@SimonSimCity I'll do my best. I intended to do it over this past weekend but, well, I'm not 100% in control of my weekends these days... Any work on this...
See my comment [here](https://github.com/vsivsi/meteor-file-collection/pull/172#issuecomment-371222714) regarding Coffeescript, etc. Basically, yeah.
If it is installed correctly, it should be globally visible. Although depending on your tooling, you may need to `import` it. I recommend looking at a working sample app if...
Hi, can you provide more information about how to reproduce this error? Specifically, what do you mean by: > ... a job with the dependents option set to false. Can...
@tilumi Glad to figured it out. You may already know this, but `jc.getWork()` is a pretty low level function. You should check out `jc.processJobs()` first to see if it satisfies...
Okay, thanks for that. I see the bug, weird that no one has ever encountered this before. Probably because cancelling dependent jobs is both the default behavior, and the normally...