Carl Vitullo
Carl Vitullo
Also still encountering this with latest version. Minimal repro is a handful of lines: ```js import React from "react"; import ReactDOM from "react-dom"; import Helmet from "react-helmet"; function App() {...
Nevermind! I hunted it down. `master` [appears to have a fix](https://github.com/nfl/react-helmet/blob/release/5.2.0/src/HelmetUtils.js#L36)—but [hasn't been backported to `5.2.1`](https://github.com/nfl/react-helmet/blob/release/5.2.0/src/HelmetUtils.js#L36). Opened a PR.
Looks like the relevant code is in [`history-widget-controller`](https://github.com/stellar/account-viewer/blob/master/controllers/history-widget.controller.es6#L58-L62). This might be as simple as adding `.join('transactions')` to that chain there. See [`[email protected]` release notes](https://github.com/stellar/js-stellar-sdk/releases/tag/v3.0.1) for info about `.join`. I see...
The bug here is that the timeout fails silently. We should have some kind of message indicating that the transaction has failed to submit and why.
I think a small copy addition is a good solution to this. Maybe add to > This tool is hiding payments smaller than 0.5 XLM. so it says > This...
Seems to have some overlap with #7? `dangerouslyRecycleNode`sounds like a similar concept to me, though I admit I haven't deeply read through either proposal.
I think we'll need to query each file's last commit date to get this information. Per [a very helpful Gatsby issue comment](https://github.com/gatsbyjs/gatsby/issues/9785#issuecomment-475987990) I think we should be able to query...
Been beating my head against this since opening the issue, am not sure what a fix is. I'm flat not able to get this package to work, I'm curious if...
Hey thanks for the ping, very much enjoyed our chat @ovflowd! Just catching up on the convo, I'll chime in a bit as a potential outside collaborator in executing this...
I did some further testing with 2 different Ledger Nano S devices on various browsers, and the results are pretty confusing. On most browsers I was able to send a...