Anderson Arboleya
Anderson Arboleya
Consider mentioning why we enable cache by default in the docs: - https://github.com/FuelLabs/fuels-ts/issues/2858
Ideally, we should be able to run `fuel-core` and `forc` on [Stackblitz](https://stackblitz.com/). 🙃 Simple things: ```ts // package.json { "devDependencies": { "@fuels/forc": "0.60.0", "@fuels/fuel-core": "0.30.0", } } ``` If we'd...
Yes, we should consider approximating the Rust and NodeJs ecosystems. Cross-publishing crates to NPM could be a good start. 🙂 Just like it happens with `fuel-asm` ([source](https://github.com/FuelLabs/fuel-vm/blob/56d7deb66a70964d2b22de80299585f2b5d36fab/.github/workflows/ci.yml#L298-L325)).
Let's close for now.
Related: - https://github.com/FuelLabs/fuels-ts/issues/3803
@EchoDex Please, provide us with more information and instructions for reproduce the issue.
Blocked - awaiting more information.
@danielbate If #2864 suffices, we can safely close this issue.
This could potentially be done together with: - https://github.com/FuelLabs/fuels-ts/issues/1452
Should we go straight to Biome?