zaSmilingIdiot
zaSmilingIdiot
I seem to be working around this by doing something similar to the following in the relevant tap event handler: ``` await import('path/to/component/here.vue') .then(module => module.default) .catch(() => null) .then(mod...
I think the concern here is if there are different issues with multiple images selected. For example, one image is an invalid type (eg: a broken jpg image) and another...
Leaving this comment here that was made in #1805 --- Yep, this is something that has been discussed, and as you pointed out, it is something that is missing from...
Is similar behaviour noted with the latest v3.0 release (currently on testnet)? The v3.0 release re-worked the input of the wallet mnemonic a little which should have resolved this issue.
particl-core is automatically downloaded/updated when Particl Desktop starts, and its appears that there was an error connecting to github.com to retrieve the particl-core details and binary. This may happen as...
Particl Desktop requires a valid particl-core application to be available for it to run. This is either in the form of a previously downloaded (and verified) particl-core, or, an existing...
> Then I deleted the complete "Particl Desktop testnet" folder and the "Particl marketplace" folder (but also without success) You'll also need to remove the wallets that the particl-market created...
Closing this for now, as its not related to actual issues in the software; instructions have been provided on preparing for running on testnet with the latest version.
Have made contact with you offline already - some additional log info would be useful but this can be provided offline.
State for each wallet is not currently tracked. Doing so requires monitoring the state of the user's activities in the application, and storing form related input persistently until the wallet...