Junya Hayashi

Results 14 comments of Junya Hayashi

Nest function call by `trio_asyncio.aio_as_trio`, instead of using decorator, and it worked. ``` python async def test(): async with trio_asyncio.open_loop(): async def func(): await asyncio.sleep(0.1) return 1 assert await trio_asyncio.aio_as_trio(func())...

response.content_type is retrieved from headers, so it seems to be difficult to judge whether content_type is overrided or not...

here is a PR: #859

I got same error, but after I deleted `GOOGLE_APPLICATION_CREDENTIALS` environment variable, it worked. I accidentally configured this environment variable. related doc: https://cloud.google.com/docs/authentication/provide-credentials-adc

@chengchenglee @Minpig @HappySamuel Sorry, I can't work on this issue now.

I got same error. The error occurs [here](https://github.com/slackapi/deno-slack-builder/blob/0.0.14/src/manifest.ts#L101). The error occurs even if I added `--allow-import` option. Here is a command triggered by `slack run`, and its output. ``` DENO_TRACE_PERMISSIONS=1...