Results 32 issues of Rémy Boulanouar

Your package seems to miss some definition package information. Can you add them ?

enhancement

The current Dockerfile was generated with `openapi-generator` and so handle only the binary. However to work, we need to bundle `ffmpeg` inside the dockerfile. We need to fix this!

bug
help wanted

This PR implement the planned `Youtube` destination

Log for now are not structured and need to be done in a better way. I propose to use `https://github.com/uber-go/zap` for logs.

enhancement
help wanted

I would like to be able to setup configuration for various objectives such as: - Having Youtube apikey inside config - Having the type of the endpoing (`v1` vs `stage`)...

enhancement
help wanted

If `tinshop` is used with other shops the list of `New Games` can be flooded by other. To be able to filter entries from our shop we should be able...

enhancement
help wanted
good first issue

Blaze: `3.0.0` (`2.6.1` worked fine but no promise at that time) Meteor: `3.0.2` Since my migration of my application to Meteor 3.0, I figure out that some variable of template...

Blaze: `3.0.0` (`2.6.1` worked fine but no promise at that time) Meteor: `3.0.2` Since my migration of my application to Meteor 3.0, I had few bugs and the one I...

Hi, I used for a test project (https://github.com/elazarl/goproxy/tree/master/examples/goproxy-customca). I used the function `proxy.OnRequest().DoFunc(` to log the RequestURI and it's working as expected. Whereas, on function `proxy.OnResponse().DoFunc(` when I try to...