Markus Heiser

Results 109 issues of Markus Heiser

The factors for from_si and to_si were reversed. Closes: https://github.com/searxng/searxng/issues/3497

TL;DR; For all the issues that comes with HTTP POST I recommend instance maintainers to switch to GET and lock the property in the preferences: ```yaml server: method: GET preferences:...

help wanted
area: autocomplete
http methods GET & POST

Descenders [1] in the URL are truncated, caused by the `overflow: hidden;` because part of link overflow the flex box [2]. [1] https://en.wikipedia.org/wiki/Descender [2] https://github.com/searxng/searxng/issues/3550 Closes: https://github.com/searxng/searxng/issues/3550 Suggested-by: @coxde Signed-off-by:...

**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** Repository: https://github.com/return42/searxng Branch: darmarit.org Version: 2024.6.17+a75af021b **How To Reproduce** Try to search...

bug
area: engine

Implementations for efficient processing of regular expressions. Still in progress .. intention is to handle very large lists of regular expressions - https://github.com/searxng/searxng/issues/2619#issuecomment-2156398922

The intention of this PR is to modernize the settings_loader implementations. The concept is old (remember, this is partly from 2014), back then we only had one config file, meanwhile...

The successor is “hostname plugin” from PR: - https://github.com/searxng/searxng/pull/3463 Maintainers should follow: https://docs.searxng.org/src/searx.plugins.hostnames.html --- Revert "[refactor] hostnames plugin: add fallback for old hostname_replace plugin" This reverts commit f5eb56b63f250c7804e5e1cf4426e550bc933906. ---- Announcement:...

breaking change

See commit messages for more details

## What does this PR do? ### [mod] hardening "calculator plugin" / limit execution time to 50 ms The execution of the function for the calculation is outsourced to a...

If there are more than one ISO 4217 numeric codes [1] for a currency use the last one in the list of alternatives [2]. [1] https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(list_one) [2] https://en.wikipedia.org/wiki/ISO_4217#Historical_codes Closes: https://github.com/searxng/searxng/issues/3713