Ismael Arias

Results 5 issues of Ismael Arias

Currently, as discussed in #340 , for those that installed auto-cpufreq using the `auto-cpufreq-installer`, the update needs to be done manually, by downloading the new release and installing again. Implemeting...

There are a couple of things which I don't know if are ok: - Variable/function naming. Non-native speaker so maybe the spelling is wrong. - You can input from the...

This should close #120 As I said on the issue, I had some problems for the `darwin` implementation, since I had to do it from a VM. I tested it...

Fixes (?): https://github.com/grafana/k6/issues/3990 The problem was in this specific line: https://github.com/grafana/k6/blob/a74d8039a2be85a7f24199f92ae1680426ee44d7/internal/js/modules/k6/grpc/client.go#L363 This `MarshalJSON` implemented in Sobek uses a copy of [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) under the hood, and per [JSON RFC](https://www.rfc-editor.org/rfc/rfc7159#page-7), neither `Infinity`...

## What? Updated the `Makefile` to automatically detect the operating system and download the appropriate protoc binary for Windows, Linux, and macOS when running the `generate` task. Had a Mac...