Nando Vieira

Results 78 comments of Nando Vieira

There is #44, but it needs some love. I don't have a StreamDeck with a dial, so I can't really test it out and push it to the finish line.

@OmgImAlexis Thanks for the report. I'm going to try and install a virtual machine to debug this (I haven't used Windows for the past 20 years).

Hi @OmgImAlexis! I just released v0.1.0-alpha.5, which attempts to fix the linking issue. Let me know if that works for you now. I'm going to take a look at the...

huh. That's super strange. What Windows version are you currently using? Maybe that's the issue. I just tried in a Win 11 virtual machine.

This path is wrong. It should not have "Library\\Application Support", as this is a mac thing. The correct path for Windows is "~/AppData/Roaming/Elgato/StreamDeck/Plugins". Edit: make sure you're running 0.1.0-alpha.5.

does it still make sense to keep this open or can we close it?

I thought about logging the transaction hash as a debug logging, which would then be available when using `--verbose`. Wdyt? ```console $ stellar --verbose contract deploy --wasm target/wasm32-unknown-unknown/release/hello_world.wasm --source alice...

@leighmcculloch I like that. Should we send everything to stderr and just the contract id to stdout, so it's backward compatible?

I think we can start with `stellar contract deploy`, laying out the foundation with functions like `info(message)`, `link(url)`, and so on. The functions would know which emoji to use and...

@willemneal my idea is to avoid doing the following during setup phase of the Getting Started guide: ``` soroban network add --global testnet \ --rpc-url https://soroban-testnet.stellar.org:443 \ --network-passphrase "Test SDF...