Stephano George

Results 14 issues of Stephano George

```html Document Title Item 1 Item 2 Item 2.1 Item 2.2 Item 2.3 Item 3 Reveal.initialize({}); ``` Expected: ``` Item 1 --- Item 2 --- Item 2 Item 2.1 ---...

Allow `/*catch-all` and `/normal` routes coexist, like `/*filepath`, `/users/me`, `/users/*user`. `/users` will match `/users/*user`, and the param will be `[{"user": "/"}]`, unless route `/users/` added. Param and catch-all parts are...

1. **问题描述** Firefox 控制台警告: `源映射错误:Error: NetworkError when attempting to fetch resource. 源 URL:moz-extension://762576d8-a2bc-46d5-8378-05db97ae6a1d/userscripts/HTML5%E8%A7%86%E9%A2%91%E6%92%AD%E6%94%BE%E5%99%A8%E5%A2%9E%E5%BC%BA%E8%84%9A%E6%9C%AC.user.js?id=6dc149c8-400d-4550-84fc-0b12e9ce5221 源映射 URL:popper.js.map` Chromium 控制台警告: `DevTools 无法加载来源映射:无法加载 chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/popper.js.map 的内容:HTTP 错误:状态代码 404,net::ERR_UNKNOWN_URL_SCHEME` 2. **出现上述问题的地址** 任意网址,如:https://docs.python.org/3 3. **你使用的浏览器与浏览器版本信息** Firefox for...

bug

`deepin-wine-tim (3.3.0.22020-2 -> 3.3.5.22018-1)` 升级后, TIM 要求重新安装, 聊天记录重新从网络加载 似乎`~/Documents/Tencent Files`的数据丢失, 因为我发现 `Msg3.0.db` 只有`4.5M`, `MsgBackup` 中的文件夹都是空的

Change the expression input box to a multi-line input box, because I often enter long regular expressions

**Describe the bug** 部分任务到时时未运行 **To Reproduce** Steps to reproduce the behavior: 1. 添加数十条网页任务,间隔10分钟 2. 等待运行 **Expected behavior** 到时时即运行 **Desktop (please complete the following information):** - OS: Ubuntu - Browser Chromium...

bug

## Issue Description Emojis near by searched words become � ## Steps to Reproduce > abc🏠𝐇𝐨𝐮𝐬𝐞 123 > > 🏠𝐇𝐨𝐮𝐬𝐞 - . Try to search `[A-Za-z]` or `[0-9]` on this...

bug

Code to reproduce the bug: ```go package main import "github.com/gin-gonic/gin" func main() { router := gin.Default() router.GET("/user/:id/posts", func(c *gin.Context) { c.Status(200) }) router.GET("/:general/root", func(c *gin.Context) { c.Status(200) }) router.Run() }...

## GORM Playground Link https://github.com/go-gorm/playground/pull/516 ## Description Got wrong value in Find/Scan with JOIN and same column name. See pull request. Thanks!

type:with reproduction steps

## Your Question How to create foreign key for embedded hasmany relation during migration? For example: ```go type VirtualMachine struct { gorm.Model AccountID uint Account Account } type Disk struct...

type:question