Simon Schick
Simon Schick
The documentation of this package is too complex and misses out on things, because more and more issues are opened which could have been solved by a better documentation. Since...
If Meteor triggers a client-side reload, we are informed about it and can rerun the tests for the client. This pull-request is a work-in-progress, tracking our status on this feature....
The spans - specially the span `async` - are often very misleading. This was already an issue in Kadira. Imagine a meteor method is executed which connects to the database....
The version 3.0 of the package `apm-agent-nodejs` introduced a new configuration called `instrument` which has the potential to replace our custom configuration: https://github.com/elastic/apm-agent-nodejs/pull/1114
It might be interesting to see if a subscription actually used `websockets` or `poll-n-diff` as technology to send data over to the user. I've heard the package https://atmospherejs.com/meteor/facts would have...
The current implementation is quite fixed and tangled to the Meteor internals. If we somehow would be able to manage it, we should integrate with the native way of gathering...
As explained in https://docs.meteor.com/api/methods.html#Meteor-Error, Meteor will send all errors, thrown in a method, which are of type `Meteor.Error` on to the client, but all other errors are reported as `Meteor.Error(500,...
Using my monitoring tool for the APM of my ELK stack, I see that it processes a ton of metric events. When restarting the meteor application, it drops to almost...
Since this library uses the directive `md-dialog` to show the window to choose the date or time from, it's not possible to use it within a dialog. If I try...
I'm just using this package in order to be able to read the Razor templates a bit better, I don't know much about the Syntax itself. I noticed, that the...