Karl Gutwin
Karl Gutwin
Added some commits for the samalba/dockerclient dep update. I don't know Travis CI well enough to be sure this is exactly how to do it, but at least the green...
OK, that's easier to implement. I'll add the 'manual overwrite protection' feature: - The `PUT` and `PATCH` methods on `/services/{id}` will set the flag - Any updates from the Docker...
I think this rebase is ready for review again.
You should be able to do this by checking the request context within your method. ``` from chalice import Chalice, CognitoUserPoolAuthorizer, ForbiddenError app = Chalice(app_name='access-check') @app.route('/') def index(): return "anyone...
+1 any hope of getting this merged?
I'm not sure why this test is failing, I doubt it has anything to do with my changes. https://github.com/bakdata/aws-lambda-r-runtime/blob/6c8560a2a97bee2439550c6aba51562ff179bee0/tests/test_aws.py#L29 When I ran `python3 -m unittest` on my system, it failed...
How about some dedicated syntax for common idioms? Things like ``` anything; // equivalent to .* ``` That's the only thing I can come up with at the moment but...
One workaround I found for this issue was to use `yarn link --relative ../path/to/other-package` after `yarn add ../path/to/other-package`. This adds a "portal" in `package.json` that looks like this: ``` {...
Some things I learned while poking around: The issue is triggered by the "long int" in bad_json.txt. The following code (without bad_json.txt) still triggers the reported behavior: ```python import sys...
With PR #4582, @haydenflinner 's query returns the error message: ``` Error: ╭─[:3:32] │ 3 │ append (from experiment | sort started | take 5 | select started) │ ───┬───...