Joep Meindertsma

Results 335 comments of Joep Meindertsma
trafficstars

> Hey, I like the idea. That means, if you have a static website, it's super easy to host it with meilisearch with https and without a reverse proxy. Mostly...

For those coming here from google etc. and wondering how this setting works: ``` "theme": { "mode": "system", "light": "One Light", "dark": "One Dark" } ```

For reference, there's a [discord chat](https://discord.com/channels/908281611840282624/908286403086024724/1082301496911208540) about this issue. If you _escape_ the special characters in the key, and use double quotes for the value, you can get it working:...

Update 2: I also needed to escape the dots, as these are interpresed as paths. So: ``` https\://example\.com:query ```

@fulmicoton quotes work for the value, but not for the key. Keys require escaping with `\`,at least with `:` and `.` Characters

Do you mean it returns subject strings instead of resources? In that case, that's correct.

Not sure I understand, sorry. What should be updated in the docs? And do you mean the `@tomic/svelte` docs or `@tomic/lib`?

Wait - this might be due to me running on `amd64` arch instead of `linux/arm64/v8` Edit: no that's not it.

Hmm same thing is still happening: https://github.com/atomicdata-dev/atomic-server/actions/runs/7702447907/job/20990766875#step:8:401 ``` +cross-build *failed* | error: failed to run custom build command for `memchr v2.5.0` +cross-build *failed* | Caused by: +cross-build *failed* | process...