Results 7 issues of Yuki Tanaami

The writing of the file path was not uniform for each chapter, so I unified to write from the parent's directory. And remove already written line in [tutorial 4](https://www.django-rest-framework.org/tutorial/4-authentication-and-permissions/). ```...

stale

Many repositories need to fix, so please help if you like. If you could help, it would be helpful if you could comment before starting the work not to overlapping....

help wanted
good first issue

# 概要 argparse ライブラリの `ArgumentParser.add_mutually_exclusive_group(required=False)` の説明文で、タイポと不要なスペースがある # 問題のある箇所 (URLで指定すること) https://docs.python.org/ja/3/library/argparse.html#mutual-exclusion # 問題の詳細 > その相互排他引数のどれか 1つを選ぶことが要求さます - `どれか 1つを` - `1` の前に余分なスペースがある - `要求さます` # 修正案 > その相互排他引数のどれか1つを選ぶことが要求されます

反映待ち

Please comment "draw" or "ドロー". Email will be sent when the duelist draws. If you don't need it, please stop here. ![](https://user-images.githubusercontent.com/21009186/146632479-c3373e86-8ab9-40ef-a33f-e09a8f1efdae.png)

If you use the same token and [bolt.js](https://github.com/slackapi/bolt-js), it works fine. ## reproduce ```typescript import "https://deno.land/x/[email protected]/load.ts"; import { App, LogLevel } from "https://deno.land/x/[email protected]/mod.ts"; const app = new App({ appToken: Deno.env.get("SLACK_APP_TOKEN"),...

All the tools I developed using this endpoint have resulted in errors. When I checked, the response was an array. Is this change intentional? It's a breaking change, so please...