Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:Java linked:pr

Filter by

5.9M results  (356 ms)

5.9M results

Problem The project still uses the deprecated TOML-table form for license metadata: license = {text = MIT } Building with the current setuptools emits this warning several times: SetuptoolsDeprecationWarning: ...

Problem The C++ StreamLog::add_latency() increments total_events_ unconditionally after calling DDSketch::add(value). void StreamLog::add_latency(double value) { latency_.add(value); total_events_++; ...

Problem The Python HyperLogLog implementation appears to calculate rho over the wrong bit window after selecting the register index. Current Python code: idx = h (64 - self._p) w = (h self._p) ...

Problem The FastAPI/Starlette middleware records metrics by raw request path: path = scope.get( path , unknown ) endpoint_str = f {method} {path} For routes with path parameters, this creates a separate ...

Problem WindowedStreamLog drops unique-only windows from reads. StreamLog.add_unique() intentionally does not increment total_events, but WindowedStreamLog._active_buckets() treats a bucket as active ...

Problem WindowedStreamLog uses a non-reentrant threading.Lock. Two read paths acquire _lock and then call helper methods that try to acquire the same lock again: - stats() enters with self._lock; when ...

Problem CountMinSketch.add() and StreamLog.add_event() accept negative counts. This can create impossible negative event totals and negative frequency estimates in Python. The C++ implementation has the ...

Problem DriftSketch.add_batch() accepts a values argument and forwards it to StreamLog.add_batch(), which supports generic iterables. But DriftSketch.add_batch() then calls len(values) after ingestion. ...

Problem Most files under tests/ are script-style checks that execute at import time and some call sys.exit() at module scope. This makes them incompatible with pytest collection. At the same time, CI ...

The archived standalone D-sorganization/Movement_Optimizer repo still has #496 open, and the issue is still materially reproducible in canonical Tools origin/main under src/movement_optimizer. Background: ...
architecture
maintainability
tech-debt
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.