Benoit Girard
Benoit Girard
When working on a bug you'll often see something like: Sample User 1 week ago Comment 14 I tested this on aurora Other User 1 day Comment 15 Fixed on...
# Bug report **What is the current behavior?** Section in question is here: https://webpack.js.org/concepts/module-federation/#collision-between-modules-from-different-remotes This section is unclear and buried into troubleshooting. It's unclear just how important this section might...
Currently it says: > A background operation is the ability for an origin to execute potentially resource consuming code in the background. I think the definition should explain what a...
AIUI from Issue #112, certain calls such as `getBoundingClientRect()` may defeat the optimization by causing the subtree to get activated/laid out. Perhaps it would make sense to suggest implementation give...
## Summary suspenseCallback feature has proved to be useful for FB Web. Let's look at enabling the feature for the React Native build. ## How did you test this change?...
I'm trying to intentionally diverge from a replay by tweaking a variable but I get the following error: Attempt to write memory outside diversion session I did some searches online...
Summary: Ideally we would use Fusebox directly but it's not supported in release build. This is a clever work around that: 1) Allows us to use Perfetto to start/stop a...