Andy Wermke

Results 447 comments of Andy Wermke

We would upload a *signed* APK, so you can be sure it's been built by us. To be fair, maybe they don't trust us either 😅

The UI mock-ups don't match the use case right now – we have visuals for an explanation of the secret key and its back-up, not for the first screen the...

Here are the pig pics: ![pig1](https://user-images.githubusercontent.com/1842462/66654340-487e3600-ec3a-11e9-9c18-d210f942954f.png) ![pig2](https://user-images.githubusercontent.com/1842462/66654339-47e59f80-ec3a-11e9-8867-775eab36e41b.png)

Memo to myself: Still need to test this.

Hi @Anton-Plagemann & @TomAFrench, sorry for the unresponsiveness! Will merge right away.

Tests are broken, unfortunately. Updated some dependencies on https://github.com/andywer/threads.js/tree/chore/fix-ci, but still have an issue with a worker in a browser. The statically deployed worker script doesn't exist anymore… 😕

@oxcl If someone could fix the build, that would be amazing. I could also build and publish despite the failing test, but we should definitely fix this in the mid-term.

@oxcl Very hard to believe. The worker script deployment doesn't exist anymore: https://github.com/andywer/threads.js/blob/5f9a15f25bf6b4e8c79c51a63f6757c5b28d0f50/test-tooling/webpack/app.ts#L41 Unfortunately, I also don't know if I have the code anywhere else, but I think it was...

Idea: ```tsx import createReactShutter from '@shutter/react' import { addToBody, addToHead, reactProvider, setViewport, useLayout } from '@shutter/react/config' const shutter = createReactShutter(__dirname, [ useLayout(myLayout), addToHead(''), addToBody(''), setViewport('1920x1080'), reactProvider((element: React.ReactElement) => ( {element}...

@ulrich-merkel Thoughts? :)