【Index】の検索結果
今日の #VRCラジオ体操 集合写真!Indexコンが頻繁にロストしてめちゃくちゃ困る〜 何とかして良い感じにしなきゃ〜 #VRChat
RE: https://misskey.nokotaro.com/notes/81991193d710fb7044c84815



BS2.0x4+Tundraトラッカーxめにめに+Indexコンと張り合えるレベルのサイズと精度と使い勝手のVRトラッカー&VRコンが出たら起こしてください
午前中の成果
puts "おまえら「ruby ちゃーん?」"
puts "rubyちゃん「はーい!」"
puts "おまえら「なにがすきー?」"
print "rubyちゃん「"
priority_list = ["チョコミント", "あなた"]
current_index = 0
while true
love = priority_list[current_index]
print love
print "!"
index = priority_list.index(love)
while index < current_index
index += 1
end
current_index = index
if current_index == priority_list.length
break
end
print "よりも、"
end
print "」"
とりあえず投稿フォーム上での追跡クエリを削除するプラグインできた
nyayzeみたいにノートするときに勝手に削除してくれるようにしたいが方法がわからん
/// @ 0.12.4
### {
name: "YouTube Link Cleaner"
version: "0.1.0"
author: "@jj1guj"
description: "投稿時に YouTube URL の追跡クエリ (?si など) を削除します"
}
@is_youtube(u) {
(u.index_of("youtu.be") != -1) || (u.index_of("youtube.com") != -1) // true/false
}
@cleanUrl(u) {
if (is_youtube(u)) {
u.split("?")[0] // 「?」より前だけ残す
} else {
u
}
}
Plugin:register_post_form_action('YouTube Link Cleaner', @(note, rewrite) {
if (note.text == null) {
return note
}
let parts = note.text.split(" ")
var out = ""
// 公式構文: for (let 変数, 回数)
for (let i, parts.len) {
parts[i] = cleanUrl(parts[i])
out = `{out} {cleanUrl(parts[i])}`
}
rewrite('text', out)
})
のRSSリーダー、NHKニュースのRSSのfetchにコケてるのでログ見てみたらこんなログ出てきたんだけどひょっとして
のバグ?
web-1 | ERR * [api] Internal error occurred in fetch-rss: The operation was aborted. {
web-1 | ep: 'fetch-rss',
web-1 | ps: Empty <[Object: null prototype] {}> {
web-1 | url: 'https://www.nhk.or.jp/rss/news/cat0.xml'
web-1 | },
web-1 | e: {
web-1 | message: 'The operation was aborted.',
web-1 | code: 'AbortError',
web-1 | stack: 'AbortError: The operation was aborted.\n' +
web-1 | ' at abort (file:///misskey/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:70:18)\n' +
web-1 | ' at AbortSignal.abortAndFinalize (file:///misskey/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:89:4)\n' +
web-1 | ' at [nodejs.internal.kHybridDispatch] (node:internal/event_target
20)\n' +
web-1 | ' at AbortSignal.dispatchEvent (node:internal/event_target
26)\n' +
web-1 | ' at runAbort (node:internal/abort_controller
10)\n' +
web-1 | ' at abortSignal (node:internal/abort_controller
3)\n' +
web-1 | ' at AbortController.abort (node:internal/abort_controller
5)\n' +
web-1 | ' at Timeout._onTimeout (file:///misskey/packages/backend/built/core/HttpRequestService.js
24)\n' +
web-1 | ' at listOnTimeout (node:internal/timers
17)\n' +
web-1 | ' at process.processTimers (node:internal/timers
7)',
web-1 | id: 'f64d39d8-820a-4c8f-8d8e-cae95370b371'
web-1 | }
web-1 | }
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 5893a95c to 2a077de1
[skip ci] Update CHANGELOG.md (prepend template)
Release: 2025.6.0
Update CHANGELOG.md
fix(deps): update [frontend] update dependencies (#16086)
Bump version to 2025.6.0-beta.1
New Crowdin updates (#16136)
enhance(frontend): 非同期的なコンポーネントの読み込み時のハンドリングを強化
fix(backend): ログインできなくなるため、ugcVisibilityForVisitorがnoneでもusers/showは許可するように
fix(frontend): tweak MkFolderPage z-index
#みーくりあ!UpdateLog
最近やむを得ずQuest2使ってるけど、ジェスチャーコントロール使ってVD起動したらあとはIndexコンしか使わないので、Questコンは箱の中にしまってある
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 09317150 to 14955fa0
Bump version to 2025.5.0-rc.0
New Crowdin updates (#15949)
Fix 1745378064470-composite-note-index.js (#15968)
fix: developのtypecheckエラーを修正 (#15967)
fix(backend): enumerate achievement types in some response schema (#15953)
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 58cb7cf1 to a1ef38a6
Bump version to 2025.4.0-rc.5
fix(ci): correct condition for skipping Chromatic build (#15783)
feat: show file name for warning / errors of [create-search-index] (#15785)
New Crowdin updates (#15781)
fix: direct does not work in nested route (#15784)
fix typo
refactor
add missing SearchMarker
refactor
resolve promise
add missing SearchMarker
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 85a7b10f to 6c27ab12
Update CHANGELOG.md
Bump version to 2025.4.0-rc.2
🎨
enhance(frontend): improve search index
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正
New Crowdin updates (#15761)
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 2349a5d2 to 85a7b10f
refactor serach index generator code (#15772)
#みーくりあ!UpdateLog