Dennis Jacobfeuerborn
Dennis Jacobfeuerborn
I've enabled the file and lru caches but it seems the values on the statistic page are not updated: ``` cache_time_us: 46517690574 cache_hits: 1004351 cache_misses: 168951 cache_backend_hits: 1058961 cache_backend_misses: 114341...
- [x] This only affects the JavaScript OpenTelemetry library - [ ] This may affect other libraries, but I would like to get opinions here first For the last couple...
I just adapted the sender and receiver examples from the main repo page a little bit and when the receiver isn't running but I run the sender then `IsUndelivered()` returns...
Hi, I'm trying to use this module with webpack but have run into the following issue. When I use this code: ``` require('angular'); console.log(window.angular.module); require('ng-table'); ``` then I see the...
When the Active Directory server is down and authenticate() is called the function will hang forever. The "timeout" option does not seem to apply the the actual server connection attempt....
Hi, I'm currently using node-unix-dgram to implement systemd service notification support for javascript and ran into the problem that systemd can use abstract namespace sockets instead of filesystem based ones....
Something really strange is happening when I try to build data dynamically for a DoughnutChart. Consider the following render function: ``` render: function(){ var piedata = []; var x =...