-
Currently we error out (saying that `var` intents aren't supported for `foreach`) if you attempt something like this:
```
foreach i in 1..100 with (var x = new MyThing()) { }
```
But this mig…
-
In Product.php on line 71, the integration is firing the woocommerce_shop_loop action again meaning that any functions hooked to that are being duplicated. Is there a reason why that is there?
We …
-
### Checklist
- [X] I am sure the error is coming from aiogram code
- [X] I have searched in the issue tracker for similar bug reports, including closed ones
### Operating system
Linux
##…
-
**Describe the bug**
In `log_output.c`'s `buffer_write` function, the while loop can be infinite if a logging backend returns only the number of bytes it has written (rather than failed to write or…
-
-
As reported to me by Bernt Isak Wærstad (@berntisak), when starting a new loop (e.g. clearing an existing loop), you get a short CPU spike as `karma~` clears the `buffer~`.
I don't think this was n…
-
**Describe the bug**
I use nvs to save data in flash as following : 3 sectors (each sector is 2048 bytes beacause of use of STM32G0C1KE) to save a maximum of 250 data of 8 bytes structure. Each dat…
-
hi there. am using this currently for web, windows, macos. I have small video files (0.5 - 3mb, 200-1000kb bitrate, h264 mp4, no audio) that loop cleanly in external players but not using this lib. I …
-
There is a minor looping issue with PCM files. The exact loop point specified in the files is not being triggered correctly, and usually sounds like it's earlier than expected, resulting in an audible…
-
There have been several requests for rclone to
* loop for N loops or perhaps indefinietly
* quit after a certain length of time
There should probably be a delay between loops too.