Malcolm Smith
Malcolm Smith
This occurs in Chrome 87 on Windows with the common font Segoe UI. For example, see the search box at the top left of https://pradyunsg.me/furo/ Setting `line-height: normal` fixes the...
[almond.txt](https://github.com/earwig/mwparserfromhell/files/209985/almond.txt) The attached file is a reduced version of https://en.wikipedia.org/w/index.php?title=Almond&oldid=706024513. I'd like to reduce it more, but any structural change anywhere in the text makes the problem disappear, so I...
Here's a really weird example from https://fr.wikipedia.org/w/index.php?title=Opposition_p%C3%A9rih%C3%A9lique&oldid=112493222 : ``` [[Image:Opposition périhélique.PNG|thumb|250px|Schéma présentant les oppositions périhélique et aphélique de la {{quoi|[[Terre]] et de [[Mars (planète)|Mars]]]] On dit que deux corps célestes...
I also got the error in the original post with Python 3.10.0-rc2. But it worked fine with the final release of Python 3.10.0, which I guess explains why this issue...
I think by far the most likely cause of this problem is the download being interrupted before it finished. That could be fixed by downloading to a temporary filename and...
A common way of dealing with this is to include the process ID in the filename. That way, it's guaranteed to be unique at any point in time, so in...
@gauravghodinde: Currently the only way is to manually edit the AndroidManifest file in the generated project. Note that this will be overwritten every time you run `briefcase create android`.
#472 contains ideas for how we could update a template without regenerating the whole project and forcing a full rebuild.
That depends on how many people need it. If anyone wants this feature, please post the following information: * which platform your app runs on * what you're trying to...
Thanks: that's a common use case, so it'll be one of the first things we look at in this area.