pullrequests Search Results · language:Dune language:TypeScript language:TypeScript language:JavaScript language:Java
Filter by
209M results
Resumen
- Barras de HP sobre edificios: cuando un edificio está dañado, aparece una barra de salud posicionada en 3D
(worldToScreen) encima. Verde 60%, amarillo 30%, rojo por debajo. Se atenúan ...
- API client (lib/api.ts) with /api/v1 prefix + envelope unwrap
- Hooks: useSearchProducts (infinite scroll), useCategories, useProvinces, useDebouncedValue
- Components: SearchBar, FilterPanel (desktop ...
What does this PR do?
Adds the initial ProjectClient implementation for the Python SDK.
Implemented methods:
- list()
- create()
- get()
- delete()
- snapshot()
- restore()
The implementation ...
No meaningful safe change exists because the frontend utility functions in frontend/js/ui.js already achieve 100% test
coverage natively tracked and verified using ls -la, wc -l mission.md AGENTS.md README.md ...
What
Reworks the cmssy.com contact block to consume @cmssy/react s own form helpers (the autlar pattern), instead of
hand-rolled GraphQL strings + the generic /api/public-graphql passthrough.
Changes ...
Summary
Fixes the two production migration failures and ships the new SEO system. pnpm tsc --noEmit ✅ and pnpm build ✅ both
pass.
1. CREATE POLICY IF NOT EXISTS is invalid PostgreSQL → fixed in migrations ...
Add Dockerfile build path alongside Railpack
Aeroplane previously only supported building via Railpack (BuildKit LLB). This PR adds a fully separate Dockerfile build
path using docker build, so repos ...
feat: implement automatic logout after inactivity
Closes #717
Summary
Fixes the inactivity timeout flow so that users are automatically signed out after prolonged inactivity. Previously, the
application ...
Summary
Resolves the 41 ClawHub review findings by fixing the underlying risks, not masking them (the prior code obfuscated
security-sensitive behavior via Reflect specifically to evade static analyzers ...