Hironao OTSUBO
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. 
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?
Hello, I would recommend using [url.insteadOf](https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf) config to modify local path against remote url. Maybe this helps?
Hello, I think this pull request solves the issue thanks to [@wenchienchen-asana's comment](https://github.com/graphql/graphiql/issues/3620#issuecomment-2613073483). * https://github.com/graphql/graphiql/pull/3861