CM Lubinski
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
Would a 500 page do?
https://github.com/18F/foia/pull/26 resolved some of these
https://github.com/18F/foia/pull/27 as well
 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.