CM Lubinski

Results 9 comments of CM Lubinski

+1 this solution. The `file` command thinks the output is UTF-8 encoded, and vim (being utf-8 aware) displays the characters correctly

https://github.com/18F/foia/pull/26 resolved some of these

https://github.com/18F/foia/pull/27 as well

![screen shot 2014-06-02 at 11 43 16 am](https://cloud.githubusercontent.com/assets/326918/3149580/a6704512-ea6c-11e3-9293-1bc4d63f33f2.png) I'd like to aggregate by state, county, and census tract (as a single query). Does that make sense?

Sorry, yes, please assume there was an `await` in there. We're converting it all to synchronous versions. Also, as written, I think the call would error out rather than silently...

> how? [`async_to_sync`](https://docs.djangoproject.com/en/5.0/topics/async/#async-to-sync). Not super related to the problem at hand. > where? https://github.com/okta/okta-sdk-python/blob/d896f65ceab0671e64945525a84af6ce389fdd1d/okta/models/group_profile.py#L45-L49 https://github.com/okta/okta-sdk-python/blob/d896f65ceab0671e64945525a84af6ce389fdd1d/okta/models/user_profile.py#L132-L136 I've not dug in enough to understand how that logic's injected, though -- the call...

I'm glad you were able to see through my buggy code to the underlying problem.