xavier dutoit

Results 19 comments of xavier dutoit

Done (on my pull request)

Hi, have you figured out this one?

Hi, We have it working to have several PP, including stripe, but we had to modify a few things. I'm looping in @rthouvenin that can detail what was done X+...

What about providing a default function that defines the angle (eg by default 360/max(domain) and that the user can override .domain([0, d3.max(data, function(d) { return +d.dimensionB;})]) .angle ( function(d) {...

Hi, it probably is something specific to your os/browser, it should work fine and open: https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fgithub.com&quote=GitHub Can you try it in various os/browsers and try to identify what is the...

our main use case would be an ingress one (AMQP) and let convoy be a reliable api caller to external REST APIs.

Hi @subomi, you moved the card to in progress about a year ago, is there something we can help with or test?

Hi, HTTP safe calls (get/head)should be idempotent, ie. the effect on the server (login in) of a single request is the same as the effect of making several identical requests....

Hi @kav, we did almost the same, but with a bit of javascript to submit (click on the button) automatically and it seems to work fine so far, none of...