Brooks Boyd
Brooks Boyd
Given a simple program like: ``` SET A, 1 SET B, 2 SET C, [test+1] ; Syntax error; assembler can't handle "label plus literal" notation :exit SET PC, exit :test...
**Describe the bug** URLs pointing to `localhost` don't properly redirect when using an external IPFS node. **To Reproduce** 1. Configure IPFS companion to use an external node (e.g. http://192.168.0.100:5001) 2....
Given an input JSON-LD document of: ``` { "@context": { "@vocab": "https://example.com/#", "@base": "https://example.com" }, "@id": "1001", "myNum": { "@value": 30000 } } ``` The "expand" action outputs: ``` {...
After registering a new application on the https://developer.uport.me site (picking name, network, and "keypair" as the application type), and then creating code in my web application requesting a disclosure from...
When integrating with uPort to log users into a web application, traditional web applications track user sessions on the back-end, binding a session to a given user after the person...
"pixelData" array off a canvas gives grayscale values from 0-255, not 0.0-1.0, so factor them down, to properly parse normal grayscale images. Also added the option to indicate this depth...
## Description and context When using the `transferFromEth` function to transfer an NFT from Ethereum mainnet, the Wormhole SDK script _always_ has the user send an `approve()` call, even if...
For projects that don't use a `node_modules` folder or a build process, having a standalone library file would be the ideal solution (possibly submitted to a CDN for simple embedding?)....
In the "Service Keys" [section](https://docs.ens.domains/ensip/5#service-keys) of ENSIP-5, there's several examples given. However, as time marches on, the examples are a little less relevant than when they were created. Notably, Peepeth...
For hostname addresses that produce lists of valid peer IP addresses, ensure that the hostname passed to connect to is a bare IP address. Reject any attempts to create a...