shi yuhang

Results 141 comments of shi yuhang

change the code likes below, it works for me ``` let mod let logger (async () => { try { await setup(DEFAULT_CONFIG); mod = await async function() { return {...

@634750802 PTAL

@sykp241095 PTAL

I think I have a similar problem when using - github.com/hashicorp/terraform-plugin-framework v1.6.0 - go 1.21 schema ``` resp.Schema = schema.Schema{ Attributes: map[string]schema.Attribute{ "id": schema.StringAttribute{ Required: true, }, "name": schema.StringAttribute{ Required:...

/run-all-tests tidb=release-6.1 tikv=release-6.1 pd=release-6.1

please fix the fmt by `mvn mvn-scalafmt_2.12:format -Dscalafmt.skip=false`

/run-all-tests tidb=release-6.1 tikv=release-6.1 pd=release-6.1

Please update the doc [here](https://github.com/pingcap/tispark/blob/master/docs/features/authorization_userguide.md) to clarify the support of pd configuration.

Seems you are using ORM in your code, could you provide the following thing: - Which ORM are you using - the version of ORM and serverless-js - the schema...

Sorry, I missed this issue. As you mentioned above, I think: 1. Generate data models from schema also sounds great! 2. `Generate schema code and data model code from that...