João Ferreira

Results 10 comments of João Ferreira

I've noticed the same, which I thought was quite funny in the ironic sense :), granted I'm testing this on a very small specced machine: 2 CPUs, 6GB RAM. ![screen...

+1 This would be a great addition to the API!

I'm also getting quite a few warnings from pytest: ``` /env/lib/python3.6/site-packages/schematics/validate.py:123: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec() if len(inspect.getargspec(func).args) < argcount: /env/lib/python3.6/site-packages/schematics/validate.py:123: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature()...

I also got this when upgrading from 22.1.0 to 22.6.0. Gist: https://gist.github.com/joaodlf/ed9c3eb911cc08c8b44599c124e441ca

> You can also try building the image manually, it may help debugging to be faster and easier, it's in `cron` folder. > > Or try this simpler Dockerfile here....

> You still stuck on this @joaodlf? Well, despite some containers still showing a state of "Restarting" and `sentry_onpremise_sentry-cleanup_1` "Exit 127", Sentry appears to be running smoothly.

> @joaodlf that's different from cron entrypoint.sh, it should be present and executable in `cron` directory. > > Will you please check that? > > @SyCode7 What line? I've got...

> from flask import Response > > @current_app.before_request > def basic_authentication(): > if request.method.lower() == 'options': > return Response() Wow. This works for me too. Effectively returning a 200 on...

I would recommend the Zed team (or anyone building software like this) to take a look at the way Jetbrains handles git integration. From basic functionality like commit/pull, to the...

I understand. I installed the package through gopkg.in, but for some reason once we "glided" up one of our repos it fetched the package through github (and it went for...