femtoeu

Results 5 issues of femtoeu

Rod Version: v0.108.1 ``` [launcher] Failed to get the debug url: 0,--headless --no-startup-window --remote-debugging-port=37712 --user-data-dir=C:\Users\user\AppData\Local\Google\Chrome\User Data 4,--headless --no-startup-window --remote-debugging-port=37712 --user-data-dir=C:\Users\user\AppData\Local\Google\Chrome\User Data change to start C:\Program Files\Google\Chrome\Application\googleupdate.exe --headless --no-startup-window --remote-debugging-port=37712 --user-data-dir=C:\Users\user\AppData\Local\Google\Chrome\User...

question
needs info

**Rod Version:** v0.108.1 To execute SetFiles you need to have a file on disk, for example in playwright-go, you can simply specify the MimeType and []byte. I think this gives...

enhance

Hello! I'm having trouble when trying to send text message to group chat. Here is code that i'm using: ![image](https://user-images.githubusercontent.com/98698729/186903533-931120b3-9268-47b7-a765-cfccd10eda3b.png) Nothing happens.

Hello, i'm trying to make swap using jup.ag quote api ``` tx, err := solana.TransactionFromDecoder(bin.NewBinDecoder(swapTx)) if err != nil { log.Fatal(err) } _, err = tx.Sign( func(key solana.PublicKey) *solana.PrivateKey {...

Hello! I'm trying to swap some spl token to sol and i'm using jup.ag api for that. I'm stucked at signing and sending transaction. Their api returns me swap transaction...