rinsuki

Results 159 comments of rinsuki

I have same issue, and https://github.com/checkra1n/pongoOS/issues/72#issuecomment-833177765 workaround is worked. Thanks! in my case: - simply run checkra1n (without `-k`), then I got -20 (timeout) error. I also got similar error...

mastodon.socialとかならさておき別に悪意あるサーバーなら嘘つきまくれる

Could you try this: * Quit Xcode first * Open Terminal (or iTerm2 or something), and execute `git config --global core.quotepath false` * Restart Xcode

by the way, we are not supporting macOS Monterey and using some new APIs introduceted after Xcode 14.2, so you might be need to upgrade macOS and Xcode first.

One of the new APIs that iMast uses is this one: https://developer.apple.com/documentation/authenticationservices/webauthenticationsession This API provides a Web Authentication Session to the SwiftUI app. What 'Web Authentication Session' means is that...

カスタム絵文字の「何かの原因でテキスト表記のままでも名前がちゃんとつけられていればわからんことはない」という良いところがなくなってしまうので微妙そう

Misskey専用のサーバーを使うのではなく、すでにある(例:code.jquery.com/ajax.googleapis.com)サービスを使うのはどうでしょう

off-topic: desktop-*.mov and full-demo-p-2.mov using H.265 for encoding video, but H.265 is not playable on some environments...

also I think it would be good to use modal dialog (like Twitter does), since alt-text for movie/gif will be longer (than image) and may not suitable to show in...

I think you don't need to modify `SESSION_RETENTION_PERIOD`, since even `SESSION_RETENTION_PERIOD` is longer than `IP_RETENTION_PERIOD`, session's IP address will be removed. https://github.com/mastodon/mastodon/blob/2bad619d171f8516137725c83878cdf5f6f61aa9/app/workers/scheduler/ip_cleanup_scheduler.rb#L19-L20 btw, I think it would be good to...