midori

Results 10 issues of midori

After starting the local server I can only access the website through `localhost` or `127.0.0.1` and I cannot access it using the local IPv4 address under a wifi. Am I...

Nonrbot 可選的內置了一個 APSCHEDULER 的子類,其行為和父類的完全一致並且默認會在 Nonrbot 加載時創建。 現在我們考慮在未來的版本中移除對這個功能的支持,原因如下: - 此 scheduler 的功能和原版完全一致,集成沒有意義,不如用戶自行按需安裝 - 並非所有用戶都用得到 APSCHEDULER - 現在版本 Nonebot 會在加載時做判斷來給 `scheduler` 賦值成一個 `AsyncScheduler` 對象或 `None`。這個寫法對類型檢查和 ide 極度不友好,即使用戶安裝了 Apscheduler - nb2 不集成 scheduler...

dependencies
optimization

I noticed that the `RankBy` method does not group equivalent elements in one rank as in the `Rank` method: ```cs using static MoreLinq.Extensions.RankByExtension; var strs = new string[] { "aaa",...

**问题描述** title **复现方法** Paste code below **期望的行为** ? **日志信息** ... **相关代码** ```python In [19]: msg1=MessageSegment.text('seg1') In [20]: msg2=MessageSegment.text('seg2') In [21]: msg1 + msg2 Out[21]: [{'type': 'text', 'data': {'text': 'seg1seg2'}}] In...

help wanted

the original compiler option version is too old

Adding type annotations to the library would be helpful for those into type checking. This can avoid type errors. I can create separate PRs for this as it is simple...

enhancement

As far as I can see we already have transparent comparers for ordered containers. For cpp20, there are [same things](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1690r1.html#example-1) for unordered containers.

enhancement

When downloading all artworks with command `pixivcrawleriii -m 2 -i 1234` a log like this was displayed: ``` [00:00:13] Mode: [Illustrator Repository All] [00:00:13] Target crawl illustrator pixiv-id: 1234 [00:00:18]...

the current implementation leads to O(n^2) algorithms for some methods like .distinct() if the input is bad (unhashable). I would like to improve this part

### Changes Allow passing [sandbox](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox) to the hidden iframe when using `renewAuth()`. This is desired when it's not necessary to execute javascript code in the iframe if all what's wanted...