Dave New

Results 5 issues of Dave New

It would be handy to enable the wrapping of the contents in a fixed-width cell. ``` +---------------------+--------------------------------------------------+ | Number | Message | +---------------------+--------------------------------------------------+ | 4 | Some text wrapping itself...

## Fix for numbers validated against in secret names The following validation error was occurring, which is incorrect: ![image](https://github.com/teamkeel/keel/assets/6212830/bfe804d0-a5ac-4bc9-a331-0afe7a669011)

Before using the Neon dialect, we were using `pg` up front. We had also overridden certain functions for instrumentation purposes. Our implementation looked something like this: ```ts class InstrumentedPool extends...

question

Limiting the number of connections in the functions runtime to 1. Furthermore, configuring 3 retries with an interval of 1s.

**Describe the bug** When running semantic release on my `next` branch, I get the error `fatal: malformed object name main`: ``` [4:50:00 AM] [semantic-release] › ℹ Running semantic-release version 21.1.1...