Chen.Chao

Results 29 comments of Chen.Chao

and deploy .sol file and local .sol file is diff ,local .sol file has comment ,so,when debug code is confusion

接入了dns 操作,能否进一步支持在页面上配置dns 解析?这样就不需要登录对应的云平台去设置解析ip了

![Image](https://github.com/user-attachments/assets/367e3853-d757-45ad-85ae-e07d377c61f7) 第一个图是https://fontello.com/平台的图,后面都是由iconpark导出的svg转成tff 在flutter 上渲染的icon

Is it an expected behavior? Or provide new features built without deb packages

Yes, he failed to build. I copied the complete logs over, but the existing logs can explain the situation. Currently, modules without deb cannot be installed @thresheek

``` [root@fand ~]# docker build --build-arg ENABLED_MODULES="ngx_waf" -t third-nginx . [+] Building 66.4s (9/9) FINISHED docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 4.23kB 0.0s...

full log ``` docker build --build-arg ENABLED_MODULES="ngx_waf" --progress=plain -t third-nginx . #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 4.23kB...

can i use extensions to support? when replace sky agent to open-telemetry agent , I also have to face this problem

Thank you for your reply. Can you provide a simple idea or step? Thank you > Hey @freshgeek , Theoretically you could implement an extension to ad support for this;...

this is a hack idea for Urgent need' devlepmenter: io.opentelemetry.instrumentation.jdbc.internal.DbRequest#create(java.sql.PreparedStatement) old code : ``` @Nullable public static DbRequest create(PreparedStatement statement) { return create(statement, JdbcData.preparedStatement.get(statement)); } ``` hack code in mysql...