George Lewis
George Lewis
[Async blocks](https://rust-lang.github.io/async-book/03_async_await/01_chapter.html#asyncawait) suffer from similar problems as closures. I have some code similar to the following (the `foo` function here emulates a library-supplied function) ```rs use core::future::Future; async fn foo(f:...
The version of `@babel/runtime-corejs3` in the `yarn.lock`, `7.26.0` has an open advisory against it: https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8 We should update our lock file to use version `>=7.26.10` to resolve this advisory /...