Marc Rousavy

Results 1813 comments of Marc Rousavy

1. Thanks! 2. You can easily lower the Frame size by using VisionCamera's APIs. `useCameraFormat` with a lower `videoResolution` for example. 3. The actual memory "leak" is not a leak...

hi - i'd appreciate a sponsorship, thank you! with that i can take a look soon

I created a WIP PR for this in https://github.com/mrousavy/react-native-mmkv/pull/828, but after 2 hours I couldn't manage to build it yet. Linker error on iOS, and on Android it can't find...

Yes V3 builds MMKV from scratch, so you cannot use MMKV as a Pod in native code. V4 fixes this by using MMKV from the Pod.

I think what I want is to use _virtual inheritance_ to avoid having `Car` twice as my base class. ```cpp class JCar : public HybridClass, virtual public Car; class JSportsCar...

Es worked noch immer nicht 😭 https://github.com/user-attachments/assets/46beeaf4-0bee-417e-a8e3-80f797e27e1d

Same goes for `std::variant` btw: ```cpp SWIFT_INLINE_THUNK std::__1::variant HybridSwiftKotlinTestObjectSpecCxx::getSomeVariant() { ```

![Screenshot 2024-09-23 at 14 59 07](https://github.com/user-attachments/assets/9df7625a-5c9d-4185-b38b-487771e21681)

> if there’s another recommended way to enable child support in Nitro in the meantime? You can just edit your nitro-generated `*ViewManager.kt` file and change `SimpleViewManager` -> `ViewGroupManager`, and `View`...