Rodrigo Castro

Results 5 issues of Rodrigo Castro

# Resume My application uses UUIDField as a primary key. So every model inherit ``` class BaseModel(models.Model): id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) ``` I want to filter by this _id_!...

The `splitticketbuyer` CLI asks for my private wallet passphrase. The input on terminal for the passprhase doesn't hide my input digits ![image](https://user-images.githubusercontent.com/3301060/69115743-768c3c80-0a68-11ea-94f0-736190d6a4cc.png) **This goes against every security principle I know!**

### Describe your change: related to https://github.com/TheAlgorithms/Python/issues/9528 * [ ] Add an algorithm? * [ ] Fix a bug or typo in an existing algorithm? * [x] Documentation change? ###...

enhancement
awaiting reviews

Yarn is better at solving dependency conflicts. By using yarn ONLY, the conflict is automagically resolved. ## Related Issue - fixes #412 ## Proposed Changes - use yarn instead of...

### What's the feature? It would be nice to register a comment on the canvas. This comment would actually be a discussion thread. So any user on the tldraw project/file...

enhancement