mengxiangyue

Results 7 comments of mengxiangyue

@glbrntt thanks your answer patiently, can I think as if the swift-distributed-tracing api is stable, will adapt it?

@codepo8 thanks your response, I want to use the React devtools `Components` panel function like this, hope I can use this in edge extension soon.

fix #2

``` final class User: Model, Preparation { var name: String var age: Int = 2 var exists: Bool = false var id: Node? init(name: String) { self.name = name }...

In mongodb the data is: ``` > db.users.find() { "_id" : ObjectId("8817eb575f01ea3c4cfc4251"), "id" : NumberLong(42), "name" : "Vapor" } { "_id" : ObjectId("7018eb575f01ea3c4dfc4251"), "id" : NumberLong(42), "name" : "Vapor" }...

It's ok. Where I use find(42) with sqlite return a User model, I want to unify. Thanks!

I would like to translate the website https://vapor.github.io/documentation/ into Chinese, OK?