青鱼
青鱼
I got some similar problem. It looks like that if `Model(model)` is called, GORM will call hook by `model.hook(gorm)`. In your case, it will call `&company{}.BeforeSave(db)`, undoubtedly `company.Name` is empty,...
Any update for this PR?
same issue
I would like to work on dropbox.
If I understand correctly, there are a few typos in the RFC. [L37](https://github.com/apache/incubator-opendal/blob/main/core/src/docs/rfcs/3911_deleter_api.md?plain=1#L37) in RFC text. ```diff + pub async fn delete_with(&self, path: &str) -> FutureDelete; ``` `delete_with` already return...