-
Example signature:
```dart
extension IterableWindows on Iterable {
Iterable windows(int size) sync* {
...
}
}
```
Given the following call:
```dart
final list = [1, 2, 3, 4, 5];
f…
-
I started getting the below error, as of a couple of days ago:
```
2024-11-24 17:32:48.550 ERROR (MainThread) [custom_components.purei9.coordinator] Unexpected error fetching 900277466035000711100…
-
I was reading the docs for `Iterable.any` and it says this:
> Checks every element in iteration order, and returns `true` if any of them make `test` return `true`, otherwise returns false. Returns …
-
![Screenshot 2024-10-18 at 2 04 27 PM](https://github.com/user-attachments/assets/2b2f23d6-bf1a-48a3-afea-356ecad4560b)
https://github.com/connectrpc/connect-es/blob/36af3f296f6e70a59f59135c1658de6…
-
Hello, Thank you so much for your hard work, i have managed to set thigs up and when i visit thehttp://localhost:3030/ i can see it is up and running, the thing is though any time i use the curl comma…
-
I've just installed `tuyau` and tried to generate using `node ace tuyau:generate` but I get the error: `TypeError: routes is not iterable`. My routes are located in a folder in individual folder rathe…
-
### Description of bug
crashes when drawing
### Steps to reproduce
Draw a stroke
### Backtraces or error messages
```shell
Traceback (most recent call last):
File "/usr/lib/mypaint/gui/applica…
-
[Scripting] TypeError: value is not iterable at (main.js:607)
-
## Describe the bug
Hi, I ran into this issue again. which was already [ addressed](https://github.com/squizlabs/PHP_CodeSniffer/issues/3589) in the old package. Even PR is mentioned as a likely solu…
-
- [x] This is actually a bug report.
- [x] I have tried searching the documentation and have not found an answer.
**What Model are you using?**
Ollama 3.2
**Describe the bug**
When I use th…