Oleg Bespalov
Oleg Bespalov
> I can continue my list of explanations on why I think assert() is a long-missing utility.. If you disagree, I'd gladly hear out your reasons against this utility. First...
Consider the diff ```diff -import { assert } from 'k6'; +import { assert } from 'https://jslib.k6.io/k6-utils/2.3.0/index.js'; // this not yet exists ``` Or using a local module that implements an...
Hi @f0o! I'm sorry for not getting back to you sooner. I've skimmed the links that you've provided, and it sounds to me like an improvement :raised_hands: As a result,...
After an internal discussion, we decided to clean a milestone since the issue was jumping between milestones without completion. Once we determine which milestone it lands, we set the right...
One of the possible directions to solve the issue/need is to create the custom logrus hook that will keep the list of the secrets (+ maybe golang API to manage...
Hey @bumbummen99 , please check the PR #108
Hey @ameetpal. After an internal discussion, we decided to revert to the original changes to reduce it from the scope of the upcoming release #3736 (since they will change). In...
Hey @ameetpal We did release the k6 v0.51. Could you please rebase this PR using the latest `master` branch? Also, out of curiosity, this version of the changes satisfies your...
@ameetpal, out of curiosity, do the changes from this PR cover your case from #3732? I mean, have you tested everything assembled? I'm asking since we'd like to be sure...
Hi @steverivers Thanks for reporting! I briefly looked into the issue, and I believe the root cause is that in [goja](https://github.com/dop251/goja), the library we do use as ECMAScript 5.1(+) implementation...