Gus

Results 12 comments of Gus

> Lastly - wanted to note here - initializing the contract is different, and is deployed with a policy from the beginning which can be configured to have many members...

@paul-schaaf you faced a similar error on this github issue: https://github.com/solana-labs/solana/issues/23670 I think my issue is related and can't find much info on the internet, do you have a clue?

@paul-schaaf @sushi-shi would appreciate your input here since you worked on `AnchorProvider` last time. Thx!

> Hi @Retamogordo My repo is private, but have a look at this, I made it work: ```typescript import * as anchor from "@project-serum/anchor"; import { PublicKey, Transaction } from...

Same happening to me, at same version, running `lnd`: ``` © BTCPay Server v1.10.2+6d0f9120b ``` Note: my node is fully synced, on mainnet. ``` bitcoin-lncli.sh getinfo [lncli] rpc error: code...

@Delitants this worked for me, via SSH: https://docs.btcpayserver.org/FAQ/LightningNetwork/#lnd-connection-issues-after-an-update

> Hi @mortenengel, just adding my two cents to the matter: > > The `currencies.ts` file is not accessed during build time, so it's safe to move the currency info...

I had the same issue by using `medusa user`. As a workaround, since I was setting up a new project, I deleted the directories and started over with: ``` npx...

> I had the same issue by using `medusa user`. As a workaround, since I was setting up a new project, I deleted the directories and started over with: >...

I ran into the same problem, this worked for me: ``` docker exec -it container_name bash -c "mysql_upgrade -uroot -proot" ``` `root` must be your mysql username and password