Luís Mendes

Results 15 comments of Luís Mendes

Hi @davydovanton when can we expect this bug fix to get merged and a release pushed to rubygems?

It seems that pull request #32 also addresses this issue.

Hi all, are there any updates on adding ARM64 support to the project?

Did the following: ```shell docker pull listmonk/listmonk ``` ```shell > docker images listmonk/listmonk:latest REPOSITORY TAG IMAGE ID CREATED SIZE listmonk/listmonk latest b4602d730116 4 months ago 25.3MB ``` Run the docker-compose.yml...

Checkout of the v3.0.0 release ``` git checkout tags/v3.0.0 -b v3.0.0 ``` Building of the application ``` make dist CGO_ENABLED=0 go build -o listmonk -ldflags="-s -w -X 'main.buildString=v3.0.0 (#f9120d9 2024-06-18T13:36:57+0000)'...

@knadh were you able to reproduce the issue? The following query seemed to fix the issue on my side, what do you think about it? ```sql -- name: query-lists WITH...

@knadh Here are the tests that I done: Version of the local repository: ``` commit f9120d9b80b1d0d86f27e3f23edfb2ffe6f5b091 (HEAD -> v3.0.0, tag: v3.0.0) ``` Built version of `monklist`: ``` monklist version=v3.0.0 (#f9120d9...

@knadh I'm also flabbergasted with the issue and I feel your pain! For me it's super strange this being happening on my end and you not able to reproduce it....

@benstaf are you still experiencing the issue, can you give a bit more context about the issue: 1. what version of the app are you running 2. whats the PostgreSQL...