Tim Möhlmann

Results 284 comments of Tim Möhlmann

Thanks for just another great PR! @peintnermax is quite busy this week with some internal stuff and I imagine he would have more time later this week or next week.

Thank you @doncicuto for this huge effort and seeing it through to the end! It's not easy when there are many reviewers involved :smile:

@doncicuto, I have unassigned @vhugo-plume due to no response.

Current implementation uses a set-once approach with an integer. Last week we discussed that we should take a more elegant approach and this issue is the summary of that discussion.

> Spoiler : this issue and the opinion I express might very unpopular. Not really. Apologies if things got a bit messy on my watch. And I agree on all...

I accidentally hit the `close and comment` button before finishing my post. I've reopened the issue and completed my post afterwards. :sweat_smile:

Well yes. If people will commit to help me in my proposal from above. I can set up antother Mailu server which will use full resolving. Either based on your...

Thanks for the suggestion. If there is popular demand, it might be picked up, but don't expect something soon. We have huge [backlog of feature requests](https://github.com/Mailu/Mailu/labels/type%2Ffeature) and limited resources to...

Well, docs is still a single stage build. Spinx is already shipped with the image. Perhaps your're confused with the admin? :grin:

As a workaround this works: ``` type StringArray []string // Scan implements the [database/sql.Scanner] interface. func (s *StringArray) Scan(src any) error { var dst []string if err := pgtype_v5.NewMap().SQLScanner(&dst).Scan(src); err...