@ganyo 手元だと同じ副鍵でうまくいってる感じです。でも、UIを見ると別の副鍵にも対応してそうですよね…
ねむいね
f768a6eb16 (upstream/main) Hide badges in media gallery when media are hidden (#32224)
cec8961372 Move admin action log type list generation to helper (#32178)
7d6b9ccd34 Add `copyable_input` helper method to wrap shared options (#32119)
36f9c96812 Clean up labels on development application form (#32116)
b7bb850efd Enable hostname config for all system specs (#32109)
f760899b04 Fix editing description of media uploads with custom thumbnails (#32221)
b5006539c9 Fix media uploads in composer appearing over search results in advanced interface (#32217)
d270d6dd4f Provide `use_path` to qr generator for svg data size reduction (#32127)
2151dfb8d6 Add `relevant_params` to ReportFilter (matches account filter) (#32136)
cf859d151b More link/button conversion across views (#32199)
つづくね
1f65a95421 Remove unneeded `reorder(nil)` conditions (#32200)
4aa26eba53 Extract `WebPushRequest` from push notification worker and subscription (#32208)
4a737a948a Fix incorrect `'navigator'` check (#32219)
ebab3b80c7 Expand coverage for `Export` utility class (#32212)
33d3ca7cf1 Support /.well-known/host-meta.json (#32206)
f0716368e6 Update simplecov-html to version 0.13.1 (#32205)
ea72d5ec3a New Crowdin Translations (automated) (#32214)
66b2bc1c84 Ignore error if mentioned account was not processable (#29215)
\Master?/ \ますたー/
Merged mastodon/mastodon at f768a6eb16880f4e584db530e4106be9b9dcf206.
@ganyo むーん…。gpg> keytocardでYubiKey側に副鍵のスロットが2つしかないとかでしょうか…
gpg> keytocard
Please select where to store the key:
(2) Encryption key
Your selection? 2
や、3つ副鍵があると3スロット目も見えそうですね…
> When prompted where to store the key, select 3. This will move the authentication subkey to the YubiKey.
https://support.yubico.com/hc/en-us/articles/360013790259-Using-Your-YubiKey-with-OpenPGP
@ganyo https://developers.yubico.com/PGP/YubiKey_5.2.3_Enhancements_to_OpenPGP_3.4.html あたりを理解すると何かわかるのかも…
> Attestation is supported for all combinations of attestation key and attested key, except the attestation key cannot be from the curve25519 family. A fourth key slot is reserved for an attestation key. If specifying it by ID, it is Key ID 0x81. The Attestation template certificate is stored on a fourth user certificate slot reserved for it. It is selected directly with SELECT_DATA index 4. It can also be retrieved by calling GET_NEXT_DATA three times after SELECT_DATA on index 1
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
おっさんが大学院生だったころは実験室のネットワーク機器ぜーんぶ申請してみんながグローバルIPアドレスをもらっておったんじゃよ…
居室と実験室といったりきたりしてたラップトップはどうしてたんだっけ…DHCPはまだ無かったと思うんよね #おっさんのジャンク記憶
/16 というかそのころは CIDR ないはずなので class B まるごと学校がガメてた、がただしいはず
(それはそうとグローバルIPアドレスの対義語はたぶんプライベートIPアドレスでうね
https://datatracker.ietf.org/doc/html/rfc1918
あ、あ、あとで
このアカウントは、notestockで公開設定になっていません。
10月26日(土)のオープンソースカンファレンス2024 Tokyo/FallにpostmarketOSブースの出展者として参加します。ご興味がございましたらぜひお越しください。
デスクトップのブラウザで流してたSpotifyが何かの拍子にタイミング合ったまんま電話に移動してびっくらこいたね
このアカウントは、notestockで公開設定になっていません。
--- a/app/javascript/mastodon/components/avatar.tsx
+++ b/app/javascript/mastodon/components/avatar.tsx
@@ -46,7 +46,7 @@ export const Avatar: React.FC<Props> = ({
onMouseLeave={handleMouseLeave}
style={style}
>
- {src && <img src={src} alt='' />}
+ {src && <img src={src} alt=' ' />}
{counter && (
<div
className='account__avatar__counter'
すれば
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2079,11 +2079,20 @@ body > [data-popper-placement] {
border-radius: var(--avatar-border-radius);
img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ border-radius: var(--avatar-border-radius);
+ display: block;
+ }
+
+ img::before {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: var(--avatar-border-radius);
display: inline-block; // to not show broken images
+ background-color: var(--surface-background-color);
}
&-inline {
が効くんだけどalt=' 'ってイヤだよなあ…
このアカウントは、notestockで公開設定になっていません。
mmとddの順番が入れ替わったり yyyy が前後にあるのはわかるけど mm と dd の間に yyyy が来ることはないだろ
このアカウントは、notestockで公開設定になっていません。