alex

Results 121 comments of alex
trafficstars

Yeah, that's exactly what it seems to say on https://kb.myetherwallet.com/en/offline/using-mew-offline/ > The main computer being used to generate the transactions should not be connected to the internet. You can generate...

Sorry for not replying earlier. I think we're moving away from Polymer completely and will be porting this to just plain Custom Elements, no frameworks/libraries.

Oh, thanks for reminding me! I completely forgot about that timeline. I'm thinking to create googlecodelabs/codelab-elements, as opposed to this repo codelab-components. Will check back here soon. /cc @marcacohen @ebidel

So, the idea is to re-create ``, `` and `` using [Custom Elements](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements) and style them with help from [MDC](https://github.com/material-components/material-components-web). This should be backwards-compatible. Existing exported codelabs markup must not...

FYI created a new repo at https://github.com/googlecodelabs/codelab-elements. It's pretty much empty at the moment though, just a playground for some of my experiments. More coming soon.

We've been quite active in the new repo. Things are starting to get into a nice shape. See https://github.com/googlecodelabs/codelab-elements.

Hey there. It looks like everything's there but maybe the app cannot access (open) the device due to /dev/path permissions? Could you plug in the bitbox, tap a side and...

OMG so sorry, I suggested incorrect command with `test -d`. That would never work. I should've typed `test -w`. But I see the permissions show `crw-rw-rw-` so everything looks read/writable....

I noticed there's an ACL entry associated with the files, indicated by the plus sign at the end: `crw-rw-rw-+`. This might affect the actual permissions. To verify, could you run...

This is very strange. The app should definitely detect the bitbox. I would come back to the app's log file and check for any errors. The log you posted in...