Gonzalo Peci
Gonzalo Peci
Still relevant @travi could you disable the bot here?
Any updates on that workflow @pholleran ? I believe also the `settingsModified` check makes it imposible do use the `opt-out` workflow for `probot-config`.
The PR failure seems to be related to this merge: https://travis-ci.org/probot/settings/builds/504391901 Travis CI - Test and Deploy Your Code with Confidence
Waiting for feedback Mr Bot
Matt, great to know you guys have this on your scope, but it would be great then to mark this so it stops getting the stale every now and then,...
No worries at all, thanks a lot again for your work and let me know if I can help any further. On Fri, Dec 6, 2019, 4:52 PM Matt Travi...
Bot, please gtfo On Fri, Mar 6, 2020, 12:48 AM stale[bot] wrote: > Is this still relevant? If so, what is blocking it? Is there anything you > can do...
Sure thing! Lets say i run: `./bin/ecs-exporter --aws.region="${AWS_REGION}" --aws.cluster-filter="${SOME_CLUSTER}"` The exporter still requires us to use ``` JSON { "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Action": [...
This build works: ``` FROM python:3.8-slim-buster as deps RUN apt-get update \ && apt-get install --no-install-recommends -y \ g++ \ ninja-build cmake git-core wget \ libboost-all-dev \ unixodbc unixodbc-dev \...
The fix that was mentioned in the previous issue, is likely the one in this doc https://arrow.apache.org/docs/python/extending.html#building-extensions-against-pypi-wheels and referenced in this comment https://github.com/blue-yonder/turbodbc/issues/276#issuecomment-839689005. I think its a bad call from...