pullrequests Search Results · language:Dune language:JavaScript language:Python language:Java language:HTML language:JavaScript
Filter by
211M results
Automated test pull request
Summary
- Add automatic weather detection (GPS or city search) with weather-matched outfit suggestions pulled from the user s
own wardrobe
- Add client-side background removal for uploaded garment ...
Automated test pull request
Automated test pull request
class Outer:
... class Inner:
... class Deep: pass
...
Outer.Inner.Deep.__qualname__
Inner.Outer.Deep # before
Outer.Inner.Deep.__qualname__
Outer.Inner.Deep # after ...
Automated test pull request
tests/test_session_diagnostics_state_hygiene.py previously had two tests that only set diagnostic state fields and
re-asserted them — they proved the setter worked, not that production recovery clears ...
Automated test pull request
Automated test pull request
What changed and why
POST /api/records previously stored title and content verbatim with no conversion. This PR adds the full
payload-to-Markdown pipeline so inbound webhook JSON and parsed email payloads ...