Queensferry

Results 14 issues of Queensferry

Modern code editors tend to have functionality for restoring closed tabs. I believe it would be helpful to provide a similar command `:BufferRestore` in barbar.nvim. Generally we can maintain a...

request

在中文排版中,通常使用着重号(在文字下加点)来表示强调 ``,参见[链接](https://www.zhangxinxu.com/wordpress/2020/06/css-text-emphasis/)。 此外,应考虑参考 [typo.css](https://typo.sofi.sh/) 对中文排版做特殊处理,以求改善。

enhancement

Somehow I will make the table of contents prettier ;)

enhancement

http://docs.mathjax.org/en/latest/output/linebreaks.html This feature could be used to break inline math formulas so that the content will not overflow on mobile devices.

bug

Related links: - https://jamstackthemes.dev/ - https://gohugo.io/contribute/themes/ - https://github.com/stackbit/jamstackthemes

enhancement

- `Shadowsocks` 与 `ShadowsocksR` 安卓客户端均有提供 App Widget,即桌面快捷方式 - 相比于 TileService,App Widget 更容易与第三方效率工具(例如 `fooview`, `tasker`)配合工作,方便在部分场景下自动化切换代理 感谢开发者的付出,希望能考虑支持这个 feature。

enhancement
low-priority

## 🐛 Bug Report I can't log into my [leetcode.com](https://leetcode.com) account via vscode plugin, but I can log in with the same email & password in the browser. In contrast,...

bug
help wanted

Currently RSSerpent & its plugins use `os.environ` to manage configurations. However, in fact you could almost use any way (env var, json, yaml, toml, etc.) to read configurations, as long...

[source](https://github.com/RSSerpent/RSSerpent/blob/2050983c08c6c325cd385abf078c39efce38b754/rsserpent/utils/cache.py) - [x] drop `CacheKey.is_primitive`, users themselves need to ensure passed-in arguments are hashable (being consistent with stdlib `functools.cache`) 5f82905 - [x] improve `CacheKey.make`, `kwds` needs to be sorted and...