Ivan Boothe
Ivan Boothe
I have noticed this too in testing. I wasn't sure if it was a bug, since the average user isn't changing their browser window. Although it reminds me that I...
I think we could support this and add some of the [customizing the playback options](https://asciinema.org/docs/embedding) to that shortcode as well. In terms of the mobile sizing issue: > The latest...
Sure! I'll have to think about what kind of optional settings and stylings we'd want to provide, but technologically triggering the presence of a partial with some setting in config...
That makes sense. I think some laws -- is it the French law? -- requires that one be able to disable cookies not required for a site to function but...
I don't think there is any active development on this. We would certainly accept PRs. Also it might be worth separating this into two things: - A cookie _disclosure_ banner...
### Prev/Next: @amca01 It would be great if you could share your files, either with a link or write up a PR if you're inclined. ### Archives by date (year,...
I realized after I posted this that I'm really conflating a (possible) bug report with a support request. So let me make them clearer: **Should** the boilerplate as it currently...
Hmm, using `require('./components/MjBasicComponent.js').default`, even with 4.10.1 released today, doesn't seem to work, but it's in the midst of my build stream. I'll try isolating it on its own and see...
OK, I was able to isolate it, and it does work -- so it must be some bug in my build that I'll work out. In the process, I created...
Trying this now, `npm install && npm run build` still fails with "missing or unreadable custom component," but `yarn install && yarn build` works. The version of MJML the boilerplate...