Results 44 comments of Michel Jung

Sorry I didn't say; I used `adrianrudnik/mjml-server:latest` x64, that's `sha256:d8cfac46ea3ae6e109ce8bb32c11bcc8e354d0475958a8daa3f5f054432722c6`

We're also using multiValued. If the option doesn't hurt, i think you should left it to the user whether it makes sense or not.

@theguy147 have you considered making a PR?

@GanserITService he won't be able to tell you that since [he's not a contributor](https://github.com/nextapps-de/flexsearch/graphs/contributors), but a user.

@theguy147 do you have any idea how this works with `{enrich: true}`? I feel like there's another bug :)

Fixing compile errors would be a first step :) I cloned the project, imported in into intellij but imports and classes are missing

I didn't put too much effort into it, e. g. I didn't install the Android SDK. I was only interested in the excel part and in there, there is a...

In my case, the server (Smallrye GraphQL) responds: ``` content-type: application/graphql+json; charset=UTF-8 ``` Solved by: ``` request(endpoint, query, variables, {accept: "application/json"}) ```

I'm pretty sure we have the same issue on Windows.

This might also be caused/amplified by the workaround for https://github.com/FAForever/downlords-faf-client/issues/442. `-Dprism.dirtyopts=false` causes the whole UI to rerender instead of just the areas that changed.