Victor Parpoil
Victor Parpoil
It would be great to implement a debug mode that could be enabled by default in development mode (via `process.env` or `Meteor.isDevelopment` ?) that adds logging messages when a variable...
Hello, I just found what seems like a bug : on the client, data returned by two queries can differ depending in which order the queries are called. I just...
One test is failing for Reactive counts on named queries with date filtering (non reactive counts all work as expected). I couldn't find a fix for now, don't hesitate to...
I just encountered what seems to be a bug : subscribeCount / getCount always return 0 when the query is filtered with dates. Here is some code to reproduce the...
This commit fixes this issue https://github.com/cult-of-coders/grapher/issues/386 Tests are still passing locally
I just ran into what seems to be a bug : Those two queries don't give the same result, query 1 will return the `authorId`, but query2 won't (it will...
Hello, In my project, I would like to use your package and redirect to login page is user is not admin. It seems to me there is a bug, in...
I just bumped into some user-agents that have an explicit mobile phone name stated but still detected as a tablet. Here are some examples: ``` Dalvik/1.6.0 (Linux; U; Android 4.4.4;...
Following https://github.com/vazco/meteor-universe-i18n/pull/188, this PR make the CI tests for meteor 3.0-beta.6 passing
Caching-compiler has been bumped to 2.0.0 within Meteor 3. This change allows to add the plugin and avoids encounter the following error : ``` => Errors while adding packages: While...