protobufjs: 500件のissue
google-protobuf: The API is not well-documented yet. (7年間)
protocol-buffers: node.js用
ぼく: 死んでる
protobufjs: 500件のissue
google-protobuf: The API is not well-documented yet. (7年間)
protocol-buffers: node.js用
ぼく: 死んでる
週1500万ダウンロードのライブラリが単純なrepeatedをデコードできないことはないと思うんだが……
protobufjsを使用してるcyberchefでの動作だけど、12 1cはWire Type 2(LEN)が1c(28) bytes分続くことを表してるはず
0a 00のところはエラーがあるときだけメッセージがあるらしいので、長さ0なのは特に問題ではないと思ってる
@orumin これは正確には
message Example {
Error error = 1;
repeated SubMessage sub_message = 2;
}
message Error {
uint32 code = 1;
repeated uint32 u32_params = 2;
repeated string str_params = 3;
string json_param = 4;
}
というprotoなんだけど最小限で確認するために私が勝手に削りました……
pythonのprotobufでもUnknown Fieldsを確認して違いを確認すれば何かが進むかもしれないがもう気力がないので明日にする
@orumin
ちょっとまだそのリプライの真意がわかってないんですが、SubMessageも確認のために書き直してて、本来はuint32=1;uint32=2;でした
(uint32なら正当かどうかは見れてないです)
ページ遷移時にReactコンポーネントの状態を維持する - pixiv inside
https://inside.pixiv.blog/2023/09/20/180000