Daniel Boros

Results 22 issues of Daniel Boros

```ts type Push = T extends number[] ? [...T, U] : [] ```

answer
en
3057

```ts type FilterOut = T extends [infer First, ...infer Rest] ? First extends F ? FilterOut : [First, ...FilterOut] : [] ```

answer
en
399

**Describe the bug** The menu item heights are different in rc and debug. The weird situation is that it works on iPhone 13 pro but not on 12 Pro. **UPDATE:**...

bug

If I use the useFirestoreConnect hook to query a subcollection, then sometimes I get duplicated elements on the ordered reducer while the data reducer works fine.

Hi guys, when I use useFirestoreConnect with a collectiongroup query and I delete an item, the reducer not updated, so after the deletion I got back the same state.

**Describe the bug** When I use the hook to store data on the next app restart I am able to log the prevState but it will be replaced with the...

I have imported the `remote-config` module from `firebase` and call after the initialize method, but I don't have access to `remoteConfig` method when I try to use `useFirebase`. Do you...

``` Error: Reverse error: failed. ffmpeg version v4.3-dev-2955 Copyright (c) 2000-2020 the FFmpeg developers built with Android (6317467 based on r365631c1) clang version 9.0.8 (https://android.googlesource.com/toolchain/llvm-project e0caee08e5f09b374a27a676d04978c81fcb1928) (based on LLVM 9.0.8svn)...

Hi guys. This is not actually a bug but maybe later can be a feature request. So the main question is that how can I detect on saved invoices and...

enhancement

Hi guys, I have a plan to switch from `react-native-fast-video` to this library but a couple of months ago I got the same error with `expo` as with `react-native-video`, it...

bug