Object
Object
On my android device progressIndicator does not show the waiting dialog normally. Bug with with [this patch](https://github.com/pbernasconi/cordova-progressIndicator/pull/23), it works as expected. Will pbernasconi consider to merge it to mainline?
Getting the same error making our product unusable. Is there any workaround before a fix landed?
The issue is `np.append()` quietly converts the float32 array to float64... Here's how I managed to run with MPS. ```diff diff --git a/point_e/diffusion/gaussian_diffusion.py b/point_e/diffusion/gaussian_diffusion.py index 8dc4dc3..15ebfed 100644 --- a/point_e/diffusion/gaussian_diffusion.py +++...
Where should I put `:flipper_configuration => FlipperConfiguration.enabled(['DevelopmentDebug','ProductionDebug']),` if I get `uninitialized constant Pod::Podfile::FlipperConfiguration`?
> React Native version & version of this library? [email protected] [email protected]
Just found a workaround by changing ```kotlin return MapBuilder.of("initialWindowMetrics", getInitialWindowMetrics()) ``` ```kotlin return MapBuilder.of("initialWindowMetrics", getInitialWindowMetrics()!!) ``` Looks like the Map doesn't allow null values?