Cesaryuan

Results 76 issues of Cesaryuan

### 你正在使用哪个版本? 1.7.1 ### 使用最新版本是否还遇到同样的问题? 是 ### 你的手机型号和手机操作系统版本是多少? 小米9 Android9 ### 你遇到了什么问题? 无法订阅,显示Fail to fetch subscription content。订阅链接本身无问题,浏览器打开有内容。 而且我对kitsunebi订阅抓包并重发发现,kitsunebi订阅时发送的请求无响应,但是我重发一遍是有相应的。这是不是说明是kitsunebi本身的问题? ![image](https://user-images.githubusercontent.com/35998162/64070955-69e61c80-cca1-11e9-9581-3f5cc243238b.png) ### 你遇到的问题可以用固定步骤重现吗? 可以 1.添加订阅 2.更新订阅 [日志信息.txt](https://github.com/eycorsican/kitsunebi-android/files/3563026/default.txt) ### 你正使用的配置 [配置.txt](https://github.com/eycorsican/kitsunebi-android/files/3563030/default.txt)

我觉得可以尝试下这个UI,来源于油猴脚本“[AC-baidu:重定向优化百度搜狗谷歌搜索_去广告_favicon_双列](https://greasyfork.org/zh-TW/scripts/14178)”。 效果如下,作者看看能不能尝试一下。 ![image](https://user-images.githubusercontent.com/35998162/54600476-d8c71480-4a77-11e9-84be-d3f02eccf256.png)

#### 问题描述及重现步骤: 当贪婪加载子集数据(`IncludeMany(x => x.Songs)`)时,若子集(Songs)类型为`public Song[] Songs { get; set; }`而不是`public List Songs { get; set; }`时,前者获取到的Songs为null,后者则正常。 建议这里如果为Array则抛出异常,并提醒用户更换为List #### 数据库的具体版本 ``` 无关 ``` #### 安装的包 ![image](https://user-images.githubusercontent.com/35998162/178142992-6c73dbd1-189d-4ddb-9609-f7e94f2e78d0.png) #### .net framework/. net...

Execute the code below with `EvalManager.DefaultContext.Execute` ```csharp object handler = ""; if(handler is string) { // anything int a = 1; } else if (handler is Func) { (handler as...

The following statement will report an error. ```csharp using Newtonsoft.Json.Linq; static void Main(string[] args) { var context = new EvalContext(); context.RegisterType(typeof(JArray)); context.Execute(@"new JArray().Contains(""D"")"); } ``` The error is as follows...

https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-clipcursor

api request

我这边看了一下,好像每次请求的京东网站都会重定向到登录页面,不知道你们有没有这个问题,我是直接运行的crawler_selenium.py ,自己也测试了几个其他的商品,都是这样。 另外我用其他几个无头浏览器测试都是在开启无头模式的时候就会跳转到登录页。 `DevTools listening on ws://127.0.0.1:1846/devtools/browser/97cd85d8-2f68-4b74-be31-e2304fbfc7a4 2020-08-03 16:40:19 | INFO | crawler_selenium.py 46 | Crawl: https://item.jd.com/6287165.html 2020-08-03 16:40:19 | INFO | crawler_selenium.py 61 | 价格元素未出现 [0803/164020.312:INFO:CONSOLE(1)] "Synchronous XMLHttpRequest on...

remove redundant dependency

**Is your feature request related to a problem? Please describe.** The name of the `workspace` generated by clicking `Open workspace as gist` is `/`. When I use the `Open Recent`...

enhancement