fleonus
fleonus
Hi Adam, I came up with a simple hack to enable logging line numbers. I have only tested it in Chrome though. Here's how it works: - The `log.js:19` was...
I managed to get it working in Firefox+Firebug as well, but the hack is very ugly. It works without `console.group` though. Each log statement now shows up the filename and...
@israellot Ideally this would have been easy to solve if Javascript had a Dictionary data structure which supported weak keys. That way requests and responses could've been garbage collected automatically...
Sure, please share the pull request, I will look into it. On Fri, Jan 13, 2017 at 2:46 PM, Israel Lot wrote: > What I'm saying is that there as...
Seems like this was fixed by https://github.com/hyperdxio/hyperdx/pull/1213, but it still is broken for nested JSON inside JSON columns. ## To reproduce 1. Enable self ingestion on the hyperdx instance and...