Eric Wätke
Eric Wätke
Temporary Workaround until this gets fixed: cou can manually inject the language code you use in the url to your g-links. In my case it looks like this: `{{$t("menu.about")}}` Not...
The locale still falls back to the default with your code, however. When taking out the `$contect.locale` the $context changes on page-switch. On links with the added `$contect.locale` the $context...
Sure! https://github.com/Thaiten/localization-bug I've included the my "temporary workaround" from earlier commented out so you can test the difference! Edit: I seem to have overlooked the $tp() style of using g-links....
Without knowing anything further about this (please provide additional infos), I’d assume, you haven’t changed the default css. Thus, user’s clicks trigger the backdrop overlay and close the overlay. And...
I just saw that this is also a todo in the readme: `(Feat) Non-blocking view`
In the CSS change these things: ```css .sb-overlay { … /* background-color: rgba(0, 0, 0, 0.5); */ pointer-events: none; } .sb-content { … pointer-events: all; } ```
I really question this decision honestly … Especially since the solution is right here! This cors issue renders the entire API pretty much useless. I mean, I cant even simply...
Additionally, this here: https://github.com/knadh/listmonk/issues/1521 I’m don’t know/think what you’re suggesting is even possible with a proxy like traefik. If it is, it’s above my paygrade – but as I can’t...
/api/subscribers I want to basically have a form on my website where people can join the mailing list. And ideally I’d like to statically build my website, which kind of...
I’d also love this. Maybe the pipeline of https://github.com/m-bain/whisperX can be a good reference?