Alex Ivanov

Results 131 comments of Alex Ivanov

Hi! I'm not a profi. And I can't understand why can't we add to [gas-tap-lib.js#L86](https://github.com/zixia/gast/blob/master/src/gas-tap-lib.js#L86) the next lines ``` test.end = finish; ``` or ``` test.end = test.finish; ```

@zixia There is a new variant: * README https://github.com/oshliaer/gast/blob/add_finish_to_end_alias/README.md#tend-prints-a-total-line-to-log-output-for-an-example-3-tests-0-failures * SWAP aliases https://github.com/oshliaer/gast/blob/add_finish_to_end_alias/src/gas-tap-lib.js#L86-L89 * jsdocs finish https://github.com/oshliaer/gast/blob/add_finish_to_end_alias/src/gas-tap-lib.js#L152-L156

Is it possible? The Google Apps Script is executed synchronously.

Oh! I see. Sorry It's my English. As for GS, I successfully use your library GasT, thank you. Now I'm trying to optimize printers for [GasL](https://github.com/zixia/gasl).

@huan `UrlFetchApp.fetch` requires additional scopes. Is any progress with the lib?

For the best solution we need to declare an abstract class which declares `translate` method. A wrappers for the APIs or a decorator would great too.

I used GT only via a projectID and I don't know is there any API key possibility?