Mihail Stoykov

Results 127 comments of Mihail Stoykov

Another proposal that I came up with in #3656 was to actually use words to say how many of the given rate were "truthy" ![image](https://github.com/grafana/k6/assets/312246/dbaed7f4-79a7-4080-86d7-bede3a0f71a1) This way it seems like...

I am closing this as at this point we are going to be pivoting towards #2557 and #1761 as way more standard metric outputs that just happen to be more...

The extension has been implemented and in the open for a while. It even was one of the first experimental modules added. While there is still work on it to...

Just passing by to leave an example using a much fuller polyfill ```javascript import { TextEncoder } from "https://raw.githubusercontent.com/inexorabletash/text-encoding/master/index.js" let te = new TextEncoder() console.log(te.encode("someString").byteLength) console.log(te.encode("Нещо на Български").byteLength) export default...

I have no idea @toralux as I have no idea what else `jose` uses in order to know if this will be enough of a fix. if you have file...

Hi @HoneyryderChuck, The current way the whole multipart body generation works has a lot of ... problems(#747 #1382 #1571) among ... others. The current plan fixed for this is to...

There are 2 problems: 1. the current state of the multipart support being so broken in so many different ways is in part as a result of many other previous...

I wonder if we should just always emit the warning unless a version is provided on the command line :thinking: (irregardless of it is `latest` or `v0.32.0`). This way the...

This seems like another facet of #3 to me :thinking: I think that apart from printing a better and earlier warning there isn't much we can do for the other...