Bubble Nebula
Bubble Nebula
I encountered the same error message as #967 describes. Environment: - go-ipfs: v0.12.0 desktop - ipfs-http-client: v56.0.1 - node: v16.13.1 - npm: 8.1.2 - orbit-db: 0.28.3 When I'm trying to...
Impressive works! It seems markvis use render() in the documention, my question is how to use it as markdown-it plugin as [markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji), as following: ```js use(vis, options) ```
I have a html file in assets/index.html, I can launch it for Android use the url like: ```dart String localUrl = 'file:///android_asset/flutter_assets/assets/index.html'; ``` What url should I use for iOS?...
Great plugin! Well, I may want to turn the preview off sometime in some pages(wiki or issue pages), that would be more flexible and useful. Thanks! Micle
The bug produced when use signAndSend or estimateFees in apiTx. > I/flutter (22736): #0 ApiTx.signAndSend (package:polkawallet_sdk/api/apiTx.dart:53:7)I/flutter (22736): #1 I/flutter (22736): I/flutter (22736): type ‘Future’ is not a subtype of type...
How about provide an option to display numbers in random order?
I'm trying to get address by `fromMnemonic`, while the address is different with the one generated in TrustWallet using the same mnemonic. Is there a way to generate same address...