Results 9 issues of g45t345rt

**Description** Select video or audio files and click the playlist icon in the header bar. The program will create a playlist.m3u file and save to the desktop without having to...

It looks like the balance is always encrypted with ElGamal even if the smart contract is set to public. https://github.com/deroproject/derohe/blob/db7eba4be8ae8ffbd788211bb1fd0c6c375b7324/dvm/simulator.go#L377-L379 I did not follow the stack trace in debug mode...

Is it possible to have Wallet RPC calls for `filesign` (signdata) https://github.com/deroproject/derohe/blob/5be577718b22a68aa296be15207c2e38d956585f/walletapi/wallet.go#L533 Would be necessary create some kind of authentication services with `dero-rpc-bridge` and many other useful interactions. After a...

The gas estimate when installing a SC is only applying `Initialize` function and not the SC bytes. https://github.com/deroproject/derohe/blob/63f1884e1caa60084f3c97c82cd4ee4c0c0b27fc/cmd/derod/rpc/rpc_dero_estimategas.go#L75 I believe the SCDATA is empty in ` Execute_sc_function` when using `{"jsonrpc":"2.0","id":"0","method":"getgasestimate","params":{...

I'm strugling on how to scale a dapp/sc. If I have a function that is called by a lot of users and everytime it stores the signer + a bunch...

ADDRESS_STRING always assumes you're on mainnet, even if you're not https://github.com/deroproject/derohe/blob/main/dvm/dvm_functions.go#L367 https://github.com/deroproject/derohe/blob/f0d3e7a6e8ad4de1f7419b3fef6dc3edcb4b10b1/rpc/address.go#L198 This makes it hard to develop dapp because I cannot match the signer() address string with the wallet...

The condition is always true and force render of markers. We should compare the array or object with toString() function.

Follow up on this pull request https://github.com/gioui/gio/pull/119 #### Simple usage ```go import "gioui.org/x/browser" browser.OpenUrl("https://gioui.org/") ``` #### Cross-platform implemented Android - Intent object Windows - exec command "cmd /c start" Unix...

Hi, @etermine236. I have deleted your comment, because it should be an issue. ## Initial comment Hi, I need help. I have created a wallet in G45W and every time...