Kiyoshi

Results 9 comments of Kiyoshi

thx for the theme. [Kiyoshi's Yuubinkyoku](https://blog.k1yoshi.com) [Sheey's Grocery](https://sheey.moe)

maybe u can diy and try to contribute : )

> > maybe u can diy and try to contribute : ) > > sorry that I have no this kind of capability to DIY. then just w8

好哥哥,那是项目名 不是依赖项。

This should work: ```diff --- a/BUILD +++ b/BUILD @@ -864,7 +864,7 @@ py_library( name = "python_srcs", srcs = glob( [ - "python/google/protobuf/**/*.py", + "python/google/**/*.py", ], exclude = [ "python/google/protobuf/internal/*_test.py", ```...

> > stripping the path by one level should not cause any issue right? > > It should not. > > But since it just one file, `__init__.py` can be...

Any update on this? I can successfully make use of the remark plugin mentioned above for a production build with `isCustomElement` configured correctly. However, the build server still throws warning...

Using patch to enable this temporarily: ```diff diff --git a/src/runtime/server/storage.ts b/src/runtime/server/storage.ts index 25cddb13..b607b743 100644 --- a/src/runtime/server/storage.ts +++ b/src/runtime/server/storage.ts @@ -182,7 +182,13 @@ export async function parseContent (id: string, content: string,...

Go 1.24 addressed this with `omitzero` tag. I have started a PR on this #65