fullheart
fullheart
Hi @EtienneAb3d Thank you for your feedback. Ok, I understand. I use this project for a non-profit organisation, that has not budget for an extension. But thank you for the...
@oleiade Great, thanks. I tested version 0.13.0. The type error is fixed. I am closing the issue.
Thanks @mstoykov for you answer. **Our k6 use case** We are load testing our AWS SageMaker endpoints (ML models) with k6. Our project is written in TypeScript (using Vite to...
Thanks @mstoykov and @oleiade Yes, adding the `// @ts-ignore` line would be a solution. Another solution would be, when you can add a type definition file (`d.ts`) in the `@types/k6`...
What is the state of this issue? I [answered at Oct 22, 2024](https://github.com/grafana/k6-jslib-aws/issues/118#issuecomment-2428608687) the question. Do you need more from me, because of the`awaiting user` label?
Is there any further information on when this feature will be released?
I have the same problem. Video downloads didn't work. See some examples: - https://substack.com/@inotternews/note/c-156864283 - https://substack.com/@justindeschamps/note/c-154824600 - https://justindeschamps.substack.com/p/guarding-against-bio-tech-and-emf Substack also provides [custom domains and subdomains](https://support.substack.com/hc/en-us/articles/360051222571-How-do-I-set-up-my-custom-domain-on-Substack). These should also be supported....
@oleiade proper type definitions for `k6-jslib-aws` are still pending (see also https://github.com/grafana/k6-jslib-aws/issues/118). When will they be added?
We have the exact same problem. We run the test inside a Docker container.
I have managed to narrow down the problem further. The error occurs when using these versions: - k6: **1.2.0 or higher** - dashboard: **0.7.10 or higher** This is the latest...