Chris Ziogas

Results 150 comments of Chris Ziogas

I confirm this doesn't work for me too. I tried with both simple and advanced format URLs. I receive the `500 Internal Server Error`. I am trying to install this...

@EqualMa thanks for the fast reply, it works when running `yarn install` on the host machine, but not from within docker.

It fails during the build. So I have tried to add it as a step in my Dockerfile and the outputs are: - **wget** ``` Step 6/14 : RUN wget...

This seems to have worked. Thanks a lot @EqualMa

I have the same issue, did you found any solution?

Untested sample code: ``` let urlCache = URLCache( memoryCapacity: 20 * 1024 * 1024, // 20 MB diskCapacity: 150 * 1024 * 1024, // 150 MB // maybe set your...

Thanks a lot for welcoming a PR. I want to avoid including the code as I don’t use it. I have already played with it, but the current version of...

Great work @meowsbits. I want to give it a test with Ledger before approving it.

@meowsbits just tested it with Ledger and it works great. I am wondering * if it makes sense to use the ETHClassic Slip (0x3d) for its testnets (Mordor & Kotti)....

> What about a flag that would override (or "define with -force"?) the value? > > * `--usb.coin-type-id` or, > * `--usb.slip0044-id` or, ... > * `--usb.pathid`, `--usb.path-component`, ... Nice...