Kamil Monicz

Results 119 issues of 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...

feature
P4
size M
performance

I thought of an idea, some editors indicate which notes have been closed during the editing process: ![image](https://github.com/user-attachments/assets/a1a21e87-e363-4b51-9221-a27d937d49a4) However, closing a note before uploading the changes is not practically correct...

feature
🌿 good first issue
P2
size S
$20
no JS

### 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:...

User

### 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.

💡 idea