David
David
> We should never support sync > This will run in browsers/servers where response time is crucial I disagree. This _might_ run on a server where response time is critical,...
+1 I get the same thing
In the end I just used Advanced Renamer to rename the files as image0001.jpg, image0002.jpg etc. and then ffmpeg to make them into a video, with the following command: `ffmpeg...
Maybe write to another file first and then rename? I believe that's the standard solution. Seems super dangerous otherwise.
This [SO post](https://stackoverflow.com/a/71133750/2288578) explains the reasoning quite well. Because they now specify the return type of `IteratorAggregate::getIterator()`, you now also need to specify the return type on your `Enumerable::getIterator()`. Rather...
> What u guys really want us to do? What?
Ah, that's very helpful! I also had this question. When I first read the documentation it seemed like magic, but now I see it just tracks the dependencies from each...
@Aidenir Unfortunately my "solution" was to switch to Preact + HTM (which is relatively easy to achieve even with an existing ArrowJS codebase because the ArrowJS and HTM syntax is...
@jfftck You're reading too much into my testing code haha. It was cut down from real code and I didn't rename some things. > `setTimeout` doesn't take awaitable functions, remove...
Can confirm, Set doesn't work as a reactive property 😢