Ivan Mirić

Results 171 comments of Ivan Mirić

Hi there, thanks for opening this issue. Judging by the metric name, I assume you're using the `statsd` output, right? Are you sending metrics to Datadog or New Relic? While...

@nilesh05apr Thanks for offering to help, and feel free to work on it in your k6 fork, but we're not likely to merge any changes to the `statsd` output because...

I think sending our `Trend` metric as a `Distribution` metric would also fix querying percentiles in New Relic. See the [New Relic data types documentation](https://docs.newrelic.com/docs/data-apis/understand-data/metric-data/metric-data-type/#metric-types), specifically for the `distribution` type....

Sorry about that @vieiraes. :disappointed: You can see some updates in #2982. What we decided to do is to split up the DataDog and New Relic outputs into separate k6...

Yeah, this seems more involved than I originally thought. We should definitely split it up somehow. Let's discuss it tomorrow. We don't have to finish everything for v0.3.0, and we...

@alecthomas Is there a workaround for this issue? I tried defining a custom decoder and storing the value of `kong.DecodeContext.Value.Set` in a custom option field. But for some reason, it...

I'm having a similar issue, except that the zoom levels are much lower than configured. I have `settings.webview.zoom_level = 150` in my `userconf.lua` and this has worked fine up until...

Agreed! I would particularly like to know what the delta of a new snapshot is compared to the latest one. I'm often caught by surprise when a new snapshot is...

Hi, I'm having a similar issue with Go, where pressing `o` places the cursor at the beginning of the line, instead of using the default indentation for the current major...

I finally had time to come back to this today, and your hint about treesitter mode was what led me on the right path. Thanks @leimath! :bow: I wasn't aware...