Connor Tumbleson

Results 630 comments of Connor Tumbleson

Appears bringing that box to PHP74 is not easy, because it is still on Ubuntu 14.0.4. I could bring it up to latest remotely, but there is always a chance...

Could this be an added feature? Now that Release builds automatically try to upload assets, team members don't even have creds to upload it - thus it fails. I mean...

Just hit this, this would be so handy. Now I'm thinking I'll also take a route of checking if the branch is available in the other repo.

Happen to have the full string of that resource? Could even grep for it with `aapt d resources --values name.apk`

Sorry I believe it was then ``` aapt d resources foobar.apk --values | grep 'decoration' ``` That will include the values with the affected string

Apologies for passing wrong commands. Was doing this from memory. You'd want: ``` aapt d --values resources foobar.apk | grep 'decoration' ```

Closing this one as duplicate (even though it was first) because the other one has an attached APK and I could triage it immediately. I believe its same root issue....

Thanks - I find it incredible odd that its been years on years and we haven't been completely following the encoded xml spec of characters so before I just add...

Yeah as I vaguely remembered. This is intentional. The resource only wants `

Odd. I replicate, but this is such a low level issue that suggests a new XML node type.