Travis Sheldon

Results 9 issues of Travis Sheldon

Contains files for any UIViewController subclass which embeds a UITableView to use the swipe options. Connect IBOutlet tableView in the Controller to the UITableView subview.

First, but unrelated to the topic, thank you for all of your amazing projects. I recently came across the thread which inspired you to write caddy-git, and your candor and...

feature
x509

**Describe the bug** When logging related model attributes via model events, the placeholder format is unable to obtain a nested property and instead logs something like `:properties.attributes.modelName.propertyName` **To Reproduce** A...

bug

### Feature Description I love that laravel idea's validator settings has a property for "rules completion field names" It would be awesome to have route auto suggestion based on property...

**Sprint 1** - [X] Add ability for users to instantly close Computer+ (and perform cleanup) - [X] Add navigation stack to house forms and render via single fiber - [X]...

sprint

Use a `GameFiber` in a loop instead which can be started when the player goes on duty and suspended when the player goes off duty

Open for discussion on whether to restrict functionality on foot, or to allow the full computer interface

enhancement

By inherently assuming the validation value is `true`, failed validations would then be overridden by successful validations (or vise-versa) The proposed validation handler for an Array of validationFn assumes the...

When building the URLs there are tenancy checks like the following ```php if(filament()->getTenant()){ return redirect()->to(url(filament()->getCurrentPanel()->getId() .'/'. filament()->getTenant()->id . '/media?folder_id='.$arguments['record']['id'])); } ``` [filament()->getCurrentPanel()->getId()](https://github.com/tomatophp/filament-media-manager/blob/master/src/Resources/FolderResource/Pages/ListFolders.php#L72) However, these calls break when the tenancy model...

bug