Alfonso

Results 11 issues of Alfonso

I was able to fix it by changing [this line](https://github.com/supermedium/aframe-environment-component/blob/master/index.js#L899) from ``` var ds = this.environmentData.dressingScale; ``` to ``` var ds = parseInt(this.environmentData.dressingScale); ```

### Which package is this bug report for? candy machine cli ### Issue description 1. Change CM authority 2. Try to mint. It will fail because there's a mismatch between...

needs tests
bug

Keywords: "server sign" "website sign, backend verify" " solana sign in" / "log in"

We're looking to implement Solana sign-in for our project. We need a client-side Javascript library + a server side nodejs library that implement sign-in with Solana, and use Firebase Auth...

It says Paella Labs Inc, it should say Crossmint - Paella Inc

Have a special clientId that when set, it opens a demo devnet drop where you can test the experience, and it uses stripe demo keys. That way folks can try...

We shouldn't make a network request / allow the button to work if the client ID is malformed We should show a warning in the console if it's not properly...

enhancement

We're changing the API significantly with #28 , and may break devs who upgrade and suddenly nothing compiles I was thinking we can do: 1/ Write a migration guide 2/...