Tyler Wozniak

Results 10 comments of Tyler Wozniak

Fun fact, I think gl3n's vec3 is an alias for vec3f. Not that that's an argument against moving to gfm haha

Really? That's bizarre. I couldn't find a reason for it before, but I've been pretty swamped this week and last weekend so I hadn't dug too far in. Why is...

Ended up with a super busy weekend, so no :/ It looks like it could be that the Alpha channel gets lost when any blending is done, but I didn't...

I can _probably_ accept that this is just a limitation conceptually in the way some of the underlying tools are defined. But I will say that conceptually, in principle, objects...

Another notable awkwardness (again, not a _problem_ but just a suggestion of why it feels inconsistent) is that if you have a sub-object that's a BaseModel, it's not like `.dict()`...

@samuelcolvin excited to see this gaining some traction! If I might make a suggestion: I think I would weak-prefer (as in, fine if it doesn't happen, but just stating a...

Update: I'm working on a PR for this, now I understand `pydantic_encoder` better and see why the dict structure isn't really relevant. Will go with accepting a callable.

@Sheshtawy I have not had time to consider a new approach since my closed PRs, so go ahead.

This is somewhat related to the challenges here: #1409 `.dict()` is expected to return plain old python types. Relatedly, the ``` class Config: use_enum_values = True ``` Is essentially saying...