Markus Heiser

Results 783 comments of Markus Heiser

Isn't it simpler/better to use `[hash]` from [roolup.js](https://rollupjs.org/configuration-options/#output-assetfilenames) / e.g.: ```diff index f8d3e6757..45ae8a574 100644 --- a/client/simple/vite.config.js +++ b/client/simple/vite.config.js @@ -107,9 +107,9 @@ export default defineConfig({ // file naming conventions /...

At the moment, this is not possible because we are copying the assets (images). With the PR: - https://github.com/searxng/searxng/pull/4284 we moved to vite, but at the moment we are not...

That's a pity :-( ... even though I didn't use it often, I had the impression that it was a valid and robust information service. Since the current implementation no...

Can't reproduce this issue .. try my instance for example: https://darmarit.org/searx/preferences However, this error message has nothing to do with the Docker image. Please report bugs related to SearXNG software...

With ON .. ![Image](https://github.com/user-attachments/assets/cb9637ff-1d73-4acc-b951-065befdb39b6) Result list is centered .. ![Image](https://github.com/user-attachments/assets/a3fcdf9c-7d2f-41ca-a9c7-deee79a9a6ed) Set to OFF .. ![Image](https://github.com/user-attachments/assets/d8e28af1-98a1-4aed-bb31-1e831b979e74) and you get left alignment ![Image](https://github.com/user-attachments/assets/f5461664-c604-481f-80ed-a2f98fe2ff48)

Please use a different browser .. firefox, chromium or .. just to see, the issue is related to your WEB browser.

> As soon as the width drops below 1276px (but larger than 800px), Thanks for the tip. After some research, I have the impression that this option is a source...

Thanks a lot for the analysis :+1: > This also doesn't seem like something we should tackle in one giant PR, but rather start patching some of the HTML per...

Hi @glanham-jr thanks for your PR https://github.com/searxng/searxng/pull/3797#issuecomment-2351617203 .. to continue the bug fixes (of the preferences page) I send https://github.com/searxng/searxng/pull/3830 .. can you have a look? ---- update: I pushed...

closed by: https://github.com/searxng/searxng/pull/4183 A type/class `searx.result_types.Translations` has been implemented: https://docs.searxng.org/dev/result_types/answer.html#searx.result_types.answer.Translations https://github.com/searxng/searxng/blob/36a1ef12399d529f210ceb4f8b28f497fabd0834/searx/engines/libretranslate.py#L56-L57