Matt
Matt
This PR will fail for demo purpose
It would be very usefull to be able to display the resulting Druid Query generated by pivot.
Hey there, thanks for this library! I'm planning to use it in a **Node.js CLI**, but i t would be great to have: - timeout for requests (it can be...
`global` is a legacy, node.js-only global variable. I think `globalThis` should be used instead, which will make global-registrator portable on other runtimes like Cloudflare workers.