Nick Caballero

Results 28 comments of Nick Caballero

I have a [commit](https://github.com/grafana/k6-jslib-aws/commit/c594d1a8fb961cd2d2e11e245dfc1913b5e75de4#diff-03fbd3803705ec566e6a805abe90ff0f2ede38e2f040f05357cc96e2d7165008) that seems to fix it, but it needs more testing, and we may want to rename the `uriEscapePath` to something else since it's a bit of...

I see it here - https://github.com/grafana/k6-jslib-aws/blob/main/build/lambda.js. Maybe it just didn't get published?

Do completions work for `kubectl`? The completions for the `k` alias are working for me. Have you tried adding `atload"zicompinit; zicdreplay"`?

@zerok Can you elaborate on the versioning scheme? Why the two different versions?

Might be able to use new feature in Gradle 7.3 to just disable state tracking for task. `Task.doNotTrackState()` https://github.com/gradle/gradle/issues/9095

Gradle 7.3 has been released and talks about npm specifically as something that would benefit from the `doNotTrackState` feature. https://docs.gradle.org/7.3/userguide/more_about_tasks.html#sec:untracked_external_tool

@deepy Did you have an issue upgrading to 7.3? I don't recall having to do anything special to upgrade and have been using the `doNotTrackState` feature.

Just a note that generally this is probably not how you should use Gradle's caching since NPM/Yarn have a better understanding of their domains and therefore can provide better solutions...