Abdillah Bakari Ali
Abdillah Bakari Ali
Will be nice if there is a props like spaceBetweenParticles to give space between particles when you get dynamic data
# Why # How # Test Plan # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the...
#### Description This commit addresses the KeyError issue that occurs when using DatabaseStore with dynamically added panels to DEBUG_TOOLBAR_PANELS. The problem occurred in `StoredDebugToolbar.from_store()` where the method would only load...
#### Description This PR fixes PostgreSQL compatibility issues that were causing CI pipeline failures. The main issue was that the SQL panel's profiling feature was attempting to use MySQL-specific commands...
## Problem Description The CI pipeline has several PostgreSQL compatibility issues that cause test failures: ### 1. Database Connection Error ``` FATAL: role "root" does not exist ``` The PostgreSQL...