Bruno

Results 26 comments of Bruno

> com.android.builder.errors.EvalIssueException: Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager. Try to uninstall SDK 31 and reinstall from SDK manager

@vonovak thanks for following up! I know it's hard to provide a timeline, but it believe this would help folks relying on this library that want to enable Fabric 🙇

PR in review https://github.com/react-native-datetimepicker/datetimepicker/pull/657

In my case I'm having a similar issue when the temporary directory gets around 100GB

My solution was to invoke `concat` on a subset of the videos, then invoke `concat` again on the partial videos. For instance let's say that I have 100 videos, and...

Actually that didn't work. I've assumed that only the frames necessary for the transition between videos would be processed instead of all the frames. My new solution simply uses an...

@transitive-bullshit thanks for the context. I'd rather optimize for speed vs space, so I've opted to use an external disk for the temporary frames data. Also, it would be great...

I see, thanks for the input. This is what I have so far. I've copied the local maven repo content under `~/.m2/repository`, so that I have this directory structure: ![image](https://user-images.githubusercontent.com/3534630/108112159-8cf9bd00-704a-11eb-845f-aed01fb35ca3.png)...

Hey @troZee that looks like awesome work 👏 any timeline for it to land on master?

I am having the same issue, with the new arch enabled + v8, on the below combinations: - RN 0.69.4 + Reanimated 3.0.0-rc.3 - RN 0.69.4 + Reanimated 2.10.0 -...