Maciej Strömich
Maciej Strömich
in Python 3.X print is a function and it has to have parentheses. Installing the module from pip in python3.4 shows ``` ownloading/unpacking httpheader Downloading httpheader-1.1.tar.gz Running setup.py (path:/Users/suff/projects/hht/venv/build/httpheader/setup.py) egg_info...
This PR enables more fine grained control over exit zero status based on severity level.
AFAIK currently social-app-django provides only login flows. It would be awesome to have it extended to provide as well forgotpassword flows as well and redirecting users to, depending on the...
bug: Cognito Define Auth challenge lambda trigger is missing important keys in the event["request"]
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently when issuing DefineAuthChallenge trigger the event["request"] is missing `session` key...
**Is your feature request related to a problem? Please describe.** It would be awesome if Lago would be able to integrate with AWS Eventbridge to send events like: - invoice...
**Is your feature request related to a problem? Please describe.** For customers that are AWS Marketplace customers it would be beneficial to send hourly reports to AWS to correctly bill...
**Is your feature request related to a problem? Please describe.** Because Sidekiq is a Redis based worker and in AWS environments running a Redis service can be quite expensive I...
**Is your feature request related to a problem? Please describe.** Many of the organizations already have a IdP available. Lago could leverage e.g. OAUTH2 (as it's currently one of the...
Guarddog's output ``` code-execution: found 1 source code matches * setup.py file executing code at fastjsonschema-2.16.2/setup.py:14 execfile('fastjsonschema/version.py') ``` wouldn't it be sufficient in this case to just call it ```...
requirements.txt ``` Django~=3.2 requests~=2.28 ``` docker-compose.yml ``` services: guarddog: image: ghcr.io/datadog/guarddog:v0.1.2 volumes: - ./:/code ``` Running the command `docker-compose run --rm guarddog verify /code/requirements.txt` results in a hang and an...