David Lapointe Gilbert

Results 66 comments of David Lapointe Gilbert

I was also looking for this just now. I assumed it would be finding exports (example of how the popular slider component Swiper does it: https://github.com/nolimits4web/swiper/blob/e54f07d6047f56e0469fd7d3024ede36e5b942fe/src/copy/package.json)

Nice! 🔥 I'm buying it right away!

After the 13.2.1 update (intel), mine doesn't even boot. I probably had a screen capture on the last scene I was using so it tries to load that and freezes...

On my end, it hangs on bootup. It keeps happening every time I stream, it seems related to compressor and background noise filters. When I look at the logs, that's...

I've had this happen pretty quickly even when there aren't a lot of fields added. I've raised the limit with php.ini, but it the saving action was chunked in different...

I am on the same boat as everybody. I love it when it works and it saves me so much time that I'd hate to see it go unmaintained. Obviously,...

I found a trail. Penthouse ignores media="print", but the plugin for Craft CMS that I use (craft-plugin-vite) uses the common print to onload="this.media='all'" stylesheet preload method. So the "print" style...

Well well. I use rollup-plugin-critical which uses critical which uses penthouse and critical is wrongly passing down the HTML to compare instead of letting penthouse doing its job. :| I...

At the moment, the cleanest way I found to do this is by looking through the code, I noticed that the ID of the map is also used as a...

For those who wonder, I scoured and found that the copy function stores the blocks in a json object in the local storage. Opening the dev consol in the browser,...