Steven Roose

Results 245 comments of Steven Roose

I added a commit that has a few question marks about which contexts should have their own TxHashCache. I'm not entirely understanding which contexts have the `PrecomputedTxData` either. The `MutableTransactionSignatureCreator`...

> Concept NACK, I think. Wallet encryption is not going to help you if someone steals your wallet, only if someone gains very temporary access to your keyboard/mouse only. I...

@furszy That would work. My experience though is that touching anything inside Core's directories can get me in trouble. I once renamed a wallet file and Qt broke. It would...

This bugs me too, I can't get the icons configured so I see rectangles everywhere even with `lvim.use_icons = false`.

The thing is that having access to the WebUI doesn't necessarily mean that I also have SSH access to the server.

One additional problem I can envision is that either you would require users to fill in the exact file/directory paths in the web ui or you'd have to create a...

My Dino is having giant CPU spikes as well constantly. I don't even really realize anymore, but when I'm working with others, they comment on the sudden insane blowing of...

I think the requested features are totally not essential. Even more, they might make UX for the average user worse. If there were to be added at all, I'd suggest...

Still no solution or workaround for the `Option` case?? I'm doing his because I have a lot of `Vec`s that are encoded as hex. So I use `deserialize_with = "deserialize_hex"`...