Mars Robertson

Results 45 issues of Mars Robertson

I know you've got a message from me some time ago... Your work is great, alien technology, rocket science, turtles all the way down: https://devpost.com/software/ethstonia-identity We are doing some cool...

The address who has 498 is pretty good, right? To be in the "rest" section is very not honorable... I suggest that anyone with more than 2-3% (up to 12...

bug
app: token manager
component: frontend

1. I want to deposit into Joule 2. The BTC address is shown 3. Copy the address 4. Go to my other wallet to send $20 as suggested [here](https://medium.com/lightning-power-users/bitcoin-lightning-joule-chrome-extension-ac149bb05cb9) 5....

enhancement

Please allow me to correct the typo. _(I had WTF moment really)_ Current version `0.4.5`

![image](https://user-images.githubusercontent.com/44369284/76060279-cbe94c80-5f78-11ea-8df8-0c513e703305.png) Errors message in the UI is misleading, having look at the logs it says: `LNWL: Unable to complete chain rescan: -1: Block not available (pruned data)` Operating System: MacOS...

https://www.srihash.org/ Could not use the website to generate the integrity hash. So used the command-line: `openssl dgst -sha384 -binary web/lib/assist.min.js | openssl base64 -A` In my HTML code: `` But...

* `git clone` * `npm install` * `npm run-script build` ``` > [email protected] build /Users/zen/Code/web3c.js > webpack-command --entry ./index.browser.js --output output/web3c.js ℹ ï½¢webpackï½£: Starting Build ℹ ï½¢webpackï½£: Build Finished webpack...

Is there a registry? Who decides who is an outside counsel? Do they need to have a license? I can call myself "outside counsel" and will provide any analysis suiting...

After looking at the docs: https://www.npmjs.com/package/http-server I wanted to access my app from another machine. Existing: `"start": "http-server -a localhost -p 8000 -c-1 ./app",` My config: `"start": "http-server -a 0.0.0.0...