Stuart Cusack

Results 36 issues of Stuart Cusack

When you want to use the same image for different aspect ratios you can run into problems with focal points. Examples: - A hero image might be tall on mobile...

I find I'm doing things like this a lot to speed up tag queries. helpers/cache.php ``` function primary_nav() { return Cache::rememberForever('primary_nav', function () { return \Statamic::tag('nav:primary')->params(['select' => 'children|title|url|sub_nav|bold'])->fetch(); }); }...

Just a thought, but I think the breadcrumbs tag data should contain an indication of whether the current view is a 404 error, or other error response code. My opinion...

I'd like to be able to give my content managers the ability to wipe the static cache / stache / application cache, but I don't want them touching the glide...

Hi, Just played around with the asset manager, organising folders and such (which is working very very nicely by the way!) However, one thing annoyed me: I couldn't see the...

### Bug description It doesn't seem like it's possible in Blade to use tags where content is added between an opening and closing tag. For example, the **cache** tag: ```...

blade

I'm just wondering how I would add an editable introduction field to a form, e.g. "Please answers all these questions and someone will be in touch...". My forms are utilised...

feature request
Forms

Hi, thanks for the package! It works great. I can't see an option to make a link internal, so that it would open in the same window. This would be...

In the same game where one of my pieces disappeared off the board (created a separate issue for this), I could not move my rook to the right to put...

About half way through a game (in which I was winning ;) one of my pieces disappeared off the board when I clicked on it to make a move. I...