Philippe de Reynal
Philippe de Reynal
### What version of Turborepo are you using? 1.6.3 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...
Since the aws sdk keeps some internal private vars eg: when doing `AWS.config.update` the sdk shouldn't be embeded, it's best to have it as a peer dependency. The issue I...
This PR enables defining `allowUndefined` as an array of variables that will not throw even if the var is undefined. It doesn't change the behaviour when allowUndefined is `true` or...
it's unclear why the messages were attached to state, but there was some effect resetting them, so the chat view was empty, even if it had messages. the message container...
this was causing issues where the old uuid module didn't have the default export, and was conflicting with the more recent version. I don't think there is much other impact...
In a bare folder I just npm install `workbox-build` and get: with [npm](https://www.npmjs.com/package/workbox-build) listing 4.3M weekly downloads that would be above 323TB per week? more than 1.2PB per month ?...
When building ngrams from phrases with the word "constructor", I get unexpected behavior. This was because the dictionaries are created with `var x = {};` which makes them inherit from...
## Summary This fixes an infinite loop in `REASharedTransitionManager`, in `getSharedElementForCurrentTransition`, when `siblingViewTag` is nil and `_findPrecedingViewTagForTransition` returns nil, it will get stuck in an infinite loop and freeze the...