Nicolas Santangelo

Results 38 issues of Nicolas Santangelo

See [here](https://github.com/decentraland/builder/pull/1255/files/ae821d1af5bb2e1e0d231240dc970c838ddb9719#diff-e5cf1272b3d61688c920ced6ec1129ce2e10f676a9647bce5eebc7726f96a472) for context

enhancement

Even tho the try catch [here](https://github.com/decentraland/decentraland-dapps/blob/master/src/providers/WalletProvider/WalletProvider.ts#L21) or [here](https://github.com/decentraland/decentraland-dapps/blob/master/src/providers/WalletProvider/WalletProvider.ts#L55) is there to provide a way to safeguard against old providers, it was eating other errors like decentraland-connect's inability to handle .on()...

enhancement

The current filters look like this: ![image.png](https://images.zenhubusercontent.com/601dcbd9715e60c791100933/a1adf670-53b2-4493-9fb4-77f169b47ae8) We need to add a TYPE filter, and it should work like this: - The TYPE filter should be `ALL`, `Standard`, `Third Party`...

Hey!, do you have any plans to port this to ST3? I'm currently working with Cypher and having to use Plain Text in ST3 is not pretty :(. If you...

Both - handleSetCollectionMintersRequest - handleSetCollectionManagersRequest perform almost the same logic only with name changes and can be extracted

enhancement
good first issue
chore
tech enhancement

We're just showing "Updated the collection's {name} managers", "Updated the collection's {name} minters" at the moment, but we could how the actual profile/addresses the user modified with a cap

enhancement
good first issue

The ENS feature checks for the name availability *after* you approve MANA, so if the name you seek is taken you effectively lost your approval funds

bug
good first issue

Right now, this feature exists on the detail page of each Land. In there we can hover a Name to remove it from said Land, but this feature is really...

enhancement
good first issue

Hi! I don't know if this is a desired feature but using the gem along side others like [youtube_it](https://github.com/kylejginavan/youtube_it) it's useful to be able to use a Vimeo URL to...

Right now, when a key is added or edited, the yaml file gets sorted in alphabetical order and quotes are deleted. For example: From this: ``` yaml en: test: new:...