Outvi V

Results 30 issues of Outvi V

[L29-L34](https://github.com/ohmyarch/fontconfig-zh-cn/blob/master/fonts.conf#L29-L34) 这里大概是提供了一个默认字体用于匹配不存在的字体。不过在这种情况下,部分软件(例如 Typora 或者一些 Electron 程序)按顺序匹配字体的时候会发生匹配错误。 例如:Typora 的 GitHub 主题 YAML 头的字体为: ``` css font-family: "Lucida Console",Consolas,"Courier",monospace ``` 没有安装 "Lucida Console" 字体,在目前的 fontconfig 下是这样: ![image](https://user-images.githubusercontent.com/19144373/59325178-99c1fb80-8d14-11e9-9c92-c929d180a6a9.png) 如果在 fontconfig 中删去默认匹配的话是这样: ![image](https://user-images.githubusercontent.com/19144373/59325212-bd854180-8d14-11e9-817a-b8f9b15b2eb9.png) 如果删去这些行的话,会有什么其它的问题么?

# Bug report ## Description / Observed Behavior ``` Uncaught TypeError: can't access property 0, _a is undefined useSWRHandler index.mjs:634 useSWRArgs index.mjs:612 Article App.js:8 React 9 workLoop scheduler.development.js:266 flushWork scheduler.development.js:239...

I'm creating this issue as a comment of whatwg/url [4.8.1. Simplify non-human-readable or irrelevant components](https://url.spec.whatwg.org/#url-rendering-simplification). The related part is introduced in , which is a part of "Guidelines for URL...

clarification

## component 的 slot 中元素会误触发其 sibling 元素的事件 **mpvue 版本号:** [[email protected]] **最小化复现代码:** 页面: ``` vue Here is slot ... methods: { methodsInSlot: function() { console.log("Page methods inside slot") } } ```...

## 💡 Summary Unlike other sub-pages, there is no margin between the gallary page and the frame. Also, there is no margin between the icons and the text "Recent posts"...

🐛Bug
🖥️Client

GitLab 2FA configuration page has moved from `https://gitlab.com/profile/two_factor_auth` to `https://gitlab.com/-/profile/two_factor_auth`.

As reported by `tsc`: ``` text Class static side 'typeof WebClientSession' incorrectly extends base class static side 'typeof WebClient'. Types of property 'create' are incompatible. Type '(webClient: WebClient) => WebClientSession'...

bug

In some cases we don't really want to check an IP-like addresses (for example, when we are doing RDNS queries). This PR checks if the IP address is not part...

When the deployment failed, users are instructed by a popup to a page like `https://aka.ms/AppServiceExtDeploymentFeedback?k=python-other&m=[hex]`: However, the link seems to require a sign-in of the "Microsoft" tenant, which apparently does...

bug