Tyler Fisher
Tyler Fisher
We've been maintaining a project based on `basic-starter-api-gateway-v1` for about a month now with no issues. We tried to issue an update today and started running into babel configuration errors....
**Is your feature request related to a problem? Please describe.** I am using next.js to build local news websites. I want to ensure they are configured properly for SEO and...
I think this is a proof issue? Sample code: ``` import agate import proof def load_data(data): data['responses'] = agate.Table.from_csv('responses.csv') def unweighted_totals(data): data['first'] = data['responses'].group_by('first') if __name__ == '__main__': data_loaded =...
**Is your feature request related to a problem? Please describe.** I've implemented the new OAuth process on [sill.social](https://sill.social), which is mostly working great. However, I get a number of confused...