Andrew Pendleton

Results 19 comments of Andrew Pendleton

This is interesting, certainly... I think, though, that I'd like to figure out a way that gives access to models without requiring creating an explicit app. I want to play...

I have no objection to the star import, and I agree that it should be a supported pattern... that said, the names of the helpers will be relatively common names...

Sounds good. Subtags will definitely improve results in Chinese in particular, and probably also in a couple of other languages where more than one script is used.

@NickAtAccuPS I was definitely aware of `Pin` and its potential applicability to this problem, but it doesn't seem (yet) like there are great approaches for making self-referential structs using `Pin`,...

@appaquet I did run into that, yeah. Not because of threads yet, but because the test suite for the library I'm using makes pretty heavy use of `lazy_static`, which requires...

@EnviousElitist I had no way to test against locations that don't have this behavior, so I can't be certain it doesn't break things for non-DC-area people. If someone can confirm...

@EnviousElitist cool. I should have a chance tonight to update my branch and submit a PR, but if you want to do that sooner, go for it.

@urschrei I've gotten started on a possible implementation of this, but wanted to check and see if I'm on the right track before sinking too much time into it. From...

@urschrei > Could you also link to a WIP branch if you have one? Still thinking through some other design aspects and don't have anything working yet, but definitely will...

To deal with this in a current project, I've been using a proxy class that can wrap an object and make it look like a dict to `depythonize`, that looks...