Martin Fischer

Results 159 issues of Martin Fischer

Currently https://caniuse.rs/ requires both JavaScript and WebAssembly. If you lack one of those you just get a blank page. I think we can make the site more accessible as well...

![image](https://user-images.githubusercontent.com/73739153/143599426-992b2fee-f8d8-4ead-9450-507a036b6a95.png) And if there are enough good matches I would also expect matches with a low trigram score to be hidden ... It's a bit confusing getting shown "intra-doc links"...

help wanted

Alabaster inherits from the "basic" theme which sets body_min_width to 450, resulting in body_min_width: 450px, which doesn't make any sense for Alabaster since it's actually responsive. Fixes #139.

**Explain the problem.** ``` $ printf '{x=3}' | pandoc -f commonmark+attributes -t native [] $ printf 'hello\n\n{x=3}' | pandoc -f commonmark+attributes hello ``` If there is nothing the attribute belongs...

I think allowing the keys to be serialized to and deserialized from PASERK strings would make sense. This would be a follow up to #23.

This is a follow up issue for #634, which introduces categories that are not displayed as tabs and only searchable via bangs. * [ ] #769 * [x] fix obvious...

area: documentation
area: ui
tracking issue

Currently we only support (any time, last day, last week, last month, last year). | Google | Bing | DuckDuckGo | |--|--|--| |![image](https://user-images.githubusercontent.com/73739153/147908677-efdecaa3-5c19-481c-b41b-260cee75a5d6.png)|![image](https://user-images.githubusercontent.com/73739153/147908777-9c8f721a-7d57-45a1-945f-0288374fd240.png)|![image](https://user-images.githubusercontent.com/73739153/147908804-7bea46db-5f35-4316-ae8a-4833b71903e6.png) Since not every engine supports this `time_range_support`...

new feature

These [plugins](https://docs.searxng.org/dev/plugins.html) are theme dependent so they should be implemented in themes (instead of via externally injected CSS / JS) * [x] convert `infinite_scroll.py` to user preference #812 * [...

area: simple theme
area: plugins

```python text = ''' {{hello |foo={{A}, {B}} |bar=123 }} ''' import mwparserfromhell print(mwparserfromhell.parse(text).filter_templates()) ``` Expected output: ``` ['{{hello\n|foo={{A}, {B}}\n|bar=123\n}}'] ``` Received output: ``` ['{{hello\n|foo={{A}, {B}}'] ```

WCAG recommends a contrast ratio of at least 4.5. Much text on mkdocs.org has a worse contrast. (Contrast ratios can be easily inspected with the Firefox or Chromium developer tools)....