Matt Exact
Matt Exact
I have now added in the GraphiQL Explorer using OneGraph's package (see [here for repo](https://github.com/OneGraph/graphiql-explorer) and [here for the example](https://github.com/OneGraph/graphiql-explorer-example) I based it off) I'm ngl doing it with CDN...
@patrick91 Apologies I forgot to reply to your previous comment, I was able to replicate your problem. However, I was unable to figure out a way to fix it, my...
I'm encountering errors with highlighting strings containing characters such as `"é"` / `b'\xc3\xa9'` as it's being returned as length 1, I think it's due to this issue. Is there any...
I believe this is because meilisync is not confirming every processed message by calling [send_feedback()](https://www.psycopg.org/docs/extras.html#psycopg2.extras.ReplicationCursor.send_feedback) method on the corresponding replication cursor. See the docs for `consume_stream` [here](https://www.psycopg.org/docs/extras.html#psycopg2.extras.ReplicationCursor.consume_stream) where they warn:...
> @MattExact Thanks. Now the issue is partially solved. Each time a message is processed the replication slot is consumed. The only issue is that if for example there is...
I think this may now be fixed by https://github.com/meilisearch/meilisearch/pull/5446 See also: https://github.com/meilisearch/meilisearch/issues/5429