anvilistas / anvil-labs

MIT License
9 stars 3 forks source link

kompot doesn't handle anvil_extras.uuid objects #107

Closed meatballs closed 2 years ago

meatballs commented 2 years ago

Do we:

  1. Add them to the kompot registered_builtins or,
  2. Add the necessary dunder methods to the UUID class
s-cork commented 2 years ago

Better just to call self.uuid = str(uuid4()) no?

meatballs commented 2 years ago

That's what I ended up doing. We can live with that, I guess.