Eddy Roy Balummel
Eddy Roy Balummel
### 🔖 Feature description - attach _Open Runtimes_-instance (remote or locally) with the dev-tools of an IDE ord Editor (e.g. VSC) to debug code. - having an insight into the...
The SmoothPageIndicator widget is being rebuild several times which leads to janking while switching between different pages. It is even noticeable in the release version of the app. ` child:...
## What does this PR do? Fix `User` Model to handle null values for `password`, `hash` and `hashOptions`. ## Test Plan When using a JWT to authenticate and use `Account.Get()`...
# What does this PR do? Fix `User` Model to handle `null` values for `password`, `hash` and `hashOptions`. # Test Plan When using a JWT to authenticate and use `Account.Get()`...
### 👟 Reproduction steps In `main.js` shouldn't line 60: ```js .join(target.fallback ?? target.default ?? '') ``` be `targets` instead of `target`? I tried to create types because I am using...