beeps

Results 160 comments of beeps

I've uploaded a slightly stripped down version of what I'm working with here: http://greysadventures.com/objectfitexample/ I've tried to keep it fairly complete in case there's some aspect of my implementation or...

The preload JS is just Modernizr, to my memory. (It's called "preload" as I bundle my scripts with Gulp, and that's the catch-all term I use for all has-to-be-in-the-head stuff.)...

I've quickly stripped out the code responsible for the embeds (on the page linked above), however the error is still occurring.

I've also witnessed this issue in Safari on Desktop (Safari 12.1.1, macOS 10.14.5 beta). This seems to work fine on Firefox and Chrome, so I assume it's a Safari-specific issue....

I've installed the pre-release version of GOV.UK Frontend into this branch so that we can add examples that make use of new Nunjucks and JS functionality. So far I've added...

Just of relation to this: We've had a couple of support cases pop up about this in the last two days: * One from DfT who were using Appspot. *...

I just gave this a quick go as I happened to have my iPad Air in front of me, and I've not been able to reproduce the problem. There's [some...

There has been an instance today where we've wanted to link directly to a list of Nunjucks parameters for a component, but it wasn't clear how to do this.

As another thought, we occassionally encounter support issues wherein a user is trying to use Nunjucks parameters introduced in a later version of Frontend than the one they're using. Although...

Idle thought: At the moment we're using Metalsmith to `import` the govuk-frontend module and pass it through Rollup to convert it into an IIFE format. This seems a little unnecessary...