-
Do you plan the support the `.lottie` format ?
https://dotlottie.io/resources/json-to-dotLottie/
-
## Which Version of Lottie are you using?
Lottie 4.2.0
## Expected Behavior
I would expect static text in an animation to be editable as the animation is playing, regardless of the rendering e…
-
Hi! We used to rely on a trick to gracefully finish out an animation when we need to pause it by switching the loop mode from `.loop` to `.playOnce`. Bisected it down and think [this PR](https://githu…
-
### Versions
* Python: 3.10.12
* OS: Ubuntu 22.04.2 LTS WSL
* Buildozer: 1.5.0
### Description
I m trying to build a simple android app that makes a GET request. The app works fine on d…
-
**Description:**
I've encountered a memory management issue with `LottieAnimationView` in my iOS app. Despite removing the view from its superview and setting it to `nil`, the view doesn't seem to be…
-
#### Chaquopy version
14.0.2
#### Devices or emulators where the issue happens
All devices and emulators.
#### Relevant parts of your code
```
Event:APP_SCOUT_HANG Thread:main backtrace:…
-
### How frequently does the bug occur?
Sometimes
### Description
I update my realm Java using this version ` classpath 'io.realm:realm-gradle-plugin:10.8.0'`, then I start receiving this error, so…
-
### Description
We have noticed instances where a valid app check token isn't generated. One such instance was when an employee got a new phone and ported his existing phone to his new one (iPhones…
-
### Versions
* Python:3.8
* OS:Ubuntu 22.04.3 LTS
* Buildozer:1.5.0
### Description
I'm trying to convert my python kivymd file into apk to run in mobile
### buildozer.spec
Command:
…
-
### What happened?
Putting `await` makes the tests fail, although removing it makes that tests
However, I have to await some async tasks
```
// e2e/login.test.js
describe('Login', () => {
…