Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:C# language:Java language:C++ language:PHP language:PHP

Filter by

155M results  (2 s)

155M results

Inseri a estrutura básica do Spring com uma nova pasta. Utilizei o sistema CRUD padrão somente com algumas adições de funções específicas que existem na outra API. Todas essas adições foram feitas por ...

Summary - Clarifies that the package is not published to npm yet. - Marks the npm install command as a post-publication example. - Keeps this as a docs-only change. Notes - No release automation ...

Summary Bring back the moon s glow, but shaped to the crescent rather than a circle. The previous radial glow read as a misplaced disc; this renders the crescent again, blurred and warm (via a Gaussian-blur ...

This PR stabilizes a known flaky test in ClusterITest. Previously, createInstancesTest blindly queued ports from ServerUtils.getFreePorts(20), which occasionally contained duplicates from the OS, causing ...

Summary - .gitignore: Changed build/ to build/* + !build/*.sh so shell scripts under build/ are tracked while compiled artifacts remain ignored. (Git won t descend into an ignored directory, so ...

Hi OpenClaude maintainers, we are an AI infrastructure team using OpenClaude with governed OpenAI-compatible routes. Since this guide already shows how to use LiteLLM model aliases, I added a small Tuning ...

The GlobalScheduler here shouldn t need a (plugin is enabled) check, and runSync under an EntityScheduler should use execute, which inherently checks if the plugin is enabled and fully completes the operation. ...

Bug: Kamino card showed 0.00% APY. Root cause: getApy hit the heavy klend market route, whose cold-start exceeds the function timeout on first page load → client catch → 0. (Route works warm: 5.63%.) ...