benma
benma
This ByteString struct can't be returned from a function because the Vec is not Copy: ```rust #[wasm_bindgen] pub struct ByteString { pub bytes: Vec, } ``` But a clone directly...
Fyi I ran into the same and would welcome a fix. For `String` it works both with async fn and regular fn, but not with Vec.
Thanks for the suggestions. @Beerosagos the first one was implemented right?
@Sep21-2009 can you try updating to v4.42.0 and checking again?
Did it use to work before and this is a new problem, or it never worked?
The only comparable issue we've seen in the past was a corrupted database, where opening it would eat up CPU and RAM. It's very rare but it would explain the...
The logs don't show the issue, and it's hard to debug the issue without being able to reproduce it. I am currently out of ideas - we didn't see this...
Strange, seems like the web engine process crashed, which is quite unusual. Could you try with the latest update 4.40.0? Afterwards please also inspect the log file. See here for...
@Beerosagos once made a fix for that: https://github.com/digitalbitbox/bitbox-wallet-app/blob/0f7362d2c854f2971bd9ddb0af2956cf5d7214de/backend/coins/eth/etherscan/etherscan.go#L47 https://github.com/digitalbitbox/bitbox-wallet-app/blob/master/backend/coins/btc/handlers/handlers.go#L407-L410 @Beerosagos maybe it's cause the error string is checked for equality, but the EtherScan err msg has more stuff in it?...
> This PR forks flag-icons, added smaller flags (compressed with less precision), removed unused flags, applied some unreleased updates. See flag-icons/README.md for list of changes. If I understand correctly you...