issues Search Results · language:Dune language:HTML language:JavaScript language:Python language:Java language:JavaScript
Filter by
61.6M results
Description
Ajouter le support du mode sombre avec détection automatique.
Critères d acceptation
- [ ] Détection automatique de la préférence système (prefers-color-scheme)
- [ ] Toggle manuel dans ...
frontend
priority:low
ui
Beschreibung
AuthManager.readKeys() gibt bei einer IOException null zurück. Stats.java ruft readKeys().size() direkt auf, ohne vorher
auf null zu prüfen – das führt beim Ausführen von !stats zu einer ...
bug
Description
Optimiser la plateforme pour atteindre les seuils Core Web Vitals.
Critères d acceptation
- [ ] LCP 2,5 secondes
- [ ] CLS 0,1
- [ ] FID 100ms
- [ ] Bundle JS 200ko (gzippé)
- ...
frontend
performance
priority:medium
Description
Adapter tous les composants et pages pour une expérience mobile optimale.
Critères d acceptation
- [ ] Breakpoints définis : mobile ( 768px), tablet (768-1024px), desktop ( 1024px)
- ...
frontend
priority:medium
responsive
Loops that repeatedly operate on fresh spy results (multiplied by forking) generate thousands of distinct typevars,
which render verbatim:
$ optype infer import colorsys; colorsys.hls_to_rgb
[T: CanLe[float, ...
is: bug
optype.infer
$ optype infer import random; random.getstate
() - tuple[Literal[3], tuple[Literal[2147483648], Literal[366576521], ...]] # ~13k chars, differs every run
A concrete return value (here the live Mersenne-Twister ...
is: bug
optype.infer
suggestion (testing): Also assert that the WebSocket connection is closed after the unauthorized error frame.
The test only checks the unauthorized error frame, but the described behavior is unauthorized ...
Description
Développer la barre de recherche principale avec autocomplétion en temps réel.
Critères d acceptation
- [ ] Autocomplétion avec debounce (300ms)
- [ ] Suggestions : projets correspondants ...
frontend
priority:high
search
$ optype infer import functools; functools.reduce
ValueError: lambda is not a valid parameter name
reduce has no real signature, so _doc_params falls back to its docstring, whose only reduce(...) ...
is: bug
optype.infer
$ optype infer locals
...
RecursionError: maximum recursion depth exceeded
_next walks nested containers/functions in the result with no depth or cycle guard. locals() returns a frame dict that
re-enters ...
is: bug
optype.infer

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.