João Miguel Neves

Results 80 issues of João Miguel Neves

I have a CSS with the following code for a gradient: .orange, .orange:visited{ background: #ff7b00; background: -moz-linear-gradient(top, #ff9b3a 0%, #ff7b00 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9b3a), color-stop(100%,#ff7b00)); background:...

Originally from: https://github.com/Miserlou/Zappa/issues/858 by [mcrowson](https://github.com/mcrowson) Based on reading this article, it looks like we only need the keep_warm event once every 15 minutes. Related #851

next-release-candidate

Originally from: https://github.com/Miserlou/Zappa/issues/1934 by [SmileSydney](https://github.com/SmileSydney) `zappa update dev `in docker container errors: `Warning! Couldn't get function prop-scrape-serverless-dev in ap-southeast-2 - have you deployed yet?` I get this error in either...

Originally from: https://github.com/Miserlou/Zappa/issues/2099 by [ryancausey](https://github.com/ryancausey) It looks like API Gateway has a new class of APIs called HTTP APIs which more closely fit with what Zappa aims to do. It...

Originally from: https://github.com/Miserlou/Zappa/issues/2170 by [monkut](https://github.com/monkut) ## Description Alternative solution to https://github.com/Miserlou/Zappa/issues/2080 intended to allow BINARY and text by making use of Content-Encoding header in the response. When using _whitenoise_ for...

has-pr
next-release-candidate

Originally from: https://github.com/Miserlou/Zappa/issues/1791 by [mariamrf](https://github.com/mariamrf) ## Context - When running an async `@task` locally, the `args` and `kwargs` are passed as they are (even if they're not JSON Serializable). -...

has-pr
next-release-candidate

Originally from: https://github.com/Miserlou/Zappa/issues/2122 by [hortonew](https://github.com/hortonew) ## Context `boto3.client('apigateway')` has function `create_domain_name` that supports argument `securityPolicy='TLS_1_0'|'TLS_1_2'` that isn't being used today. This would enable users to set TLS 1.2 for their...

next-release-candidate

Originally from: https://github.com/Miserlou/Zappa/issues/1754 by [youcandanch](https://github.com/youcandanch) ## Context For some libraries like nltk, additional assets are required in order to run them. In this specific use case, we're using the `wordnet`...

Originally from: https://github.com/Miserlou/Zappa/issues/963 by [mcrowson](https://github.com/mcrowson) ## Context When a users application fails to load the only log that is in CW is usually just `'NoneType' object is not callable`. This...

next-release-candidate

Originally from: https://github.com/Miserlou/Zappa/issues/1097 by [robwatkiss](https://github.com/robwatkiss) ## Context When invoking tasks a TypeError is raised as zappa tries to JSON encode the LambdaContext object. ## Expected Behavior The task should be...

next-release-candidate