Hironao OTSUBO

Results 7 comments of Hironao OTSUBO

Thank you for your reply. In the screenshot I was using Terminal.app and Menlo font, which are default settings for macOS terminal. But I think no default bundled fonts in...

When I installed [GNU Unifont](https://unifoundry.com/unifont/index.html), the character was rendered correctly. ![image](https://user-images.githubusercontent.com/8465/129818083-f0f4ba98-3813-48dd-b8d9-77475131d63c.png)

Thank you for quick merge! Looking forward to a new release 😋

Maybe replacing `_` on RHS to last values. Needs some work.

Thanks, I agree that when stdin is not a terminal, we can simply use suprocess to capture output. I also think if the invoked command is an interactive one, we...

Thank you for pointing out, I believe there's a hand-written type alias for `Integer` at https://github.com/motemen/dts-google-apps-script/blob/782478f/google-apps-script/google-apps-script.types.d.ts#L9 , which cannot be simply replaced to `number` as we want to keep the...

Thanks you, but these d.ts files are crawled by spider.js and generated by gen.js. Could you create a modification to these .js files?