AkiaCode

Results 9 issues of AkiaCode

**What would you like to be added**: Workflow that automatically tests according to the environment (windows, ubuntu, macOS) when PR comes in. **Why is this needed**: It's easy to manage...

enhancement ๐ŸŒŸ

**What would you like to be added**: https://docs.microsoft.com/ko-kr/windows/package-manager/package/ https://docs.chocolatey.org/en-us/features/create-packages **Why is this needed**: To make it easy for Windows users to use

enhancement ๐ŸŒŸ

๋‹ค์Œ ์กฐ๊ฑด์„ ๋งž์ถ˜ ๊ตฌํ˜„์ฒด๋Š” ์ด์Šˆ๋กœ ๋‚จ๊ฒจ์ฃผ์‹œ๋ฉด [nunalang ๊ณต์‹ awesome Nuna](https://github.com/nunalang/awesome-nuna)์œผ๋กœ ์˜ฎ๊ฒจ๋“œ๋ฆฝ๋‹ˆ๋‹ค. * ๋ช…์„ธ๋ฅผ ์ตœ๋Œ€ํ•œ ๋”ฐ๋ผ์•ผ ํ•ฉ๋‹ˆ๋‹ค. * ๊ตฌํ˜„์ฒด ์ด๋ฆ„์— `๋ˆ„๋‚˜` ํ˜น์€ `Nuna`(๋Œ€์†Œ๋ฌธ์ž ๊ตฌ๋ถ„ ์—†์Œ)์ด ํฌํ•จ๋˜์–ด ์žˆ์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. * ๋ฆฌ๋“œ๋ฏธ์— "์‚ฌ์šฉ...

documentation
enhancement
good first issue
help wanted

![image](https://user-images.githubusercontent.com/71239005/96819606-ef58fd00-145e-11eb-9ed0-54a5027870e9.png) https://discord.com/developers/docs/reference

![image](https://user-images.githubusercontent.com/71239005/98484400-63164a80-2252-11eb-8181-f5e085e6f0c2.png) ![image](https://user-images.githubusercontent.com/71239005/98484403-6e697600-2252-11eb-8995-3df5f9c08710.png)

* Add locales * Add korean translation I will edit the cname part when the translation is complete.

https://github.com/dico-api/dico/blob/44d2cf7e578b7806b01058b6a015cae3cca22388/docs/conf.py#L22~L23

documentation

**Version**: 6.0.7 **Vuln**: CORS Misconfiguration **PoC** ```python from flask import Flask, jsonify, send_from_directory app = Flask(__name__) @app.route('/') def serve_html(): return send_from_directory('', 'index.html') if __name__ == '__main__': app.run(host='0.0.0.0', port=8800) ``` ```html...

bug