David Glick
David Glick
@erral This PR is out of date and has a number of failing builds. Do you want to update it, or close it?
This PR is quite old and I'm guessing it is no longer relevant.
See https://github.com/SFDO-Tooling/CumulusCI/issues/2153 for an alternative that is probably a bit easier to implement.
It would also be nice to show the status of the build to create the org, in case it's still in progress or ran into an error.
At a high level that makes sense. We'll need to think carefully about how to name it to avoid confusion. Because `load_default_certs` is kind of already a way to say...
The discussion here is way out of date, but I searched for Plone browser support and couldn't find a valid current reference. @mauritsvanrees Do we have any effective current guideline...
@stevepiercy System requirements could work. It might also make sense to have a new page about compatibility which could also talk about Python versions? I wouldn't put it with theming...
I wonder if the inherent width and height can be determined from the logo file at build time using a webpack loader, so that they don't need to be specified...
@tiberiuichim I was imagining extracting the width and height and/or viewbox from the SVG too
@tisto Does the server side of Volto stream html as it is rendered, or wait to write the response until the entire page has been rendered? If the latter, I...