moko256
moko256
This PR will change tui backend to crossterm and enable to be run on Windows. This PR will update tui to 0.7.0, minimum version that supporting `CrosstermBackend::new(stdout)`. I tested on...
PrettifyWebView had sent github's page url to viewer and viewer had used in href and shown it as raw image url. This pull request fix this and PrettifyWebView send image's...
This PR adds flutter/lifecycle channel support for win32 ~~and winuwp~~(removed), and enable apps to receive window focused/minimized event. This PR adds `StringMessageCodec` to `shell/platform/common`. This PR will support part of...
This PR adds Windows support for `//flutter/fml/backtrace.h`. This PR fixes flutter/flutter#111614. No changes in the [flutter/tests] repo. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the...
Detail docs for API is this: * [get/vote poll](https://docs.joinmastodon.org/api/rest/polls/) * [post poll](https://docs.joinmastodon.org/api/rest/statuses/#post-api-v1-statuses) * [poll entity](https://docs.joinmastodon.org/api/entities/#poll) * [poll in the status](https://docs.joinmastodon.org/api/entities/#status)
Issue: #79
Googleのセーフサーチはセンシティブ判定に、 ```html ``` のようなメタデータを参照するそうで、サイトがセンシティブかどうかを判断する基準の一つとして使えそうです。 https://developers.google.com/search/docs/crawling-indexing/safesearch?hl=ja#add-metadata また、HTTPヘッダーに、 ``` rating: RTA-5042-1996-1400-1577-RTA ``` が含まれるかどうかでも判定が可能なようです。 P〇rnHubがメタタグ・HTTPヘッダー両方に対応しており、このメタデータを使用することでセンシティブと判定できるようになります。DLsiteはメタタグのみ対応。Twitterは非対応。