Vìncent Le Goff

Results 95 comments of Vìncent Le Goff

@epoberezkin just tried testing this and in fact with the `absolutePath` option it works. See: ```js 'use strict' const tap = require('tap') const test = tap.test const uri = require('../')...

Following-up on this one. There was a question to not only support it for statsd but also for openmetrics. Also as i see we currently have the tag exclusion for...

Any update on this?

> > Well this isn't the same RFC so I'm more encline to not update this var but instead to add a new one with the bis01 name. Is that...

Please update the lint

Catching up on this, exposing fields with `gonull.Nullable` to external consumers is a bad idea IMO; and it was for unmarshalling rather than marshalling. @czeslavo in our case is the...

@pmalek my bad i haven't dug deep into the implementation, assuming the underlying method wasn't doing any reflection. @CyberGuestNo1 for this case that would mean we won't be able to...

> I say: let's just sync them all. Patch changes in different libs should be relatively rare given the surface area (they are small), and even when they happy there...

What comes to my mind is should we even let the lib handle the compression by itself? Because we can have several cases: - compression/decompression is handled at proxy level...

I'm personnaly in favor of `application/vnd.standard-webhooks.v1+json` If we introduce this; should the consumer refuse anything that doesn't use this mime type then?