ragnarlonn
ragnarlonn
Uh, that code did not come out right. I meant something like this: func OpenBase(L *LState, enableFuncs ...string) int { ... baseFuncsToEnable := baseFuncs if len(enableFuncs) > 0 { baseFuncsToEnable...
Hmm, I just saw this is pretty much a duplicate of #255
I just saw this mentioned on the road map (https://github.com/orgs/grafana/projects/443/views/1) and wanted to make an annoying comment :-) as this must surely be one of the oldest open tickets around?...
@na-- So you're saying we really *are* getting close to being able to release it? That would be super cool. Will we bump the version to 1.0 also then, or...
@na-- I get it. And I know you're making the right calls, I just can't help fretting over that distributed execution ;) When it does get released, there should be...
@thorstenkampe k6control is a python 2 application. I'd love to get a PR that makes it run as both a Python 2 and Python 3 app.
@thorstenkampe Try specifying the protocol also, like `python.exe k6control.py -a http://localhost:6565`