Matthew Little

Results 108 issues of Matthew Little

Initial attempt in PR https://github.com/hirosystems/stacks-blockchain-api/pull/901 Currently the CI docker build step takes 15-20 minutes. Most PRs only modify the typescript source, which means most of the time only the `npm...

Removes the temporary pg table used during event-replay. This was originally in place to handle tsv files that contains 1) duplicate events, and 2) out of order events. Now that...

Fixes https://github.com/boneskull/create-yo/issues/4 > The problem is that on a regular Windows Node.js installation, `globalDirs.npm.packages` points to: > `C:\Users\dev\AppData\Roaming\npm\node_modules`. > > Yet `libnpx` is located in the Node.js installation directory at:...

This PR is currently only for the purpose of testing a feature branch of blockstack.js for using the W3C cryptographic operations: https://github.com/blockstack/blockstack.js/issues/691. These are async-only and require a breaking change...

Once https://github.com/blockstack/gaia/pull/276 is merged, the two additional CORs configs (one for the read-endpoint, one for the write-endpoint) are likely sources of confusion for anyone trying to setup a functioning Gaia...

Jest and Mocha have clearly beaten out Tape as the unit testing framework for the ecosystem. Tape makes large codebases with complex unit tests needlessly painful for DX: * Zero...

When a revocation is not in the memory cache due to eviction, server restart, or whatever else, it should use the driver cloud APIs to read the revocation file content...

Creating this PR primarily as an example of using the blockstack.js storage APIs, and the Web File APIs in PR https://github.com/blockstack/blockstack.js/pull/693 The following storage functions are used: `listFiles`, `getFile`, `putFile`,...

Similar to CircleCI https://github.com/blockstack/blockstack-app-generator/blob/master/.circleci/config.yml

All locale-specific fields must currently be formatted as culture-invariant. This is primarily because all pages can be rendered on the server. These fields include: * Dates -- formatted as UTC...