xgqfrms

Results 53 issues of xgqfrms

# typo bug ![image](https://user-images.githubusercontent.com/7291672/39915549-cebf7b40-553a-11e8-8f30-a5a93ade25f3.png)

# fix: binary tree image error ![image](https://user-images.githubusercontent.com/7291672/152813842-70d22c3d-ba9f-4713-bfe5-8749ebeb7bd6.png) https://coffe1891.gitbook.io/frontend-hard-mode-interview/2/2.1.4 ## solution https://github.com/coffe1891/frontend-hard-mode-interview/blob/master/2/2.1.4.md ```diff - ![](http://img.blog.csdn.net/20150204101904649?%3C/p%3E%3Cp%3Ewatermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvTXlfSm9icw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center) + ![image](https://user-images.githubusercontent.com/7291672/152813666-575ead67-af69-46a6-8cba-dc12060cabb5.png) ``` ![image](https://user-images.githubusercontent.com/7291672/152813666-575ead67-af69-46a6-8cba-dc12060cabb5.png)

# BizCharts 地图颠倒 bug BizCharts Version: `"bizcharts": "^4.1.11",` Platform: macOS 10.15.7 Mini Showcase(like screenshots): ![](https://user-images.githubusercontent.com/7291672/139010106-ae93b922-bef4-45e5-82fc-9b2ac615f5f1.png) https://arco.design/material/detail?name=@arco-design/pro-pages-multi-dimension-data-analysis

# probably bug > video label used hard code with .mp4 URL, using Chrome devtools can download it directly. https://www.mediaelementjs.com/ ![image](https://user-images.githubusercontent.com/7291672/63821468-b66ae880-c97f-11e9-870c-7cf74f8a002a.png)

**Describe the bug** > Chinese characters encode error **To Reproduce** Steps to reproduce the behavior: 1. Click the below link and See the error https://github.com/LianjiaTech/fee/tree/master/client#%E9%A1%B9%E7%9B%AE%E5%8A%9F%E8%83%BD **Expected behavior** encode UTF-8 **Screenshots**...

bug
help wanted

# bug: vue starts & repo url are wrong ## wrong ❌ ![image](https://user-images.githubusercontent.com/7291672/175783108-e73c520d-c9f2-440a-b8de-7d5a6329d89a.png) https://www.npmtrends.com/react-vs-vue ## right `starts` ✅ > [190k stars](https://github.com/facebook/react/stargazers) https://github.com/facebook/react ![image](https://user-images.githubusercontent.com/7291672/175783136-5db8ada3-eb4e-4532-bbdb-ab883da86d96.png) > [197k stars](https://github.com/vuejs/vue/stargazers) https://github.com/vuejs/vue ![image](https://user-images.githubusercontent.com/7291672/175783240-cb9f1d8a-e578-4e8f-9d23-7cbaf4226c82.png) ## right...

# css border-radius missing https://github.com/Code-Pop/Intro-to-Vue-3/blob/vue2_version/assets/styles.css#L24 ![image](https://user-images.githubusercontent.com/7291672/108596069-9faf2180-73bd-11eb-98e9-1e674f986733.png) ```diff .color-box { width: 40px; height: 40px; margin-top: 5px; + border-radius: 50%; } ```

# HTTPS Mixed Content error Mixed Content: The page at '' was loaded over HTTPS, but requested an insecure script ''. This request has been blocked; the content must be...

# post article lost bug ![image](https://user-images.githubusercontent.com/7291672/229334880-857c3f57-d6ba-41c5-a103-c1c9cafb9b7e.png) https://xlog.xgqfrms.xyz/xLog-and-Ethereum-Wallet-All-In-One ![image](https://user-images.githubusercontent.com/7291672/229334898-14bfb142-456d-4a82-a532-31fc28198b61.png)

## The EventSource's message object not have a retry property bug > server.js ```js import fs from 'node:fs'; import express from 'express'; const app = express(); app.use(express.static('public')); const convertImageToBase64URL =...