Kilian Ciuffolo

Results 131 comments of Kilian Ciuffolo

@vicary you can. Use `process.hrtime()` or the [microtime](https://github.com/wadey/node-microtime) module. You can run as fast as your cpu clock does + T(V8 runloop) + T(your code).

I am experiencing the same behavior with `docker-compose`: ``` ERROR: gcloud failed to load: Error relocating /tmp/_MEI7p4C7w/libz.so.1: __snprintf_chk: symbol not found gcloud_main = _import_gcloud_main() import googlecloudsdk.gcloud_main from googlecloudsdk.api_lib.iamcredentials import util...

After my investigation I realized that docker-compose stops working if `gcloud auth configure-docker` is called before `docker-compose build`. Looks like there are some incompatibilities between `gcloud sdk` and `docker-compose`, as...

```js const form = new multiparty.Form() const [fields, files] = await form.parse(ctx.req) ```

We are experiencing this as well and had to shut down the debugger. The image below shows the same app deployed to two clusters, one with the debugger on and...

I just tested the same code with `12.16` and same results. The library in the current state is not usable. How is this not a `p0` on a `LTS` version...

@bcoe can't confirm, we're running on `12.x` it's very easy to repro with the example provided (just changing the `FROM` to `10.x`. How can I help?

@mctavish the charts that I posted [above](https://github.com/googleapis/cloud-debug-nodejs/issues/811#issuecomment-612536912) are from a staging service without traffic (

@Louis-Ye in my case I had no active logpoints nor breakpoints, unless they were not visible in the UI and cached in the system. Thanks for looking into this.