Ivan Mirić

Results 171 comments of Ivan Mirić

Hey, I think this is a docs issue, as it's working as designed. See [the plugin development section](https://github.com/k6io/xk6#for-plugin-development). If you run `xk6` without `build` it will build a `k6` binary...

I'm not a fan of @madhavan020985's approach, as I prefer not using the extension for this. Coming from Vim, I used [this plugin](https://github.com/mfukar/robotframework-vim) which could identify Robot files by the...

Just a note so that we don't make the same mistake from #1320: let's avoid suggesting features for the `k6/execution` API until we're sure that users actually want them. This...

@geekflyer As a workaround, could you set the filename in an environment variable and read it from the script? For example: ```javascript // /tmp/test.js export default function() { console.log('Script filename:',...

Hey @mstoykov, I'm not clear on what needs to be done here. I see that `gorilla/websocket` mentions [Autobahn tests](https://github.com/crossbario/autobahn-testsuite) in their [README](https://github.com/gorilla/websocket#protocol-compliance), but I'm confused why we need to run...

> Do you have thoughts on how it would ideally interact with the scmpuff ? I'm not sure how the current integration works, so I can't say for sure. I...

Hey Florian, first of all, thanks for your hard work on this package, [node-gulper](https://github.com/PaulAvery/node-gulper) and related packages. Since none of them are currently published on npm yet and your last...

I understand, thanks for clarifying. I'm pretty sure if there's ever a native Sails-Gulp integration, it'll use your work as base. In the meantime, I'll stick to Grunt. Cheers, Ivan

Hi, it looks interesting, I wasn't familiar with the project. If it supports the Influx line protocol, then it should be supported by k6 already, no? We're trying to limit...

We could just link to https://www.sleepfoundation.org/how-sleep-works/why-do-we-need-sleep :trollface: But to add something constructive: `sleep()` is very important to simulate actual user behavior. Users don't just hammer a web site like a...