Matthew Little
Matthew Little
There have been changes to the original project https://github.com/indragiek/INAppStoreWindow Most noticeably there are issues with running this older C# port on Yosemite. I've done a pull request with my refactoring...
Errors are difficult to debug when given a stack trace because there's no source map support. Here's an example stack trace where source map support would have made it much...
[Do not merge] Only opening a PR here for the CI tests to demostrate the bug. Global route match syntax cause a parsing error. For example, when using the route:...
I ran into this problem while using `path-to-regex` in my own app, and was able to reproduce it in the unit tests in this repo. For example, when using the...
PRs almost always have failing e2e tests due to flakiness. _Flakiness defined as: arbitrary test failures, often a random test and browser/environment, where re-running the test with no code changes...
Related to https://github.com/blockstack/blockstack-browser/issues/1745 @timstackblock and I decided to open a new issue for this since the bug(s) and solution(s) may be a superset of the original issue. ---- Several actions...
> I'm seeing a weird issue with sending a BTC payment. I have $30 USD in my wallet, about 0.004 BTC, and no matter how much I try and send,...
A name's zonefile has an implicit pointer to a gaiahub server via the `profile.json` location. Example `zonefile` in `https://core.blockstack.org/v1/names/mattlittle.id`: ``` $ORIGIN mattlittle.id $TTL 3600 _http._tcp IN URI 10 1 "https://gaia.blockstack.org/hub/1Nw25PemCRv24UQAcZdaj4uD11nkTCWRTE/profile.json"...
### Proposal for making social proofs less likely to break #### Problem * We perform strict DOM parsing on social website pages that are almost guaranteed to change and break...
Stack trace: ``` {"level":"error","message":"HTTP POST /rosetta/v1/block","req":{"headers":{"accept-encoding":"gzip","connection":"close","content-length":"141","content-type":"application/json; charset=utf-8","host":"172.31.20.180:3999","user-agent":"okhttp/3.8.1","x-amzn-trace-id":"Root=1-62eb9174-18eb4fd10420aa8f69c7213f","x-forwarded-for":"54.251.59.216","x-forwarded-port":"443","x-forwarded-proto":"https"},"httpVersion":"1.0","method":"POST","originalUrl":"/rosetta/v1/block","query":{},"url":"/rosetta/v1/block"},"res":{"statusCode":500},"responseTime":27,"timestamp":"2022-08-04T09:29:24.681Z"} {"date":"Thu Aug 04 2022 09:29:24 GMT+0000 (Coordinated Universal Time)","error":{"errorTag":"b402827b-769c-415d-9ba8-5465b8ce020b"},"exception":true,"level":"error","message":"middlewareError","req":{"headers":{"accept-encoding":"gzip","connection":"close","content-length":"141","content-type":"application/json; charset=utf-8","host":"172.31.20.180:3999","user-agent":"okhttp/3.8.1","x-amzn-trace-id":"Root=1-62eb9174-18eb4fd10420aa8f69c7213f","x-forwarded-for":"54.251.59.216","x-forwarded-port":"443","x-forwarded-proto":"https"},"httpVersion":"1.0","method":"POST","originalUrl":"/rosetta/v1/block","query":{},"url":"/rosetta/v1/block"},"stack":"Error: Could not find field name amount-ustx in contract call\n at parseDelegateStxArgs (/app/src/rosetta-helpers.ts:781:11)\n at...