-
Currently you can't use it for an Iterator with references. You could fix it with a `.copied()`, but this is not always super clear, as the error simply says "mean is not implemented".
I can't thi…
-
Hi,
in function `send_scouting` in file https://github.com/rosenpass/rosenpass/blob/de51c1005f476d15f242fce9d9903245307b718f/rosenpass/src/app_server.rs#L493, it can happen that the iterator of the…
-
**Describe the problem**
To prevent overloading the underlying store and to reduce the impact of rangefeeds on the foreground workload, the number of catchup iterators (pebble iterators used for ca…
-
### What version of GlobaLeaks are you using?
5.0.19
### What browser(s) are you seeing the problem on?
Chrome, Firefox, Microsoft Edge
### What operating system(s) are you seeing the problem on?…
-
# Problem
`fromItems` fails on large arrays, and `fromRawParts` is too verbose for simple array usage.
## Overview
Given an array, there are two ways (afaik) to make an `Iterator`:
Using `…
-
This is returning an iterator that needs to be wrapped in a `list()` - the docstring suggests it's meant to be a list and I see the other methods are using the `__filter` to return the data - perhaps …
-
```cpp
#include
void f()
{
std::map m;
const std::map::const_iterator entry = m.find(nullptr);
(void)entry->second;
}
```
```
$ include-what-you-use -Xiwyu --update_commen…
-
Referring to the test added in #786.
In `icalrecur_test` we iterate through the recurrences of the test cases, first forward than backwards. The following test case correctly produces 3 recurrrence…
-
I had an issue open against my own project, that boils down to yaml-cpp providing iterators, whose `value_type` is `const`. This should not happen, values are immutable by definition*, and it causes i…
-
See last line ([Playground](https://mypy-play.net/?mypy=1.11.2&python=3.12&gist=9ea836c7c5329006478e0a0b40e6ce5d)):
```python
from collections.abc import Iterator, Generator
from typing import An…