Oscar Calderon
Oscar Calderon
Hello. I'm in the hardware section of rust embedded book, trying to verify the installation of required packages for macos. But when I run the command i just get this...
**Describe the Bug** I have a migration as the 01 SQL file with the following content: ```sql CREATE SCHEMA IF NOT EXISTS my_schema; ... ``` And then in my code...
### Preflight Checklist - [X] I could not find a solution in the documentation, the existing issues or discussions - [X] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment Self-hosted...
- add listener for rabbit connection to check on error, to kill the process - this will trigger a crashloop error in the k8s pod, which will make it to...
I'm currently using serverless-http ~2.5.0 in an existing project. By default it seems it logs every request start and end, along with a big JSON containing the request information (headers,...