Vilhelm Melkstam

Results 13 issues of Vilhelm Melkstam

We ran into the problem of how to handle specific database errors in Encore and after some digging, we found a good solution. We thought others might be interseted as...

The sidebar for the API Docs in the dashapp has `position: sticky`. This works well for when the sidebar content fits onto the screen, but when it doesn't it doesn't...

bug
good first issue

When trying to run fuzzing, I seem to get an error when using `encore test`, but not for using `go test`. See example below: ```go // foo.go package foo func...

bug

- Closes #23679 ### User facing changelog Fixes issue where spaces on newlines weren't kept in the test runner ### Additional details The solution depends on tricking the markdown renderer...

As we have tried to utilise logging more in our project, we have noticed that all failed request automatically are logged as errors by encore. However, we find this a...

When trying to specify an cache cluster outside of an serivce, this error occurrs. Simply moving the initialization to a service seems to solve this issue. I don't know if...

bug

This solves an issue we had where trying to find a country when we sent in an empty string. We expected it to not find anything, but we instead found...

We've had a few cases where traces for calls would not show up, neither locally, encore or our own cloud. To the best of our understanding, it happens when an...

Let file extensions be case insensitive so that files with extensions `mp4`, `MP4`, `Mp4` etc. will be found.

The variable was called `generate_ouput_files` which should be `generate_output_files`.