Cameron Manavian
Cameron Manavian
## 🚀 Feature request ### Current Behavior Decoder works great! Decoder.draw is helpful but not useful when we need HTML form validation. ### Desired Behavior It would be a nice...
There is an advisory for the npm package [marked](https://www.npmjs.com/package/marked) that can be solved by upgrading to the latest version (currently at v1.0.0). By upgrading, this issue should be fixed: ##...
### Motivation Requirements: - Vectors can be returned from Contracts https://github.com/FuelLabs/fuels-ts/issues/933 - Bytes can be sent and returned from Contracts https://github.com/FuelLabs/fuels-ts/issues/1188 - Vectors can be sent to Scripts https://github.com/FuelLabs/fuels-ts/pull/1046 -...
### Motivation A Sway program can define and throw custom error types that are also sent back to caller app (in this case the TS-SDK), it would be useful to...
### Motivation As part of https://github.com/FuelLabs/fuels-ts/pull/1343, some tests for raw slice inputs with scripts were disabled. Either this gets fixed: https://github.com/FuelLabs/sway/issues/5145 Or the tests need to be rewritten
Per #203 there is a todo within [@fuel-ts/wallet getCoins()](https://github.com/FuelLabs/fuels-ts/blob/master/packages/wallet/src/wallet.ts#L131) and [@fuel-ts/wallet getBalances()](https://github.com/FuelLabs/fuels-ts/blob/master/packages/wallet/src/wallet.ts#L168) to implement pagination on a Wallet with more than one page of results.
Runtime error: ```bash TypeError [ERR_INVALID_ARG_TYPE]: The "emitter" argument must be an instance of EventEmitter or EventTarget. Received an instance of AbortSignal ``` See: https://github.com/nodejs/undici/pull/1910#issuecomment-1478348166
**Describe the bug** Re-exported default exports don't maintain nice names from alias **To Reproduce** Steps to reproduce the behavior: - create a monorepo - in one package, create multiple files...
Using this config: ``` grunt.initConfig({ gitcommit: { 'default': { options: { message: 'test', cwd: '../../builds/' }, files: [{ src: ['release.tar'], expand: true, cwd: '../../builds/', }] } } }) ``` It...
Some ideas: - Docker build script 🐋 - Custom reusable components (Like React or Vue) ⚛️ - Uglification of JS 🧟 - Option to produce external files for CSS and...