iqdecay

Results 24 issues of iqdecay

Hi ! First of all I am really thankful for this great extension, saves me a lot of pain ! However, I am not able to remap the`l` or `k`...

bug

* Currently, running `fuel-core` binary forces you to enable a bunch of features if you want to use it locally. On the other hand, tons of endpoints are not needed...

enhancement

On the chapter about [Editable DataTable](https://dash.plotly.com/datatable/editable) we can find this : ``` This chapter includes recipes for: Reading the contents of the DataTable Filtering out null values Uploading data Determining...

I get this error: ``` fuels-rs/packages/fuels/tests/test_projects/revert_transaction_error$ forc build Creating a new `Forc.lock` file. (Cause: lock file did not exist) Adding core Adding std git+https://github.com/fuellabs/sway?tag=v0.24.4#f7800e18979dd8e4c8d672b8e7aae1758c2edb88 Created new lock file at fuels-rs/packages/fuels/tests/test_projects/revert_transaction_error/Forc.lock...

bug
P: critical

- This PR closes #1228 by adding the `EncoderConfig` similarly to what was done in #1066. - We bubble up the encoding error only when `call()` or `simulate()` is called...

- No more transient CI errors!

This PR closes #1135 by adding a new feature `test-against-live-node` which can be turned on to run some integration tests against a live node. For some of them, to avoid...

Encoding param types without checking for their size can lead to capacity overflow.