Sasha Matijasic

Results 5 comments of Sasha Matijasic

@HiromiShikata I don't see `GoogleAppsScript` as a global in AppsScript editor nor [Google's documentation](https://developers.google.com/apps-script/reference). The link you provided is from DefinitelyTyped project and since I'm not familiar with it, could...

I'm glad my initial critique has found another kindred spirit that can guide this awesome project in the right direction :)

I must admit confusion on my part as well as I agree with @toastdriven's description of how APIs should work, so after thinking and googling a bit I would like...

@c-schmitt I don't think so for following reasons: - CSRF protection is not needed for restfull APIs - `as_list` and `as_detail` methods are not CSRF protected; this change is similar...

@souliane For activating the venv, you might want to check out [ave](https://github.com/selectnull/ave) It's a simple shell script that allows you to type `ave` in your project root and voila... the...