Anderson Arboleya

Results 163 issues of 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...

feat

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...

feat
mainnet
epic

We probably need to request this feature from `fuel-core.` > [!NOTE] > - Incoming from https://github.com/FuelLabs/fuels-ts/discussions/1537

feat
blocked

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.

feat

Following the whole re-structuring process, this issue will deal with the Accounts alone: - https://github.com/FuelLabs/fuels-ts/discussions/1517

chore

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.

bug
mainnet

The current encoding error messages were weak on details and should be improved. > [!NOTE] > - Incoming from https://github.com/FuelLabs/fuels-ts/discussions/1545

chore