Vilhelm Melkstam
Vilhelm Melkstam
Hi! I've been randomly getting the error `remote: Repository not found` when running this action. Maybe 90% of the times my action is called, it works flawlessly, but the other...
When using the `-c`/`--create` flag for `encore ns switch`, I expect it to create if not already exists. However, it currently fails if the namespace already exists. 
Not always, but sometimes, the deletion of namespaces fail. It seems like switching to that namespace and then running `encore run`, going back to another namespace and then deleting it...
This fixes an issue where the AI-generated git commit message includes backticks around the message itself.  Release Notes: - Fixed an issue where the AI-generated git commit message would...
This aims to solve the issue described in https://github.com/encoredev/encore/issues/1623. It's still not a perfect solution. For example, it does not correctly handle that when `omitempty` is present, it is never...
When I try to connect to the test database with ```shell encore db shell SERVICE --test ``` I get the following error ```txt error: could not connect to the database...
**Describe/explain the bug** The type of the props sent to the `pointSymbol` component in `@nivo/line` is wrong. The type defined is `DotsItemSymbolComponent` but that gives the wrong type of `props.datum`....