Here we're using ForeverVM with boto3 to visualize our AWS infrastructure without needing specialized tools.
Here we're using ForeverVM with boto3 to visualize our AWS infrastructure without needing specialized tools.
In this video, Windsurf uses ForeverVM to make HTTP calls to check a list of Python packages against the latest PyPi version.
In this video, Windsurf uses ForeverVM to make HTTP calls to check a list of Python packages against the latest PyPi version.
Introducing foreverVM, a Python REPL-as-a-service. Under the hood, we swap between memory and durable storage. To you (and your agent) it acts like an always-on REPL.
See more at forevervm.com
Introducing foreverVM, a Python REPL-as-a-service. Under the hood, we swap between memory and durable storage. To you (and your agent) it acts like an always-on REPL.
See more at forevervm.com
We can give each todo an index property. The ordered list of todos is an array of the map values sorted by the index property. To move a todo, simply set a new index!
It sounds good in theory, but…
We can give each todo an index property. The ordered list of todos is an array of the map values sorted by the index property. To move a todo, simply set a new index!
It sounds good in theory, but…
That means moving array elements really means deleting and re-adding them.
That means moving array elements really means deleting and re-adding them.
This demo allows each client to reorder the todos and toggle their checkboxes.
This demo allows each client to reorder the todos and toggle their checkboxes.
When we add a little latency, the counter breaks!
When we add a little latency, the counter breaks!
Seems pretty simple, right?
Seems pretty simple, right?
Here you can see how Yjs syncs the values between two maps, with latency added to simulate a network connection.
Here you can see how Yjs syncs the values between two maps, with latency added to simulate a network connection.
Here you can see how Yjs syncs documents between clients. When one client moves a slider, the other client automatically sees the updated value.
Here you can see how Yjs syncs documents between clients. When one client moves a slider, the other client automatically sees the updated value.