Bryan Racic

Results 3 issues of Bryan Racic

Was setting self.entry_widget.scroll_exit to the value of keyword 'slow_scroll' (ignored 'slow_scroll' kwarg and overwrote 'scroll_exit' kwarg)

### Describe the feature **get_columns_by_pattern(table, pattern)** A macro that only returns columns matching a given search pattern. **Example** For a table containing the following columns: ``` user_id, current_item, last_item, state...

enhancement
triage

Resolves issue: https://github.com/dreadpon/godot_spatial_gardener/issues/73 Using this plugin on Godot 4.5 throws an exception due to [Logging now being a native keyword](https://docs.godotengine.org/en/latest/classes/class_logger.html). This PR just find-replaces all instances of `Logger` with `CustomLogger`...