Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
Posts
3
Comments
220
Joined
2 yr. ago

  • I think you're referring to how it was originally constructed, with expert climbers scaling the cliff and having to stand on each other's shoulders to get to the top. But the article says that was to establish "a road" without any indication of what that is or how one uses it today.

  • I can, but this generates a paper check which gets mailed to their address over the course of several business days, so it's not the most convenient. I guess I could ask them for a voided check so I can make an ACH transfer to their bank account using the account and routing numbers, but that's a lot of work and takes several days to clear.

  • I opened example.com, which I believe contains some html, and Firefox on Android was able to display it successfully. How do you reproduce this issue? Or do I just have an older version and they removed the html-displaying feature in newer versions on Android?

  • Heh, a funny collision of terms.

    The green Merged means that the pull request was submitted into the branch.

    The DO NOT MERGE text is an instruction for automerger. Android is developed in a truly startling amount of related git branches. Automerger is the tool that propagates commits back and forth to make sure pull requests get to all flavours, versions and devices.

    DO NOT MERGE tells Automerger not to propagate that pull request to newer versions of Android, i.e. it's a fix for the currently released version that's not relevant to the next development version of Android for whatever reason.

    Also seen, although more rarely, is DO NOT MERGE ANYWHERE which tells Automerger not to propagate the pull request to any other branch other than where it was originally submitted, including branches for related products on the same version of Android.