Gabriel Basilio

Results 4 issues of Gabriel Basilio

**Is your feature request related to a problem? Please describe.** Right now [File](https://googleapis.dev/nodejs/storage/latest/Bucket.html#file) can only be instantiated using the file name. However, is common for systems to save the entire...

type: feature request
api: storage
priority: p3

### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description If you use a non standalone `ChildComponent` by...

area: testing
needs reproduction
cross-cutting: standalone

Can we have a method to clear requests? Something like this: ```kotlin @BeforeEach fun cleanRequests() { mockServer.clearRequests(); } ``` My tests are taking requests from previous tests. I wouldn't want...

enhancement

I just copy the example code on the README.md and it throws this error. I think it's because something about PropTypes has changed in newer versions of React Native.