Sebastian Espei

Results 10 comments of Sebastian Espei

Any notable updates on the topic? Is there a public branch on this?

@BastianHentschel Can you provide your test world or does it still have dependencies on other mods apart from Mekanism?

I think this is the problematic line: https://github.com/meilisearch/instant-meilisearch/blob/main/packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts#L17

@angelcervera My current workaround is that I no longer save a colon in Meilisearch. Before I save the data in Meilisearch, I replace all ``:`` with ``˸``. This is a...

With this fix, the sync now works for me. Identical configuration does not work with the original ``long2ice/meilisync`` version. I just swapped the image to ``mavcook/meilisync:0.1.4``and then the sync worked...

Oh, I was probably too quick. After 5 minutes there was a timeout error.

Unfortunately, I cannot say whether this is due to the change in this PR or a general problem. Since I have not been able to successfully sync with the original...

Very kind of you to try to solve the problems. Unfortunately, I haven't had time to do this since I created my PR. I am also at a bit of...

As a workaround, I considered using ``chatupdate`` to generate a JSON file with embedded images so that I could then see which IDs were stored in the ``embeddedData`` field. I...

Do you know the mapping from JSON structure to folder structure, or do you know where I can find it in the code? Otherwise, I'll look for it myself.