katspaugh

Results 357 comments of katspaugh

Doesn’t the zoom method already cover it? https://wavesurfer.xyz/docs/classes/wavesurfer.default#zoom

One way to fix it would be to only use this hook on the settings page and during a send funds flow. No need for it to be a store....

After investigating this a bit with @schmanu, the bug is likely here: https://github.com/safe-global/safe-wallet-web/blob/dev/src/services/tx/tx-sender/create.ts#L122-L130 The dynamic part is always set to `''` which is wrong for nested Safe signatures.

Can't we use our readonly provider to fetch the contract? Also fetch from where, why?

Closing as per @liliya-soroka message: > team, I suggest to close https://github.com/safe-global/safe-wallet-web/issues/3812 , as multi-chain was implemented and we did not receive any compliance about base after it . I...

An update from @compojoom: > We have the endpoint on CGW now that gives the currently active part for canceling. So this PR has a chance of eventually being merged....

I'll close this PR for now since we don't have capacity to work in this atm, the branch can be restored if needed.

@Jacksonmills the playback is through a regular `audio` element, so it's most likely a browser issue indeed. You can insert a simple `` element and see if the problem persists....

@clinton-encord sorry for the late reply! I read the PR I'm not sure `auto` and `100%` should be synonymous. According to MDN, `auto` means "The browser will calculate and select...