Simon Schick
Simon Schick
I've filed some PRs (#326, #327, #328, #314) which point out incompatibilities between the `Meteor.Collection` and this extension. I've also created a meteor-project, where all this can quickly be tested...
As far as I've seen, the `insert` and `remove` command on a collection have received an additional parameter by this library. This makes it impossible to use this parameter together...
### A description of the problem you're trying to solve, including *why* you think this is a problem See https://github.com/VeliovGroup/Meteor-Files/issues/672, where this becomes an issue in https://github.com/VeliovGroup/Meteor-Files/blob/a5149baff36dde6d9a415f4ef261fc27402fe4af/server.js#L320. Take the case...
The documentation of the client-sdk for node (https://docs.getunleash.io/sdks/node_sdk) does not mention any of the available events (https://github.com/Unleash/unleash-client-node#events). Maybe its best to just link to the readme of the repository instead...
This is code I found while decaffeinating the project https://github.com/vsivsi/meteor-job-collection: ```coffee class JobCollectionBase _idsOfDeps: () -> dependsQuery = [] antsArray = [] @find( ).forEach (d) -> antsArray.push(i) for i in...
- [X] I have tried restarting my IDE and the issue persists. - [X] I have updated to the latest version of the packages. - [X] I have [read the...
Sooner or later, I guess we have to maintain our own version of a download-manager. #33 and #29 now more and more show the need for a self-maintained downloading service...
Some of the native DownloadManager implementations seem to have limitations in either memory or amount of items you can add to the queue. Here's a quote for iOS, where it...
There is some code in the Android version, that should be used for re-initializing download-tasks that haven't finished while the app was running. As we can't surely say which tasks...
In a script of mine, where I heavily use use callbacks, seems to get an extremely high spike of calls of the function `destroy` in the `async-hooks` file. https://github.com/elastic/apm-agent-nodejs/blob/master/lib/instrumentation/async-hooks.js#L103 All...