Ross Bearman

Results 6 issues of Ross Bearman

Since an upgrade from 2.7 to 3.2, we've been encountering an issue with the new method for attaching the attributes to an entity. If we use a restrictive `select` on...

The description of `Fit::Max` is: >Resizes the image to fit within the width and height boundaries without cropping, distorting or altering the aspect ratio, **and will also not increase the...

`setMagiclinkId()` on `ActionAbstract` requires a string, but `Str::uuid()` in Laravel 9+ will return a `LazyUuidFromString`, which isn't being cast. Casting it to a string in the `creating()` observe resolves this...

Fixes a bug where the simple filter won't re-render the chart, as it's not reactive by default.

Currently the resource and page namespaces are [hardcoded in the stub](https://github.com/CodeWithDennis/filament-tests/blob/3873a8db8243059ff116074cae2f45ff82416a2a/stubs/Setup.stub#L3), so a test for a resource in a non-standard directory, or cluster, will not import the correct classes. `Filament::getResources()`...

enhancement