songkeys

Results 21 issues of songkeys

**遇到的問題** 我直接转换 html string: html 中的 `` 的左右两侧如果是中西文,那么会被左右空格隔开: `一行文本 文字加粗` 会变成 ` 一行文本 文字 < strong > 加粗` 而一旦出现 `< strong >` 的情况,html string 最终的生成效果将会失效。

I'm checking this documentation. Is it outdated because I saw the completion code has been removed from the source already? https://denosaurs.land/docs/denon/installation#autocompletion ``` ➜ denon --version [*] [main] v2.4.7 ➜ denon...

bug

图片、pdf、视频、txt等这类文件都是可以通过浏览器直接打开阅读的。 但是 pyone 统统都是下载,导致在微信类手机 IM 软件上与他人分享一张图时,在内嵌浏览器打开图片直链是空白。如果可以直接展示图片而非连同网站框架一起展示就好了。(如果有下载需求,可以加上 `action=download` 的参数。) ~~Nginx 应该默认配置就支持打开,但是 `flask.redirect` 好像覆盖掉了?(不是很懂这个库,抱歉。)即使我在 Nginx 配置里加上控制这个的 header 处理也无用:~~ ``` add_header Content-Disposition inline; ``` ~~不知道是不是需要在 PyOne 里进行配置更改。烦请指教。~~ 十分优秀的项目。多谢! --- 刚刚又看了一下,因为这个最终跳转到的是 OneDrive 的文件链接,而该链接的返回头的 `Content-Disposition`...

## Issue Type - [ ] Bug report - [x] Feature request - [ ] Question / support request - [ ] Other ## Description May I know why `wrapElement`,...

Is there any chance that we can add support for "visually" alignment? By that I mean no spaces should be added to the code itself but the IDE appears these...

Undici is a more modern, stable, performant fetch library.

### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.5.1...

Please support this chain. - Website: https://crossbell.io/ - Scan: https://scan.crossbell.io/ - Info: https://chainlist.org/?search=crossbell - In `viem/chains`: https://github.com/wagmi-dev/viem/blob/main/src/chains/definitions/crossbell.ts P.S. I was trying to make a PR but found the `@debank/common` pkg...

This is to align with v5: ``` import type { Event } from "ethers"; export interface TypedEvent< TArgsArray extends Array = any, TArgsObject = any > extends Event { args:...