Freshleaf Media

Results 10 issues of Freshleaf Media

The plugin appears to do nothing in the latest version of PHP Storm (PS-221.5080.224) Simple repro: ```sh mkdir /tmp/repro cd /tmp/repro yarn add axios echo -e "import axios from \"axios\";\n\naxios.get('...');"...

## Description When querying `children` relationship of a block (eg when building repeaters) the returned models aren't sorted. I expected this because the `blocks` relationship defined by the `HasBlocks` trait...

## Summary Currently there doesn't appear to be a way of updating existing media roles without manually re-associating the media. For example, if the database contains instances of `MyModel` (see...

## Description This PR adds LQIP data regeneration on Media save and dispatches it as a Job ## Related Issues https://github.com/area17/twill/blob/2.x/src/Commands/RefreshLQIP.php#L57

## Description If you create a checkbox input and define the note attribute it doesn't appear ### Steps to reproduce Create a checkbox input like this: ``` @formField('checkbox', [ 'name'...

type: enhancement
status: working on it
impact: low

## Describe the bug When the code contains a syntax error the RR worker locks up and never responds. ### Expected behaviour An Ignition debug page ### Actual behaviour RR...

type:bug

This PR adds a more specific string to match not found exceptions. Currently if pandoc exits with an error message such as: ``` ... ! LaTeX Error: File `Lato.sty' not...

When attempting to extract a TAR archive using GNU Tar v1.30 when not overwriting an exception is raised: ```php $zippy = Zippy::load(); $archive = $zippy->open($archiveFilename); $archive->extract(sys_get_temp_dir()); ``` ``` Alchemy\Zippy\Exception\RuntimeException Unable...

When including in a project which has `set -e` the library fails to run

### Feature Description Filament has a lot of methods which accept a closure to be evaluated later. The trouble is that the developer is required to remember the names of...

under discussion - investigating solutions