Anderson Arboleya
Anderson Arboleya
I use RVM, so I removed the ``` #!/usr/bin/env ruby ``` and replaced with ``` #!/Users/nybras/.rvm/rubies/ruby-1.9.2-head/bin/ruby ``` when I try to run it with sudo I get this, even I...
Hi, I'm looking to integrate these things: - `vue` - `vuex` - `apollo` Is it right to assume I need to use `vue-supply` + `vue-apollo` for this? Ou just `vue-supply`...
When you need to export more than one tempalte to js, you probably want to separate the renderer logic from the template itself instead of embedding it in every template,...
There is a refactoring going on the `fuels-wallet` repo regarding the SDK package: - https://github.com/FuelLabs/fuels-wallet/tree/sdk-v2/packages/sdk The idea of the issue is to re-incorporate that part in this repo for a...
The Sway compiler is going through a long-discussed revamp of its encoder/decoder scheme, eventually leading to an intermediary representation that both the SDK and the compiler will target. This will...
We probably need to request this feature from `fuel-core.` > [!NOTE] > - Incoming from https://github.com/FuelLabs/fuels-ts/discussions/1537
New encoding/decoding was implemented for `__log` calls, as per: - https://github.com/FuelLabs/sway/pull/5306 We need to start the work around the TS SDK to support it.
Following the whole re-structuring process, this issue will deal with the Accounts alone: - https://github.com/FuelLabs/fuels-ts/discussions/1517
Some PRs are being auto-published when they shouldn't. ([example](https://github.com/FuelLabs/fuels-ts/pull/1597#issuecomment-1878945301)) Only RC PRs should be auto-published by default.
The current encoding error messages were weak on details and should be improved. > [!NOTE] > - Incoming from https://github.com/FuelLabs/fuels-ts/discussions/1545