Sean Carroll

Results 7 comments of Sean Carroll

Thanks for mentioning this @nicholasgriffintn, we are aware of it and have it on our todo list. :)

@nicholasgriffintn The GEL packages have now been updated and published to address this. **Note:** A dependency `sass-mq` has now yet addressed this issue, so you will still get some deprecation...

Thanks to some of the suggestions here, I've implemented it in this way (in onBefore.js) ```javascript module.exports = async (page, scenario, vp) => { const ignoredMessages = [ 'Download the...

The use case is that I have all my program shortcuts in a single directory, therefore I don't need to know their location. I don't expect/need for it the change...

As this has been addressed the issue is being closed.

I experienced font intermittent issues a few years ago. It was very frustrating at the time. I resolved it by having the font files locally. In `onBefore.js` I added a...