-
When hitting submit on feedback it is not populating in feedbacks table.
Requests:
- [x] fix to post feedback to feedbacks table
- [x] disable sending email on submit
- [x] add animation (confet…
-
### Checklist
- [x] the issue is indeed a bug and not a support request
- [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues
- [x] I have a short, runnable example…
-
This doesn't work,
```
AnimatedImage(url: URL(string: url))
.resizable()
.transition(.fade)
.scaledToFit()
```
But this does work
```
AnimatedImage(url: URL(string: url))
.res…
-
Here is the aep file - https://drive.google.com/file/d/1h1ZHlhIFNpmGdNt7k7VDo4nL0VF7Z0Sq/view?usp=drivesdk
I want to use the .json file in a android game tutorial. I'm using latest version of bodym…
-
Shaded rocket part is not correct.
ThorVG:
![image](https://github.com/thorvg/thorvg/assets/3711518/d5271e93-65e6-49b0-a755-388b5160da4e)
Normal:
![image](https://github.com/thorvg/thorvg/asse…
-
Issue:
I'm currently experiencing an issue with styled-components v6.0.7 and webpack v5.88.2 where CSS styles are not being applied to the components. I've defined my styled-components as follows:
…
-
For some reason, my Gradient Stroke weight is getting pinched and thinned out at the beginning of the animation , but it should be a consistent stroke width. This might be an issue with the Gradie…
-
A crash occurs when using Rive animation on the splash screen after starting the app.
Rive Version : 5.10.0
Renderer : Rive Renderer
- case1
#0 (null) in __pthread_kill ()
#1 (null) in …
-
## 🐛 Bug Report
We're seeing a null reference exception for some of our users. I've really struggled to reproduce it, but I think it happens when we redo the UI layout. The UI has a few states, w…
-
How do you control the speed of the animation programatically?
If not currently possible can this feature be added?