Brian Evans

Results 21 comments of Brian Evans

The same problem is occuring for the Error passed in the callback. It is not a single error, but rather an array of errors (when using a config json file)....

I also had this problem. Tried using the library in my Vite project and getting "global is not defined" error.

I would be happy to work on this

Okay no problem, I hadn't started yet. Any other issues I could work on? (especially anything node/mongo related)

I was also having an issue with dayLabelWidth. I solved it by passing a number to the prop instead of a string. Example: ``` dayLabelWidth={10} ``` Doesn't work if you...

Very nice feature. One issue I've found with the implementation is that the labels in the legend don't use the `fontColor` prop passed to `SvelteHeatmap`. This results in inconsistent colors...

Hi there. Very nice feature idea. I would also like to use this feature. I've tried out your PR, but the tooltips are not showing in the right place. They...

I am having a similar problem, not sure if its caused by the same issue. I also have my terraform files in a `/terraform` directory of the project, so hence...

I would like to make a histogram of response times for a webserver. Is that possible with Loki? (I'm not looking for p99 or anything like that, I just want...

The visualisation in your previous post looks like a heatmap of request latency over time. I am looking for simply a histogram of all requests in the currently selected time...