Skip to content

pullrequests Search Results · language:Edge language:TypeScript language:C# language:Java language:PHP language:C++ 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 ...

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

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%.) ...

Summary - Snap dragged triangle corner handles back to their recalculated rendered corner during resize interactions. - Add marker-to-rendered-corner tests for horizontal, vertical, repeated, and ...