Kyle Warneck

Results 4 comments of Kyle Warneck

Let me know if there's a more "bazel-y" way to do this. In my case, my test runs and coverage reports are currently happening outside of bazel.

Agreed. It looks like @types/highcharts points at Highcharts 5 and many of us are using Highcharts 6. We need to publish a new version of @types/highcharts and then we can...

I like that Idea better. I'll switch it to using log.debug.

I looked into it and `log.debug` doesn't seem to be an option without a bigger refactor. Currently, the library doesn't use a logger other than what comes with node. As...