Anton Pirker
Anton Pirker
First of all: Chalice is amazing! Great Job! Now the "issue": I have a third party Lambda Layer that I add to all my Lambda functions. I have a Chalice...
I have an existing model (Child). It has one translatable field. The Child model is connected to it's parent model (Parent) with a generic foreign key of Djangos ContentTypes framework....
Sentry can monitor the health of releases by checking session data it receives from the SDK. In other SDKs this session data is already automatically collected. In SDK for Python...
For better experience for new contributors we should improve our "how to get started" documentation inside the repository. (Basically the files `README.md` and `CONTRIBUTING.md`.) Cool would be that a new...
Build an integration for Edge DB. Having built in support for tracing with EdgeDB. https://www.edgedb.com/ This is the official Go client: https://github.com/edgedb/edgedb-go If you want to have such an integration,...
For better experience for new contributors we should improve our "how to get started" documentation inside the repository. (Basically the files `README.md` and `CONTRIBUTING.md`.) Cool would be that a new...
It would be great to have a parameter `layerDescription` that is analogue to the existing `layerName` parameter and which sets the description of the Lambda layer **Why this is helpful:**...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.5.12 ### Steps to Reproduce See also internal ticket here: https://getsentry.atlassian.net/jira/software/c/projects/WEBBACKEND/boards/150?modal=detail&selectedIssue=ISSUE-1506&quickFilter=260 Create a sample application with Flask 2.1.2 like...
### Problem Statement The current test suite could be better. For preventing regressions, approval tests should be included. See here for what approval tests are: https://www.youtube.com/watch?v=wp6oSVDdbXQ The approval tests should...
### Problem Statement Right now the users have to set the integrations by themselves. Better would be auto enabling it like Django. ### Solution Brainstorm Detect starlette and fastfapi python...