chocolate-pie

Results 9 issues of chocolate-pie

Close #10942 ## What 通報の即時解決機能を追加しました。 ![abuse-report-resolver--screenshot-pa](https://github.com/misskey-dev/misskey/assets/106949016/b62830b3-c423-4271-a484-88f1121edae1) ## Why 一定の条件で通報を自動解決することでモデレーターの負担を軽減できる ## Additional info (optional) ## Checklist - [x] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) - [ ] Test working in a local environment...

packages/frontend
packages/backend
packages/misskey-js

#10922 の解決 ## What 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正しました。 ## Why 役に立たない、間違ったエラーメッセージが出るのはよろしくないため ## Additional info (optional) ## Checklist - [x] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) - [ ] Test working in a local environment -...

packages/frontend

## What プレイにAPIトークンを要求できる関数を追加しました https://github.com/misskey-dev/misskey/assets/106949016/a9be0a11-6009-4685-826d-bf3d9696161e ## Why プレイからAPI Tokenを要求できる関数があった方が便利なため ## Additional info (optional) ## Checklist - [x] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) - [ ] Test working in a local environment -...

packages/frontend
packages/backend
packages/misskey-js

## What [Micropub](https://micropub.spec.indieweb.org/) (IndieWeb Living Standard 25 July 2020)のサポートを追加 ## Why Closes #9523 ## Additional info (optional) ## Checklist - [x] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) - [x] Test working in...

packages/backend
packages/misskey-js
packages/backend:test

Partially fixes #163 by adding `oro pack` and `oro publish` commands.

Related to https://github.com/misskey-dev/misskey/issues/11065 ## Summary 現在システム情報の取得の際には`systeminformation`を使用しておりコマンドを逐一実行しているため数十ミリ秒〜百十数ミリ秒程度かかっているが、これをオペレーティングシステムが提供している低レベルAPI(Win32 APIなど)やNode.jsのビルトインモジュールを使用するようにして数百マイクロ秒に収まるようにしたい。(イベントループを長くブロックしている問題はNode.jsが使用しているLibuvのワーカープールにタスクをディスパッチすることで解決する) ### Benchmark | Name | Before (avg) | After (avg) | Speed | | ------ | ------------ | ----------- | ------ | |...

🐢Performance
packages/backend

Add initial support for `clip-path: [ || ]`. This PR doesn't implement support for `polygon()` property because blob rasterizer hasn't been implemented. (and pretty difficult) --- - [x] `./mach build...

**Describe the bug:** Servo crashes when passing too long characters to ``: ```html Click document .getElementById("button") .addEventListener("click", function () { const TOO_LONG_ACCEPT_LENGTH = 1024; const input = document.createElement("input"); input.setAttribute("type", "file");...

C-untriaged

This PR implements blob rasterizer and support clip-path: polygon(..) rule. ~~It's now draft because we need to add rkyv integration for euclid before merging.~~ --- - [x] `./mach build -d`...