Results 5 issues of hywell

邮件通知内容异常 1. 当前使用的版本号 v0.2.1 2. 是否已经升级到新版本 是 3. 当前遇到的问题 前端nginx转发至本地mmwikiServer,使用QQ邮件进行通知,内容存在异常,假设域名为```https://domain:443```: 1.【阅读文档】按钮超链接为```http://domain:80/document/index?document_id=xx```,导致无法正确跳转; 2.邮件正文中,img标签源没有加上对应域名。```img src="/img/xxxxx">```。 4. 错误日志或截图 ![image](https://user-images.githubusercontent.com/21263451/115354122-de116300-a1eb-11eb-9b5a-393ec679fd2c.png) 5. 希望增加的功能 期望能正常显示及跳转: 1.【阅读文档】按钮超链接为 https://domain:443 2.img标签src为https://domain:443/img/xxx 建议通过 配置文件定义对应协议、域名、端口等信息,app/controllers/page.go 262行中的url通过配置文件获取对应url;

`java -noverify -Xbootclasspath/p:load.jar -jar work.jar` is work try to use `jar2app work.jar -j "-noverify -Xbootclasspath/p:load.jar"`,move load.jar to work.app/Contents ,but it doesn't seem to work. try to use `-m "load.jar"`, move...

### Description its my code ```import asyncio import aiomultiprocess import aiohttp import multiprocessing import logging async def run(url): async with asyncio.Semaphore(500): async with aiohttp.ClientSession(connector=aiohttp.TCPConnector(verify_ssl=False)) as session: async with session.get(url, timeout=20)...

help wanted
macos

### httpx version: v1.2.4 ### Current Behavior: csv file not utf8 with Bom ### Expected Behavior: Add utf8 with bom at the beginning of the csv file ### Steps To...

Priority: Low
Type: Bug

### Verify steps - [X] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 - [X] Latest 我已经使用 最新源码 测试过,问题依旧存在 - [X] Core 这是 QD 框架存在的问题,并非我所使用的 QD 早期版本(如 20210628及之前版号 等)或模板的特定问题 - [X] Meaningful 我提交的不是无意义的...

bug