Aratz M. Lasa

Results 16 issues of Aratz M. Lasa

I have implemented the `precision` parameter, as [InfluxDB API reference](https://docs.influxdata.com/influxdb/v1.7/tools/api/#write-http-endpoint) contains a `precision` parameter. The only thing is that I have not been able to setup the testing environment to...

Hello, I'm working on an Golang application that makes use of QUIC UDP, and I'm getting the following error when I try to run it on nanovms/ops: `read udp 0.0.0.0:60866:...

Hello, I use MEGA for saving my programs log. However, even though I have synced my logs folder and mega-cmd-server running, it does not sync well: sometimes, it takes hours...

I noticed that for computing multiple hashes, you make use of the work of [Less Hashing, Same Performance](https://link.springer.com/chapter/10.1007/11841036_42), which is calculated by: gi(x) = h1(x)+ih2(x) . For that [you generate...

Hello, I have been trying to download the 2018 traces, but I get the following error when using oversea links: ![image](https://user-images.githubusercontent.com/28734408/168769550-aefb3325-603c-4ce0-a55a-53af62d03ca5.png)

### Description This PR adds [pre-commit](https://pre-commit.com/) for checking for secrets before doing a commit. This way we ensure developers do not leak their secrets. For avoiding false positive it is...

# Description This PR addresses a bug in the Fetch request handling logic. Currently, when an error occurs while reading the header (e.g., OffsetOutOfRange error), the buffer is not returned...

I wanted to know what is the plan on implementing KIP-848. I see a dedicated branch just for this, but it's been inactive for a year. @twmb I would be...

enhancement
help wanted

PR opened in response to #494. In the `topic` struct, there is currently lock contention due to the internal lock that is used to check if the topic has been...

Hello, The `Publish` call, in my application, is taking in average `5ms` to complete. Moreover, it makes use of an internal lock. Therefore, if you execute `Publish` N times in...