Kirk Strauser

Results 14 comments of Kirk Strauser

Your use case is interesting, and now that you mention it, something we'd also want to use soon. That makes it probably a lot less useful than I'd originally thought....

Ahh, excellent! Even though I know my way around the codebase, I _try_ to assess the docs like I'm using Schematics for the first time.

Ooh, 👍🏻x10 for #351 and #355! Something @jvantuyl brought up: is there any real reason why we have the import and export loops instead of recursion? Do they buy us...

I can't imagine and structure where that's actually a concern. Even the standard library throws its hands in the air after a certain depth: ``` python >>> a = {}...

@j2labs Well, I wouldn't recurse across an model's own fields - I'd iterate across them. Recursion would come into play if one of its fields was a container, in which...

So, `MultiLingualString`. It made sense at the time. 😀 For context, I wrote that when I was at a company who made a popular realtime game. Our use case was...

That's a reasonable plan, @bintoro. I don't have the available time to do it myself in the near future, though. (Totally off topic: are you going to PyCon?)

I don't think we can. Python 2 is officially 100% dead and unsupported as of a year ago, and sticking with that means we can't use the new features available...

@lkraider Thanks, and I'm glad you liked it! It could have gone another way: "thanks for dropping this giant ball of mud PR on me, un-asked for." 😀 As a...