Results 12 comments of Alexander

@nicfit, I'd like to start implementing this. I suppose the way to do this would be to have the user supply a pattern string detailing where various information would be...

While the workaround indeed...works, it would be great to have a fix on this as the documentation says that it should function correctly.

@janpio, @stefanoruth is correct with the location of the documentation. Thanks!

@lzhabo What were the exact steps that you performed as far as reinstalling each of those components? What I'm most interested in is how you reinstalled `fuelup`.

@lzhabo I don't think this is indexer-specific as you also seem to be missing the `fuel-core` components as well. Can you try using `fuelup component list` to ensure that `fuel-indexer`...

@ra0x3 The crates were pinned as a result of type mismatches between a major SDK upgrade and the client. Those conflicts are _probably_ resolved by now so we should test...

> Thoughts? I'm down to try it out as it's been percolating in the back of my mind for a few months now. My biggest concern is how much of...

> I think this would be really useful tooling as most eth web3 devs are used to used to using Subgraphs for querying their contracts, which is all TS. I...

For clarity's sake, this is blocked by work on the `fuel-core` side.

Just for more information, this is what is produced running `cargo tree -i wasm-bindgen --target wasm32-unknown-unknown` for `fuel-explorer`: ``` ❯ cargo tree -i wasm-bindgen wasm-bindgen v0.2.87 ├── chrono v0.4.26 │...