Kamil Monicz
Kamil Monicz
Currently, when using markdown, images are served as-is. To enhance performance and user privacy, we should implement a caching and compressing image proxy. This would: - Reduce page load time...
I thought of an idea, some editors indicate which notes have been closed during the editing process:  However, closing a note before uploading the changes is not practically correct...
### Describe the Bug ```py from typing import * def raise_error() -> NoReturn: raise Exception() a = cast(int | None, 1) if a is None: raise_error() reveal_type(a) # revealed type:...
### Describe the bug ``` export COVERAGE_CORE=sysmon python -m coverage run -m pytest --verbose --no-header --randomly-seed=1747754952 --extended ImportError while loading conftest '~/Source/openstreetmap-ng/tests/conftest.py'. tests/conftest.py:10: in from app.exceptions06 import Exceptions06 app/exceptions06/__init__.py:1: in...
### Describe the bug lambda default arguments seem to be incompatible with `embedsignature=True`. ```txt Error compiling Cython file: ------------------------------------------------------------ ... def example( filter=lambda name: name.isupper(), ^ ------------------------------------------------------------ app/lib/example.py:2:11: Compiler crash...
Add fallback to window.location when window.top.location properties are inaccessible due to cross-origin restrictions. E.g. Uncaught SecurityError: Failed to read a named property 'origin' from 'Location': Blocked a frame with origin...
Hello dev team, yubioath DPI scaling is simply broken or misconfigured. It seems like this is a common issue: https://github.com/Yubico/yubioath-flutter/issues?q=sort%3Aupdated-desc%20is%3Aissue%20dpi%20scaling I use 200% DPI scaling and yubioath looks like it's...
Enabling new potential AI-based use cases: searching for locations, submitting patches, etc.