Greg Taylor
Greg Taylor
I am debating whether to spend the time fixing this, now that we have the CREST market API. Thoughts?
It's been a while since I've looked, but I think the market orders are only on SiSi right now. We've got people working on some software to feed EMDR from...
Try setting DEBUG to False and see if you still run into this.
I tested this with PyPy 1.8, and noticed that it was indeed a bit slower than psycopg2 + CPython, even after warming the JIT up. I had a handful of...
We're looking to get some of the message queue IPC stats. Would that be covered as part of this issue, or should I create a new issue that is specifically...
As long as private corporate setups can opt to see the full queue, this sounds reasonable. Without that option, the endpoint wouldn't be of much use to us right now....
We're definitely pro-failing-noisily-with-helpful-error!
> This makes the exposure of the token opt-in, and prevents us from exposing the GitHub installation token to our agents, minimizing the impact of token theft. I think that...
Also forgot to ask: Are we using a global webhook instead of per-repo hooks?
I guess I can toss in two example problems that we have: * A mono repo with various package manifests in it. I haven't bothered setting it up with Drone...