Jeff Retz

Results 41 issues of Jeff Retz

## Feature Request Please Support Build-In Scripts Script is located in scene file e.g. **Game.tscn** Packed in `script/source = " ... "`

enhancement

### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...

Status: Stale
Type: Enhancement

### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...

Status: Stale
Type: Enhancement
help wanted

### Step 1: Are you in the right place? - [x] I have verified there are no duplicate active or recent bugs, questions, or requests - [x] I have verified...

Status: Stale
Type: Enhancement
help wanted

Please add text colors If the background color is dark I want bright text And if the backgroundcolor is bright I want dark text

## 🚀 Description This PR contains multiple changes. - ThemeManager class has been changed to an object (as it has been used in an object like way before). - Previous...

## ⚠️ Is your feature request related to a problem? Please describe I'm normally using a viewbinding library to simplify the process and prevent memory leaks. [ViewBindingPropertyDelegate](https://github.com/androidbroadcast/ViewBindingPropertyDelegate) The library wants...

# DO NOT MERGE ### This PR does not work right now When using DecoratedBarcodeView, the CameraInstance is unable to configure camera (Other Views and IntentIntegrator **untested**) ``` E/CameraInstance: Failed...

A Builder class is handy if you deal with multiple APIs which require slightly different configuration. **Example:** We need to make a request to the following APIs - GitHub -...

### Is your feature request related to a problem? Please describe. Not a real problem, however in Retrofit it's possible to call Headers like this (with a single value): ```kotlin...