segfault_bits
segfault_bits
Fixes #1744 This change consolidates debug logging for blocked resources into a centralized trace reporter system. Previously, debug logs for blocked resources were scattered throughout the codebase and didn't always...
Implements TODO to report system limits to Prometheus metrics. Previously, only resource usage was tracked in metrics, but the configured limits were not exposed, making it difficult to understand when...
This PR introduces the ability to duplicate selected layers within the editor. Users can now duplicate layers by dragging them while holding the Alt key. This includes: Adding a new...
Fixes #6157 When opening hundreds of streams per second, dial requests were being silently dropped because `try_send()` would fail when the channel was full, causing `Control::open_stream()` to hang indefinitely. This...
## Summary Implements dynamic programming cache for CID traversal in `ipfs dag stat` to avoid redundant traversals when multiple DAGs share common subgraphs. Resolves TODO in `core/commands/dag/stat.go:17-18` ## Changes ###...
## What does this PR change? * This change addresses the TODOs in `commands.go` by adding command-line flag support for configuring both cost-model and agent modes. For cost-model: - Added...
## What does this PR change? * This commit implements the TODO in the Oracle provider's `ClusterManagementPricing` method to properly detect cluster types and apply appropriate pricing. Changes: - Added...
## What does this PR change? * Refactored to accumulate objects iteratively, reducing memory usage for large time ranges. The previous implementation collected all objects into a slice before accumulating...