Rodrigo Castro
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  **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? ###...
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...